1. 17 Aug, 2015 1 commit
  2. 31 Jul, 2015 1 commit
  3. 10 Jun, 2015 1 commit
    • adamk's avatar
      Increase the chance of printing a useful error when bootstrapping fails · 0be9c69e
      adamk authored
      Two changes:
        - In ReportBootstrappingException, if all we have is a string, it seems
          better to print that than nothing.
        - In Factory::NewError, there's no use trying to call into the builtins if
          compilation of the builtins is causing the exception (this currently
          results in a cryptic segfault if we trigger, say, a ReferenceError when
          executing builtins script during bootstrapping).
      
      Review URL: https://codereview.chromium.org/1158013003
      
      Cr-Commit-Position: refs/heads/master@{#28912}
      0be9c69e
  4. 01 Jun, 2015 1 commit
  5. 18 May, 2015 1 commit
  6. 15 May, 2015 1 commit
  7. 24 Mar, 2015 1 commit
    • marja's avatar
      [strong] Check strong mode free variables against the global object. · cb7279da
      marja authored
      Gather references to unbound variables where the reference (VariableProxy) is
      inside strong mode. Check them against the global object when a script is bound
      to a context (during compilation).
      
      This CL only checks unbound variables which are not inside lazy functions - TBD
      how do we solve that; alternatives: add developer mode which disables laziness /
      do the check whenever lazy functions are really compiled.
      
      BUG=v8:3956
      LOG=N
      
      Review URL: https://codereview.chromium.org/1005063002
      
      Cr-Commit-Position: refs/heads/master@{#27422}
      cb7279da
  8. 25 Feb, 2015 1 commit