File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 35
35
36
36
# Reset this number to 0 on major V8 upgrades.
37
37
# Increment by one for each non-official patch applied to deps/v8.
38
- 'v8_embedder_string' : '-node.23 ' ,
38
+ 'v8_embedder_string' : '-node.24 ' ,
39
39
40
40
##### V8 defaults for Node.js #####
41
41
Original file line number Diff line number Diff line change @@ -2786,9 +2786,6 @@ class V8_EXPORT Value : public Data {
2786
2786
*/
2787
2787
bool IsWasmModuleObject () const ;
2788
2788
2789
- V8_DEPRECATED (" Use IsWasmModuleObject" )
2790
- bool IsWebAssemblyCompiledModule () const ;
2791
-
2792
2789
/* *
2793
2790
* Returns true if the value is a Module Namespace Object.
2794
2791
*/
Original file line number Diff line number Diff line change @@ -3438,7 +3438,6 @@ VALUE_IS_SPECIFIC_TYPE(Set, JSSet)
3438
3438
VALUE_IS_SPECIFIC_TYPE (WasmModuleObject, WasmModuleObject)
3439
3439
VALUE_IS_SPECIFIC_TYPE (WeakMap, JSWeakMap)
3440
3440
VALUE_IS_SPECIFIC_TYPE (WeakSet, JSWeakSet)
3441
- VALUE_IS_SPECIFIC_TYPE (WebAssemblyCompiledModule, WasmModuleObject)
3442
3441
3443
3442
#undef VALUE_IS_SPECIFIC_TYPE
3444
3443
You can’t perform that action at this time.
0 commit comments