Home
last modified time | relevance | path

Searched refs:AddOSMethods (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dd8-windows.cc38 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) { in AddOSMethods() function in v8::Shell
Dd8.h361 static void AddOSMethods(Handle<ObjectTemplate> os_template);
Dd8-posix.cc677 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) { in AddOSMethods() function in v8::Shell
Dd8.cc851 AddOSMethods(os_templ); in CreateGlobalTemplate()
/external/chromium_org/v8/src/
Dd8-windows.cc38 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) { in AddOSMethods() function in v8::Shell
Dd8.h380 static void AddOSMethods(v8::Isolate* isolate,
Dd8-posix.cc724 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) { in AddOSMethods() function in v8::Shell
Dd8.cc910 AddOSMethods(isolate, os_templ); in CreateGlobalTemplate()