| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cd9b03e commit d9d0104
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.6', | ||
| 39 | + 'v8_embedder_string': '-node.7', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -437,7 +437,7 @@ class V8_EXPORT CFunction { | |||
| 437 | 437 | }; | |
| 438 | 438 | }; | |
| 439 | 439 | ||
| 440 | - struct V8_DEPRECATE_SOON("Use v8::Local<v8::Value> instead.") ApiObject { | ||
| 440 | + struct ApiObject { | ||
| 441 | 441 | uintptr_t address; | |
| 442 | 442 | }; | |
| 443 | 443 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments