Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-05-20 14:50:13 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2019-06-03 18:27:49 +0300
commit077859948dd7a4f1bbaa5851b40087e2439200a5 (patch)
treed56ed2fcd78a0ae67977ff99f9aa260916f35e54 /src/node_internals.h
parenta0d86befb5251736af84a5d261ba49948baf7c73 (diff)
src: split `RunBootstrapping()`
Split `RunBootstrapping()` into `BootstrapInternalLoaders()` and `BootstrapNode()` from so the two can be snapshotted incrementally. PR-URL: https://github.com/nodejs/node/pull/27539 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 4091c3f0d31..9f6f5b19ad8 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -275,7 +275,6 @@ void DefineZlibConstants(v8::Local<v8::Object> target);
v8::Isolate* NewIsolate(v8::Isolate::CreateParams* params,
uv_loop_t* event_loop,
MultiIsolatePlatform* platform);
-v8::MaybeLocal<v8::Value> RunBootstrapping(Environment* env);
v8::MaybeLocal<v8::Value> StartExecution(Environment* env,
const char* main_script_id);
v8::MaybeLocal<v8::Object> GetPerContextExports(v8::Local<v8::Context> context);