Searched refs:os_templ (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | d8-posix.cc | 767 void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) { in AddOSMethods() argument 768 os_templ->Set(String::NewFromUtf8(isolate, "system", NewStringType::kNormal) in AddOSMethods() 771 os_templ->Set(String::NewFromUtf8(isolate, "chdir", NewStringType::kNormal) in AddOSMethods() 774 os_templ->Set(String::NewFromUtf8(isolate, "setenv", NewStringType::kNormal) in AddOSMethods() 777 os_templ->Set(String::NewFromUtf8(isolate, "unsetenv", NewStringType::kNormal) in AddOSMethods() 780 os_templ->Set(String::NewFromUtf8(isolate, "umask", NewStringType::kNormal) in AddOSMethods() 783 os_templ->Set(String::NewFromUtf8(isolate, "mkdirp", NewStringType::kNormal) in AddOSMethods() 786 os_templ->Set(String::NewFromUtf8(isolate, "rmdir", NewStringType::kNormal) in AddOSMethods()
|
D | d8-windows.cc | 11 void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) {} in AddOSMethods() argument
|
D | d8.cc | 1240 Local<ObjectTemplate> os_templ = ObjectTemplate::New(isolate); in CreateGlobalTemplate() local 1241 AddOSMethods(isolate, os_templ); in CreateGlobalTemplate() 1245 os_templ); in CreateGlobalTemplate()
|