Lines Matching refs:global_proxy_template
157 v8::Handle<v8::ObjectTemplate> global_proxy_template,
191 v8::Handle<v8::ObjectTemplate> global_proxy_template,
261 v8::Handle<v8::ObjectTemplate> global_proxy_template);
336 v8::Handle<v8::ObjectTemplate> global_proxy_template, in CreateEnvironment() argument
340 isolate_, maybe_global_proxy, global_proxy_template, extensions); in CreateEnvironment()
746 v8::Handle<v8::ObjectTemplate> global_proxy_template, in CreateNewGlobals() argument
765 if (!global_proxy_template.IsEmpty()) { in CreateNewGlobals()
768 v8::Utils::OpenHandle(*global_proxy_template); in CreateNewGlobals()
814 if (global_proxy_template.IsEmpty()) { in CreateNewGlobals()
822 v8::Utils::OpenHandle(*global_proxy_template); in CreateNewGlobals()
2423 v8::Handle<v8::ObjectTemplate> global_proxy_template) { in ConfigureGlobalObjects() argument
2429 if (!global_proxy_template.IsEmpty()) { in ConfigureGlobalObjects()
2432 v8::Utils::OpenHandle(*global_proxy_template); in ConfigureGlobalObjects()
2610 v8::Handle<v8::ObjectTemplate> global_proxy_template, in Genesis() argument
2640 global_proxy_template, maybe_global_proxy, &global_object); in Genesis()
2647 if (!ConfigureGlobalObjects(global_proxy_template)) return; in Genesis()
2655 global_proxy_template, maybe_global_proxy, &global_object); in Genesis()
2664 if (!ConfigureGlobalObjects(global_proxy_template)) return; in Genesis()