Home
last modified time | relevance | path

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

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