File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
# Reset this number to 0 on major V8 upgrades.
39
39
# Increment by one for each non-official patch applied to deps/v8.
40
- 'v8_embedder_string' : '-node.5 ' ,
40
+ 'v8_embedder_string' : '-node.6 ' ,
41
41
42
42
##### V8 defaults for Node.js #####
43
43
Original file line number Diff line number Diff line change @@ -4527,9 +4527,6 @@ class V8_EXPORT WasmModuleObject : public Object {
4527
4527
static void CheckCast (Value* obj);
4528
4528
};
4529
4529
4530
- V8_DEPRECATED (" Use WasmModuleObject" ,
4531
- typedef WasmModuleObject WasmCompiledModule);
4532
-
4533
4530
/* *
4534
4531
* The V8 interface for WebAssembly streaming compilation. When streaming
4535
4532
* compilation is initiated, V8 passes a {WasmStreaming} object to the embedder
You can’t perform that action at this time.
0 commit comments