v8/test
Igor Sheludko 939ee79d99 [runtime] Fix spec violation in Object.defineProperties
... which didn't properly handle non-Smi integer indices with
JSTypedArray receivers.

The addition of new JSReceiver::OrdinaryDefineOwnProperty() overload
with LookupIterator::Key caused circular dependency between lookup.h
and js-objects.h, so the LookupIterator::Key was moved out of the
LookupIterator class in order to make it forward-declarable.

Bug: chromium:1209405
Change-Id: I265f0c00f65ab6476c8f1d0ca1264f555d43465f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2972727
Auto-Submit: Igor Sheludko <ishell@chromium.org>
Commit-Queue: Toon Verwaest <verwaest@chromium.org>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75326}
2021-06-23 10:13:03 +00:00
..
benchmarks [test] Mark more tests as SLOW for TSAN builds 2021-06-18 11:18:52 +00:00
bigint [bigint] Burnikel-Ziegler division 2021-06-22 17:58:21 +00:00
cctest [runtime] Fix spec violation in Object.defineProperties 2021-06-23 10:13:03 +00:00
common [isolate][cleanup] Remove pointer to WasmEngine 2021-06-21 09:09:25 +00:00
debugger Revert "Improve error messages for property access on null/undefined" 2021-06-21 23:06:41 +00:00
debugging [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
fuzzer [isolate][cleanup] Remove pointer to WasmEngine 2021-06-21 09:09:25 +00:00
fuzzilli
inspector [debug] Default to last break index. 2021-06-22 05:06:31 +00:00
intl Reland "[intl] Improve test coverage of "best fit" localeMatcher" 2021-06-21 17:37:31 +00:00
js-perf-test A jump-table implementation for constant case switch statements 2021-06-23 09:26:23 +00:00
memory [snapshot] Fix the Memory.json benchmark 2021-04-28 07:54:34 +00:00
message Revert "Improve error messages for property access on null/undefined" 2021-06-21 23:06:41 +00:00
mjsunit [runtime] Fix spec violation in Object.defineProperties 2021-06-23 10:13:03 +00:00
mkgrokdump [build] Fold v8_wrappers into v8_libbase 2021-02-25 10:56:20 +00:00
mozilla [test] Mark more tests as SLOW for TSAN builds 2021-06-18 11:18:52 +00:00
test262 [parser] Ignore parenthesized identifiers when setting function name 2021-06-23 08:23:03 +00:00
torque [torque] Add LazyNode support 2021-02-23 16:51:53 +00:00
unittests [base] Create base/strings.h 2021-06-22 16:55:32 +00:00
wasm-api-tests [isolate][cleanup] Remove pointer to WasmEngine 2021-06-21 09:09:25 +00:00
wasm-js [wasm] Update spec tests 2021-06-07 11:45:44 +00:00
wasm-spec-tests [compiler] Add TSAN support for generated code movl and movq 2021-06-17 08:46:41 +00:00
webkit Revert "Improve error messages for property access on null/undefined" 2021-06-21 23:06:41 +00:00
BUILD.gn Reland^2 "[bigint] Karatsuba multiplication" 2021-06-07 11:01:14 +00:00
OWNERS