Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: bddea1202680
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 45f1330425b6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 17, 2014

  1. deps: backport 2ad2237 from v8 upstream

    Original commit message:
    
    Fix Unhandled ReferenceError in debug-debugger.js
    
    This fixes following exception in Sky on attempt to set a breakpoint
    "Unhandled: Uncaught ReferenceError: break_point is not defined"
    I think this happens in Sky but not in Chrome because Sky scripts are executed in strict mode.
    
    BUG=None
    LOG=N
    R=yangguo@chromium.org
    
    Review URL: https://codereview.chromium.org/741683002
    
    Cr-Commit-Position: refs/heads/master@{#25415}
    Julien Gilli authored and tjfontaine committed Dec 17, 2014
    Copy the full SHA
    0ff51c6 View commit details
    Browse the repository at this point in the history
  2. deps: backport b593aa8 from v8 upstream

    Original commit message:
    
    Enable "strict mode"; for debugger scripts
    
    BUG=v8:3708
    
    Review URL: https://codereview.chromium.org/736583007
    
    Cr-Commit-Position: refs/heads/master@{#25420}
    Julien Gilli authored and tjfontaine committed Dec 17, 2014
    Copy the full SHA
    45f1330 View commit details
    Browse the repository at this point in the history