diff options
author | Michaƫl Zasso <targos@protonmail.com> | 2023-03-30 12:11:08 +0200 |
---|---|---|
committer | Node.js GitHub Bot <github-bot@iojs.org> | 2023-03-31 14:15:23 +0000 |
commit | f226350fcbebd4449fb0034fdaffa147e4de28ea (patch) | |
tree | 8896397ec8829c238012bfbe9781f4e2d94708bc /deps/v8/src/objects/code.tq | |
parent | 10928cb0a4643a11c02af7bab93fc4b5abe2ce7d (diff) | |
download | node-new-f226350fcbebd4449fb0034fdaffa147e4de28ea.tar.gz |
deps: update V8 to 11.3.244.4
PR-URL: https://github.com/nodejs/node/pull/47251
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'deps/v8/src/objects/code.tq')
-rw-r--r-- | deps/v8/src/objects/code.tq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/objects/code.tq b/deps/v8/src/objects/code.tq index 86e33add74..af6da378b6 100644 --- a/deps/v8/src/objects/code.tq +++ b/deps/v8/src/objects/code.tq @@ -26,4 +26,4 @@ extern class BytecodeArray extends FixedArrayBase { bytecode_age: uint16; } -extern class CodeDataContainer extends HeapObject; +extern class Code extends HeapObject; |