Home | History | Annotate | Download | only in src

Lines Matching refs:os_templ

850   Handle<ObjectTemplate> os_templ = ObjectTemplate::New();
851 AddOSMethods(os_templ);
852 global_template->Set(String::New("os"), os_templ);