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 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.)
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -8,5 +8,3 @@ The doubles heard this and started to unbox.
88The Smi looked at them when a crazy v8-autoroll account showed up...
99The autoroller bought a round of Himbeerbrause. Suddenly...
1010The bartender starts to shake the bottles.......................
11- .
12- .
You can’t perform that action at this time.
0 commit comments