v8/test
Ben L. Titzer f68ee6e7e4 [typedarrays] Use Detach instead of Neuter
This is purely a renaming change. The ES spec uses the term 'detach'
for the process of removing the backing store of a typed array, while
V8 uses the historical term 'neuter'. Update our internal implementation,
including method names and flag names, to match the spec.

Note that some error messages still use the term 'neuter' since error
messages are asserted by some embedder tests, like layout tests.

R=bmeurer@chromium.org, yangguo@chromium.org, mstarzinger@chromium.org, mlippautz@chromium.org
BUG=chromium:913887

Change-Id: I62f1c3ac9ae67ba01d612a5221afa3d92deae272
Reviewed-on: https://chromium-review.googlesource.com/c/1370036
Commit-Queue: Ben Titzer <titzer@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58149}
2018-12-11 11:57:30 +00:00
..
benchmarks [test] Share resource-fetching logic with all d8 test cases 2018-08-29 17:51:43 +00:00
cctest [typedarrays] Use Detach instead of Neuter 2018-12-11 11:57:30 +00:00
common Reland: [wasm] Add more unit tests for trap handler 2018-11-29 16:33:10 +00:00
debugger Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
fuzzer [wasm][fuzzer] Output table bounds and initializers 2018-11-26 15:37:00 +00:00
inspector Revert "inspector: return [[StableObjectId]] as internal property" 2018-12-06 21:47:22 +00:00
intl [Intl] Remove flaky regress-8414.js 2018-12-07 07:05:49 +00:00
js-perf-test Replace %RunMicrotasks with %PerformMicrotaskCheckpoint 2018-12-06 11:10:18 +00:00
memory [snapshot] Remove the builtins snapshot 2018-10-31 10:18:28 +00:00
message Revert "[parser] Improve error message for unclosed function bodies" 2018-12-10 13:09:07 +00:00
mjsunit [typedarrays] Use Detach instead of Neuter 2018-12-11 11:57:30 +00:00
mkgrokdump [ubsan] Port Map to the new design 2018-11-13 06:59:12 +00:00
mozilla Revert "[runtime] Reduce spread/apply call max arguments" 2018-11-30 09:54:47 +00:00
preparser [test] Share resource-fetching logic with all d8 test cases 2018-08-29 17:51:43 +00:00
test262 [typedarrays] Use Detach instead of Neuter 2018-12-11 11:57:30 +00:00
torque [builtins] Port Frame-related CSA functionality to Torque 2018-12-07 17:13:43 +00:00
unittests Fix cpplint errors that were not found so far 2018-12-11 08:31:10 +00:00
wasm-js [wasm] fix js-api Memory and Table constructor 2018-12-10 23:32:05 +00:00
wasm-spec-tests [wasm] Update spec tests 2018-11-28 11:42:27 +00:00
webkit Revert "[runtime] Reduce spread/apply call max arguments" 2018-11-30 09:54:47 +00:00
BUILD.gn Reland "[wasm] Add a new wasm-js testsuite to run js-api tests" 2018-10-18 20:18:55 +00:00