Searched refs:ExecuteBootstrapper (Results 1 – 3 of 3) sorted by relevance
/third_party/node/src/ |
D | node.cc | 168 MaybeLocal<Value> ExecuteBootstrapper(Environment* env, in ExecuteBootstrapper() function 315 if (!ExecuteBootstrapper( in BootstrapInternalLoaders() 355 MaybeLocal<Value> result = ExecuteBootstrapper( in BootstrapNode() 366 ExecuteBootstrapper(this, thread_switch_id, &node_params, &node_args); in BootstrapNode() 376 result = ExecuteBootstrapper( in BootstrapNode() 447 ExecuteBootstrapper(env, main_script_id, ¶meters, &arguments)); in StartExecution()
|
D | node_internals.h | 295 v8::MaybeLocal<v8::Value> ExecuteBootstrapper(
|
/third_party/node/src/api/ |
D | environment.cc | 457 return ExecuteBootstrapper(env, name.c_str(), ¶ms, &args); in LoadEnvironment()
|