Home
last modified time | relevance | path

Searched refs:SetIsolateCreateParamsForNode (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_main_instance.cc74 SetIsolateCreateParamsForNode(params); in NodeMainInstance()
Dnode_internals.h312 void SetIsolateCreateParamsForNode(v8::Isolate::CreateParams* params);
Dnode_worker.cc144 SetIsolateCreateParamsForNode(&params); in WorkerThreadData()
/third_party/node/src/api/
Denvironment.cc202 void SetIsolateCreateParamsForNode(Isolate::CreateParams* params) { in SetIsolateCreateParamsForNode() function
282 SetIsolateCreateParamsForNode(params); in NewIsolate()