Home | History | Annotate | Download | only in src

Lines Matching refs:os_templ

909   Handle<ObjectTemplate> os_templ = ObjectTemplate::New();
910 AddOSMethods(isolate, os_templ);
911 global_template->Set(String::NewFromUtf8(isolate, "os"), os_templ);