| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cdcc82c commit fde5921
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.5', | ||
| 39 | + 'v8_embedder_string': '-node.6', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,6 +77,9 @@ struct WrapperDescriptor final { | |||
| 77 | 77 | }; | |
| 78 | 78 | ||
| 79 | 79 | struct V8_EXPORT CppHeapCreateParams { | |
| 80 | + CppHeapCreateParams(const CppHeapCreateParams&) = delete; | ||
| 81 | + CppHeapCreateParams& operator=(const CppHeapCreateParams&) = delete; | ||
| 82 | + | ||
| 80 | 83 | std::vector<std::unique_ptr<cppgc::CustomSpaceBase>> custom_spaces; | |
| 81 | 84 | WrapperDescriptor wrapper_descriptor; | |
| 82 | 85 | }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments