We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9b03e commit d9d0104Copy full SHA for d9d0104
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.6',
+ 'v8_embedder_string': '-node.7',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/include/v8-fast-api-calls.h
@@ -437,7 +437,7 @@ class V8_EXPORT CFunction {
437
};
438
439
440
-struct V8_DEPRECATE_SOON("Use v8::Local<v8::Value> instead.") ApiObject {
+struct ApiObject {
441
uintptr_t address;
442
443
0 commit comments