Searched refs:GetMultiIsolatePlatform (Results 1 – 5 of 5) sorted by relevance
31 MultiIsolatePlatform* platform = node::GetMultiIsolatePlatform(parent_env); in RunInSeparateIsolate()
515 MultiIsolatePlatform* GetMultiIsolatePlatform(Environment* env) { in GetMultiIsolatePlatform() function516 return GetMultiIsolatePlatform(env->isolate_data()); in GetMultiIsolatePlatform()519 MultiIsolatePlatform* GetMultiIsolatePlatform(IsolateData* env) { in GetMultiIsolatePlatform() function
21 MultiIsolatePlatform* platform = GetMultiIsolatePlatform(env); in SpinEventLoop()
688 NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform(Environment* env);689 NODE_EXTERN MultiIsolatePlatform* GetMultiIsolatePlatform(IsolateData* env);
454 data.platform = GetMultiIsolatePlatform(*env); in TEST_F()