node/deps/v8/test
Joyee Cheung 2ad665e24f
deps: V8: cherry-pick efb1133eb894
Original commit message:

    [api] Add v8::ScriptCompiler::CachedData::CompatibilityCheck()

    This patch adds a new API v8::ScriptCompiler::CachedData::CompatibilityCheck()
    in order to allow embedders to check if the code cache can be used in
    the current isolate without looking up for the source code. It also returns more detailed reasons about why the code cache cannot be used
    when it's bound to be rejected. This makes it possible to enforce
    portability checks in case code code becomes CPU-dependent in the
    future.

    Refs: https://github.com/nodejs/node/issues/42566#issuecomment-1735862123

    Change-Id: Ia1d677b949050add961af6fbf62c44342c061312
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4905290
    Reviewed-by: Marja Hölttä <marja@chromium.org>
    Reviewed-by: Toon Verwaest <verwaest@chromium.org>
    Commit-Queue: Joyee Cheung <joyee@igalia.com>
    Cr-Commit-Position: refs/heads/main@{#90833}

Refs: efb1133eb8
PR-URL: https://github.com/nodejs/node/pull/51551
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2024-02-15 12:06:32 +01:00
..
benchmarks
bigint
cctest deps: V8: cherry-pick efb1133eb894 2024-02-15 12:06:32 +01:00
common
debugger
debugging
fuzzer deps: V8: cherry-pick 475c8cdf9a95 2023-11-29 09:46:33 -03:00
fuzzilli
inspector
intl
js-perf-test
memory
message
mjsunit deps: patch V8 to 11.8.172.17 2023-11-14 09:17:49 +01:00
mkgrokdump
mozilla deps: V8: cherry-pick 89b3702c92b0 2023-10-10 08:26:37 +02:00
test262
torque
unittests
wasm-api-tests deps: V8: cherry-pick 475c8cdf9a95 2023-11-29 09:46:33 -03:00
wasm-js
wasm-spec-tests
webkit
BUILD.gn
OWNERS