File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
#define V8_MAJOR_VERSION 6
12
12
#define V8_MINOR_VERSION 5
13
13
#define V8_BUILD_NUMBER 254
14
- #define V8_PATCH_LEVEL 38
14
+ #define V8_PATCH_LEVEL 40
15
15
16
16
// Use 1 for candidates and 0 otherwise.
17
17
// (Boolean macro values are not supported by all preprocessors.)
Original file line number Diff line number Diff line change @@ -954,6 +954,8 @@ void WasmCodeManager::FreeNativeModuleMemories(NativeModule* native_module) {
954
954
Free (&vmem);
955
955
DCHECK (!vmem.IsReserved ());
956
956
}
957
+ native_module->owned_memory_ .clear ();
958
+
957
959
// No need to tell the GC anything if we're destroying the heap,
958
960
// which we currently indicate by having the isolate_ as null
959
961
if (isolate_ == nullptr ) return ;
Original file line number Diff line number Diff line change @@ -8,5 +8,3 @@ The doubles heard this and started to unbox.
8
8
The Smi looked at them when a crazy v8-autoroll account showed up...
9
9
The autoroller bought a round of Himbeerbrause. Suddenly...
10
10
The bartender starts to shake the bottles.......................
11
- .
12
- .
You can’t perform that action at this time.
0 commit comments