Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8-posix.cc601 void Shell::SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetEnvironment() function in v8::Shell
744 FunctionTemplate::New(isolate, SetEnvironment)); in AddOSMethods()
Dd8.h633 static void SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args);
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp75 DawnTestEnvironment::SetEnvironment(gTestEnv); in InitDawnPerfTestEnvironment()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h213 static void SetEnvironment(DawnTestEnvironment* env);
DDawnTest.cpp229 void DawnTestEnvironment::SetEnvironment(DawnTestEnvironment* env) { in SetEnvironment() function in DawnTestEnvironment