Searched refs:SetEnvironment (Results 1 – 5 of 5) sorted by relevance
601 void Shell::SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetEnvironment() function in v8::Shell744 FunctionTemplate::New(isolate, SetEnvironment)); in AddOSMethods()
633 static void SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args);
75 DawnTestEnvironment::SetEnvironment(gTestEnv); in InitDawnPerfTestEnvironment()
213 static void SetEnvironment(DawnTestEnvironment* env);
229 void DawnTestEnvironment::SetEnvironment(DawnTestEnvironment* env) { in SetEnvironment() function in DawnTestEnvironment