| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9ecf4be commit dfb97fb
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 | |
|---|---|---|---|
@@ -485,7 +485,7 @@ class V8_EXPORT CFunction { | |||
| 485 | 485 | }; | |
| 486 | 486 | }; | |
| 487 | 487 | ||
| 488 | - struct V8_DEPRECATE_SOON("Use v8::Local<v8::Value> instead.") ApiObject { | ||
| 488 | + struct ApiObject { | ||
| 489 | 489 | uintptr_t address; | |
| 490 | 490 | }; | |
| 491 | 491 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments