| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c80a4d8 commit 569f797
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -280,12 +280,6 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform { | |||
| 280 | 280 | void* data) = 0; | |
| 281 | 281 | }; | |
| 282 | 282 | ||
| 283 | - // Set up some Node.js-specific defaults for `params`, in particular | ||
| 284 | - // the ArrayBuffer::Allocator if it is provided, memory limits, and | ||
| 285 | - // possibly a code event handler. | ||
| 286 | - NODE_EXTERN void SetIsolateCreateParams(v8::Isolate::CreateParams* params, | ||
| 287 | - ArrayBufferAllocator* allocator | ||
| 288 | - = nullptr); | ||
| 289 | 283 | // Set a number of callbacks for the `isolate`, in particular the Node.js | |
| 290 | 284 | // uncaught exception listener. | |
| 291 | 285 | NODE_EXTERN void SetIsolateUpForNode(v8::Isolate* isolate); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments