1. 09 Feb, 2017 1 commit
  2. 17 Jan, 2017 2 commits
    • jochen's avatar
      Assert that context creation doesn't throw · 0389df51
      jochen authored
      Instead, it is supposed to just return an empty context if it failed.
      Also don't invoke interceptors (we don't for the parts that deserialize
      from the snapshot anyways).
      
      BUG=v8:5830
      R=yangguo@chromium.org
      
      Review-Url: https://codereview.chromium.org/2636903002
      Cr-Commit-Position: refs/heads/master@{#42404}
      0389df51
    • leszeks's avatar
      [ast] Remove internalization before AST rewriting · bb71555e
      leszeks authored
      This internalization was not necessary, since the rewriting does not use
      the .result name string.
      
      The subsequent internalization is still needed, so to simplify later
      refactoring, this CL also adds "releasing" of the disallow scopes and
      uses them here immediately before the second internalize. Notably, this
      means that the rewriting is now also in the disallow scopes.
      
      Driveby: Remove isolate from the rewriter's processor constructor.
      
      BUG=v8:5832
      
      Review-Url: https://codereview.chromium.org/2635913002
      Cr-Commit-Position: refs/heads/master@{#42403}
      bb71555e
  3. 08 Sep, 2015 1 commit
  4. 31 Jul, 2015 1 commit
  5. 21 Apr, 2015 1 commit
  6. 20 Apr, 2015 1 commit
  7. 29 Sep, 2014 1 commit
  8. 03 Jun, 2014 1 commit
  9. 19 Mar, 2014 1 commit