Lines Matching refs:global_proxy_template
142 v8::Local<v8::ObjectTemplate> global_proxy_template,
146 v8::Local<v8::ObjectTemplate> global_proxy_template);
184 v8::Local<v8::ObjectTemplate> global_proxy_template,
267 v8::Local<v8::ObjectTemplate> global_proxy_template);
311 v8::Local<v8::ObjectTemplate> global_proxy_template, in CreateEnvironment() argument
315 Genesis genesis(isolate_, maybe_global_proxy, global_proxy_template, in CreateEnvironment()
326 v8::Local<v8::ObjectTemplate> global_proxy_template) { in NewRemoteContext() argument
328 Genesis genesis(isolate_, maybe_global_proxy, global_proxy_template); in NewRemoteContext()
898 v8::Local<v8::ObjectTemplate> global_proxy_template, in CreateNewGlobals() argument
916 if (!global_proxy_template.IsEmpty()) { in CreateNewGlobals()
919 v8::Utils::OpenHandle(*global_proxy_template); in CreateNewGlobals()
960 if (global_proxy_template.IsEmpty()) { in CreateNewGlobals()
968 v8::Utils::OpenHandle(*global_proxy_template); in CreateNewGlobals()
4142 v8::Local<v8::ObjectTemplate> global_proxy_template) { in ConfigureGlobalObjects() argument
4148 if (!global_proxy_template.IsEmpty()) { in ConfigureGlobalObjects()
4151 v8::Utils::OpenHandle(*global_proxy_template); in ConfigureGlobalObjects()
4362 v8::Local<v8::ObjectTemplate> global_proxy_template, in Genesis() argument
4389 !global_proxy_template.IsEmpty() in Genesis()
4390 ? global_proxy_template->InternalFieldCount() in Genesis()
4420 CreateNewGlobals(global_proxy_template, global_proxy); in Genesis()
4425 if (!ConfigureGlobalObjects(global_proxy_template)) return; in Genesis()
4434 CreateNewGlobals(global_proxy_template, global_proxy); in Genesis()
4444 if (!ConfigureGlobalObjects(global_proxy_template)) return; in Genesis()
4483 v8::Local<v8::ObjectTemplate> global_proxy_template) in Genesis() argument
4503 global_proxy_template->InternalFieldCount()); in Genesis()
4512 v8::Utils::OpenHandle(*global_proxy_template); in Genesis()
4524 global_proxy_template->InternalFieldCount()); in Genesis()