| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c2c74fc commit 44968f0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -286,13 +286,6 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform { | |||
| 286 | 286 | void* data) = 0; | |
| 287 | 287 | }; | |
| 288 | 288 | ||
| 289 | - // Set up some Node.js-specific defaults for `params`, in particular | ||
| 290 | - // the ArrayBuffer::Allocator if it is provided, memory limits, and | ||
| 291 | - // possibly a code event handler. | ||
| 292 | - NODE_EXTERN void SetIsolateCreateParams(v8::Isolate::CreateParams* params, | ||
| 293 | - ArrayBufferAllocator* allocator | ||
| 294 | - = nullptr); | ||
| 295 | - | ||
| 296 | 289 | enum IsolateSettingsFlags { | |
| 297 | 290 | MESSAGE_LISTENER_WITH_ERROR_LEVEL = 1 << 0, | |
| 298 | 291 | DETAILED_SOURCE_POSITIONS_FOR_PROFILING = 1 << 1 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments