v8/test
Georg Neis 40ac6b187a Introduce MutableHeapNumber class.
V8 knows heap numbers and mutable heap numbers. They have
difference instance types, but in C++ code we've used the
same class for both (HeapNumber). Confusingly, however,
IsHeapNumber would return false for mutable heap numbers,
while HeapNumber::cast would succeed.

This CL adds a separate class MutableHeapNumber and
eliminates the confusing behavior.

TBR=bmeurer@chromium.org

Change-Id: Id894d177c7fe8cc3f451be80c273b50daee91378
Reviewed-on: https://chromium-review.googlesource.com/1113544
Commit-Queue: Georg Neis <neis@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Jaroslav Sevcik <jarin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54012}
2018-06-26 06:25:50 +00:00
..
benchmarks Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00
cctest Introduce MutableHeapNumber class. 2018-06-26 06:25:50 +00:00
common [explicit isolates] Remove GetIsolates from Map 2018-06-19 09:59:58 +00:00
debugger Skip debug/debug-stepout-scope tests on ARM debug 2018-06-22 06:09:49 +00:00
fuzzer [wasm] Fix memory flags for fuzzer test generation 2018-06-23 00:34:29 +00:00
inspector [inspector] remove deprecated console methods 2018-06-22 15:16:29 +00:00
intl Add regression tests for Intl.Locale constructor. 2018-06-13 21:56:26 +00:00
js-perf-test [jstest] Add benchmarks that sort arrays of different lengths 2018-06-21 11:35:58 +00:00
memory Reland "[tools] Add benchmark owners to the config" 2018-05-16 13:53:49 +00:00
message [wasm] Prepare enabling liftoff by default on ia32 and x64 2018-06-22 11:06:26 +00:00
mjsunit Skip long-running tests on gc-stress. 2018-06-25 18:28:32 +00:00
mkgrokdump [cleanup] Add a name() helper to Space in heap 2018-06-20 13:55:02 +00:00
mozilla [test] Reverse sense of wasm_traps variant 2018-05-08 17:49:14 +00:00
preparser Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00
test262 [proxies][keys] Do not filter ownKeys when defaulting to the target 2018-06-25 16:40:01 +00:00
torque [dataview] Add fast path for DataView methods 2018-06-25 14:19:49 +00:00
unittests [unittests] Fix use-after-free leak via compilation dependencies 2018-06-25 12:15:17 +00:00
wasm-spec-tests [wasm] "fix" critical memory pressure notification 2018-06-13 13:52:19 +00:00
webkit [test] Skip slow tests 2018-05-23 14:14:34 +00:00
BUILD.gn Reland "[build] Remove legacy isolate configurations" 2018-03-28 12:36:55 +00:00