Searched refs:StartExecutionCallbackInfo (Results 1 – 5 of 5) sorted by relevance
138 node::LoadEnvironment(*env, [&](const node::StartExecutionCallbackInfo& info) in TEST_F()163 [&](const node::StartExecutionCallbackInfo& info) in TEST_F()359 [&](const node::StartExecutionCallbackInfo& info) in TEST_F()577 [&](const node::StartExecutionCallbackInfo& info) in TEST_F()
118 node::LoadEnvironment(*env, [&](const node::StartExecutionCallbackInfo& info) in TEST_F()
477 struct StartExecutionCallbackInfo { struct483 std::function<v8::MaybeLocal<v8::Value>(const StartExecutionCallbackInfo&)>; argument
463 StartExecutionCallbackInfo info = { in StartExecution()
438 [&](const StartExecutionCallbackInfo& info) -> MaybeLocal<Value> { in LoadEnvironment()