Home
last modified time | relevance | path

Searched refs:GetMultiIsolatePlatform (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/addons/new-isolate-addon/
Dbinding.cc31 MultiIsolatePlatform* platform = node::GetMultiIsolatePlatform(parent_env); in RunInSeparateIsolate()
/third_party/node/src/api/
Denvironment.cc515 MultiIsolatePlatform* GetMultiIsolatePlatform(Environment* env) { in GetMultiIsolatePlatform() function
516 return GetMultiIsolatePlatform(env->isolate_data()); in GetMultiIsolatePlatform()
519 MultiIsolatePlatform* GetMultiIsolatePlatform(IsolateData* env) { in GetMultiIsolatePlatform() function
Dembed_helpers.cc21 MultiIsolatePlatform* platform = GetMultiIsolatePlatform(env); in SpinEventLoop()
/third_party/node/src/
Dnode.h688 NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform(Environment* env);
689 NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform(IsolateData* env);
/third_party/node/test/cctest/
Dtest_environment.cc454 data.platform = GetMultiIsolatePlatform(*env); in TEST_F()