Skip to content

Commit 9c93247

Browse files
committed
deps: patch V8 to 6.5.254.40
PR-URL: #19380 Refs: v8/v8@6.5.254.38...6.5.254.40 Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 18abca7 commit 9c93247

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deps/v8/include/v8-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define V8_MAJOR_VERSION 6
1212
#define V8_MINOR_VERSION 5
1313
#define V8_BUILD_NUMBER 254
14-
#define V8_PATCH_LEVEL 38
14+
#define V8_PATCH_LEVEL 40
1515

1616
// Use 1 for candidates and 0 otherwise.
1717
// (Boolean macro values are not supported by all preprocessors.)

deps/v8/src/wasm/wasm-code-manager.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,8 @@ void WasmCodeManager::FreeNativeModuleMemories(NativeModule* native_module) {
954954
Free(&vmem);
955955
DCHECK(!vmem.IsReserved());
956956
}
957+
native_module->owned_memory_.clear();
958+
957959
// No need to tell the GC anything if we're destroying the heap,
958960
// which we currently indicate by having the isolate_ as null
959961
if (isolate_ == nullptr) return;

deps/v8/tools/whitespace.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ The doubles heard this and started to unbox.
88
The Smi looked at them when a crazy v8-autoroll account showed up...
99
The autoroller bought a round of Himbeerbrause. Suddenly...
1010
The bartender starts to shake the bottles.......................
11-
.
12-
.

0 commit comments

Comments
 (0)