Home
last modified time | relevance | path

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

/third_party/node/src/api/
Denvironment.cc477 MultiIsolatePlatform* GetMultiIsolatePlatform(Environment* env) { in GetMultiIsolatePlatform() function
478 return GetMultiIsolatePlatform(env->isolate_data()); in GetMultiIsolatePlatform()
481 MultiIsolatePlatform* GetMultiIsolatePlatform(IsolateData* env) { in GetMultiIsolatePlatform() function
/third_party/node/src/
Dnode.h533 NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform(Environment* env);
534 NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform(IsolateData* env);
/third_party/node/test/cctest/
Dtest_environment.cc462 data.platform = GetMultiIsolatePlatform(*env); in TEST_F()