deps: patch V8 to 7.0.276.22
Refs: https://github.com/v8/v8/compare/7.0.276.20...7.0.276.22 PR-URL: https://github.com/nodejs/node/pull/23160 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
9c3c0f4273
commit
6117af3490
2
deps/v8/DEPS
vendored
2
deps/v8/DEPS
vendored
@ -17,7 +17,7 @@ deps = {
|
||||
'v8/tools/gyp':
|
||||
Var('chromium_url') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
|
||||
'v8/third_party/depot_tools':
|
||||
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '1aa405fd859a3bd625b0d61184d6e4a3cf95c0b4',
|
||||
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + 'aaf2cc09c6874e394c6c1e4692360cc400d6b388',
|
||||
'v8/third_party/icu':
|
||||
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6',
|
||||
'v8/third_party/instrumented_libraries':
|
||||
|
2
deps/v8/include/v8-version.h
vendored
2
deps/v8/include/v8-version.h
vendored
@ -11,7 +11,7 @@
|
||||
#define V8_MAJOR_VERSION 7
|
||||
#define V8_MINOR_VERSION 0
|
||||
#define V8_BUILD_NUMBER 276
|
||||
#define V8_PATCH_LEVEL 20
|
||||
#define V8_PATCH_LEVEL 22
|
||||
|
||||
// Use 1 for candidates and 0 otherwise.
|
||||
// (Boolean macro values are not supported by all preprocessors.)
|
||||
|
2
deps/v8/src/ia32/macro-assembler-ia32.cc
vendored
2
deps/v8/src/ia32/macro-assembler-ia32.cc
vendored
@ -742,7 +742,7 @@ void MacroAssembler::EnterExitFramePrologue(StackFrame::Type frame_type) {
|
||||
ExternalReference::Create(IsolateAddressId::kCFunctionAddress, isolate());
|
||||
mov(StaticVariable(c_entry_fp_address), ebp);
|
||||
mov(StaticVariable(context_address), esi);
|
||||
mov(StaticVariable(c_function_address), ebx);
|
||||
mov(StaticVariable(c_function_address), edx);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user