summaryrefslogtreecommitdiff
path: root/src/bootstrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrapper.cc')
-rw-r--r--src/bootstrapper.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index 0a1cfed210..60c05a58a6 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -139,20 +139,6 @@ void SetupBootstrapObject(Environment* env,
BOOTSTRAP_METHOD(_setupTraceCategoryState, SetupTraceCategoryState);
BOOTSTRAP_METHOD(_setupNextTick, SetupNextTick);
BOOTSTRAP_METHOD(_setupPromises, SetupPromises);
- BOOTSTRAP_METHOD(_chdir, Chdir);
- BOOTSTRAP_METHOD(_cpuUsage, CPUUsage);
- BOOTSTRAP_METHOD(_hrtime, Hrtime);
- BOOTSTRAP_METHOD(_hrtimeBigInt, HrtimeBigInt);
- BOOTSTRAP_METHOD(_memoryUsage, MemoryUsage);
- BOOTSTRAP_METHOD(_rawDebug, RawDebug);
- BOOTSTRAP_METHOD(_umask, Umask);
-
- Local<String> should_abort_on_uncaught_toggle =
- FIXED_ONE_BYTE_STRING(env->isolate(), "_shouldAbortOnUncaughtToggle");
- CHECK(bootstrapper->Set(env->context(),
- should_abort_on_uncaught_toggle,
- env->should_abort_on_uncaught_toggle().GetJSArray())
- .FromJust());
}
#undef BOOTSTRAP_METHOD