Searched refs:os_templ (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | d8-posix.cc | 751 void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate> os_templ) { in AddOSMethods() argument 752 os_templ->Set(String::NewFromUtf8(isolate, "system", NewStringType::kNormal) in AddOSMethods() 755 os_templ->Set(String::NewFromUtf8(isolate, "chdir", NewStringType::kNormal) in AddOSMethods() 758 os_templ->Set(String::NewFromUtf8(isolate, "setenv", NewStringType::kNormal) in AddOSMethods() 761 os_templ->Set(String::NewFromUtf8(isolate, "unsetenv", NewStringType::kNormal) in AddOSMethods() 764 os_templ->Set(String::NewFromUtf8(isolate, "umask", NewStringType::kNormal) in AddOSMethods() 767 os_templ->Set(String::NewFromUtf8(isolate, "mkdirp", NewStringType::kNormal) in AddOSMethods() 770 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 | 1578 Local<ObjectTemplate> os_templ = ObjectTemplate::New(isolate); in CreateGlobalTemplate() local 1579 AddOSMethods(isolate, os_templ); in CreateGlobalTemplate() 1583 os_templ); in CreateGlobalTemplate()
|