v8/test
petermarshall f4739ea863 [builtins] Fix crash on stack overflow in CheckSpreadAndPushToStack.
For x64, ia32 and x87 we would pop the return address before the stack
overflow check. This meant the stack couldn't be unwound properly if
it was going to overflow. This CL moves the pop of the return address
to after the stack overflow check.

Also adds a regression test to check that a RangeError is thrown.

BUG=689016

Review-Url: https://codereview.chromium.org/2681643004
Cr-Commit-Position: refs/heads/master@{#42984}
2017-02-07 09:58:19 +00:00
..
benchmarks
cctest [parser] Skipping inner funcs: produce the same scopes / variables for this expressions. 2017-02-07 09:14:54 +00:00
common [iwyu] Include handles.h less. 2017-01-27 13:53:13 +00:00
debugger Revert of [debugger] remove debugger statement support from FCG/CS. (patchset #5 id:80001 of https://codereview.chromium.org/2650193002/ ) 2017-02-04 18:11:10 +00:00
fuzzer [wasm] With possible nondeterminism the fuzzer should not check traps 2017-02-06 17:19:53 +00:00
inspector [inspector] introduced v8::debug::EntriesPreview for inspector 2017-02-07 07:46:21 +00:00
intl Fix two DCHECK failures in ICU case mapping code 2017-01-13 23:12:43 +00:00
js-perf-test [Test] Update 'default' SixSpeed benchmark to use different processes. 2017-02-06 11:51:35 +00:00
memory
message Enable --harmony-trailing-commas 2017-01-31 23:30:57 +00:00
mjsunit [builtins] Fix crash on stack overflow in CheckSpreadAndPushToStack. 2017-02-07 09:58:19 +00:00
mozilla [wasm] Add guard regions to end of WebAssembly.Memory buffers 2016-11-17 20:29:13 +00:00
preparser
promises-aplus
simdjs
test262 [typedarrays] move %TypedArray%.prototype.copyWithin to C++ 2017-02-06 17:45:14 +00:00
unittests [turbofan] Mark {JSCreate} as potentially throwing. 2017-02-07 09:00:18 +00:00
webkit Enable --harmony-trailing-commas 2017-01-31 23:30:57 +00:00
bot_default.gyp
bot_default.isolate
BUILD.gn Properly define v8_enable_inspector and its override in GN. 2016-11-21 19:29:38 +00:00
default.gyp
default.isolate
optimize_for_size.gyp
optimize_for_size.isolate
perf.gyp
perf.isolate