v8/test
bmeurer 1a2362089c [es2015] Remove the @@hasInstance protector cell.
We cannot skip the @@hasInstance lookup in instanceof depending on a
global protector cell, as the lookup of the property is observable
via proxies or accessors. So remove the global protector and properly
implement CSA::InstanceOf via GetPropertyStub, with an appropriate
fast-path for Function.prototype[@@hasInstance] where we call the
builtin code object directly if the function matches, skipping all
the checks from the call sequence, and also avoid the redundant
ToBoolean conversion on the result.

R=yangguo@chromium.org
TBR=ulan@chromium.org
BUG=v8:5958

Review-Url: https://codereview.chromium.org/2684033012
Cr-Commit-Position: refs/heads/master@{#43137}
2017-02-13 07:16:27 +00:00
..
benchmarks
cctest [ignition] Remove handles from bytecode generation 2017-02-10 17:52:39 +00:00
common [iwyu] Include handles.h less. 2017-01-27 13:53:13 +00:00
debugger [debugger] expose side-effect free evaluate to inspector. 2017-02-10 17:06:22 +00:00
fuzzer [fuzzer] Create a README for libfuzzer fuzzers. 2017-02-10 12:13:09 +00:00
inspector [debugger] expose side-effect free evaluate to inspector. 2017-02-10 17:06:22 +00:00
intl Fix two DCHECK failures in ICU case mapping code 2017-01-13 23:12:43 +00:00
js-perf-test [Test] Add TypedArray constructor benchmarks. 2017-02-10 09:30:28 +00:00
memory
message Enable --harmony-trailing-commas 2017-01-31 23:30:57 +00:00
mjsunit [es2015] Remove the @@hasInstance protector cell. 2017-02-13 07:16:27 +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 Revert of [typedarrays] move %TypedArray%.prototype.copyWithin to C++ (patchset #6 id:100001 of https://codereview.chromium.org/2671233002/ ) 2017-02-12 21:16:18 +00:00
unittests [Compiler] Avoid stepping a job in EnqueueAndStep if job is already enqueued. 2017-02-10 22:40:24 +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