Searched refs:os_templ (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/d8/ |
D | d8-posix.cc | 737 void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) { in AddOSMethods() argument 739 os_templ->Set(isolate, "system", FunctionTemplate::New(isolate, System)); in AddOSMethods() 741 os_templ->Set(isolate, "chdir", in AddOSMethods() 743 os_templ->Set(isolate, "setenv", in AddOSMethods() 745 os_templ->Set(isolate, "unsetenv", in AddOSMethods() 747 os_templ->Set(isolate, "umask", FunctionTemplate::New(isolate, SetUMask)); in AddOSMethods() 748 os_templ->Set(isolate, "mkdirp", in AddOSMethods() 750 os_templ->Set(isolate, "rmdir", in AddOSMethods()
|
D | d8-windows.cc | 9 void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) {} in AddOSMethods() argument
|