Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc157 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()
[all …]