We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c74fc commit 44968f0Copy full SHA for 44968f0
src/node.h
@@ -286,13 +286,6 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform {
286
void* data) = 0;
287
};
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
enum IsolateSettingsFlags {
297
MESSAGE_LISTENER_WITH_ERROR_LEVEL = 1 << 0,
298
DETAILED_SOURCE_POSITIONS_FOR_PROFILING = 1 << 1
0 commit comments