We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be9b22 commit bca0e0fCopy full SHA for bca0e0f
src/node.h
@@ -280,12 +280,6 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform {
280
void* data) = 0;
281
};
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
// Set a number of callbacks for the `isolate`, in particular the Node.js
290
// uncaught exception listener.
291
NODE_EXTERN void SetIsolateUpForNode(v8::Isolate* isolate);
0 commit comments