v8/test
yangguo e8752eb9ce Debugger: fix crash when debugger is enabled between parsing and compiling.
The background parser checks for debugger state in its constructor. This
is not good enough, since the debugger state may change afterwards, but
before compiling takes place. As the background parser can only parse
lazily, this could mean that due to debugging, we try to eagerly compile
an inner function we have not eagerly parsed.

R=jochen@chromium.org

Review URL: https://codereview.chromium.org/1247743002

Cr-Commit-Position: refs/heads/master@{#29784}
2015-07-22 07:37:38 +00:00
..
benchmarks [turbofan] Add single --turbo flag. 2015-04-16 16:28:39 +00:00
cctest Debugger: fix crash when debugger is enabled between parsing and compiling. 2015-07-22 07:37:38 +00:00
intl Do not expect verbatim JPY symbol in test. 2015-07-20 10:52:51 +00:00
js-perf-test [es6] Remove harmony-classes flag 2015-06-26 21:16:58 +00:00
memory Correctly name memory stat for context snapshot size. 2015-04-10 22:36:02 +00:00
message Improve error message for duplicate parameters 2015-07-14 21:59:03 +00:00
mjsunit SIMD.js: Update Float32x4 and tests to current spec. 2015-07-22 03:14:06 +00:00
mozilla In RegExp, lastIndex is read with ToLength, not ToInteger 2015-07-16 21:55:41 +00:00
preparser Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
promises-aplus Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
simdjs SIMD.js: Update Float32x4 and tests to current spec. 2015-07-22 03:14:06 +00:00
test262 In RegExp, lastIndex is read with ToLength, not ToInteger 2015-07-16 21:55:41 +00:00
test262-es6 In RegExp, lastIndex is read with ToLength, not ToInteger 2015-07-16 21:55:41 +00:00
unittests Unit tests for the live range conflict detection mechanism (CoalescedLiveRanges) in the Greedy Allocator. 2015-07-22 04:50:22 +00:00
webkit Scoping error caused crash in CallICNexus::StateFromFeedback 2015-07-15 09:15:05 +00:00