OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_templ
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
d8-windows.cc
11
void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate>
os_templ
) {}
d8-posix.cc
767
void Shell::AddOSMethods(Isolate* isolate, Local<ObjectTemplate>
os_templ
) {
768
os_templ
->Set(String::NewFromUtf8(isolate, "system", NewStringType::kNormal)
771
os_templ
->Set(String::NewFromUtf8(isolate, "chdir", NewStringType::kNormal)
774
os_templ
->Set(String::NewFromUtf8(isolate, "setenv", NewStringType::kNormal)
777
os_templ
->Set(String::NewFromUtf8(isolate, "unsetenv", NewStringType::kNormal)
780
os_templ
->Set(String::NewFromUtf8(isolate, "umask", NewStringType::kNormal)
783
os_templ
->Set(String::NewFromUtf8(isolate, "mkdirp", NewStringType::kNormal)
786
os_templ
->Set(String::NewFromUtf8(isolate, "rmdir", NewStringType::kNormal)
d8.cc
1240
Local<ObjectTemplate>
os_templ
= ObjectTemplate::New(isolate);
local
[
all
...]
Completed in 261 milliseconds