Home
last modified time | relevance | path

Searched refs:ExecuteBootstrapper (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode.cc168 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, &parameters, &arguments)); in StartExecution()
Dnode_internals.h295 v8::MaybeLocal<v8::Value> ExecuteBootstrapper(
/third_party/node/src/api/
Denvironment.cc457 return ExecuteBootstrapper(env, name.c_str(), &params, &args); in LoadEnvironment()