Searched refs:env_proxy_template (Results 1 – 3 of 3) sorted by relevance
461 if (!isolate_data->env_proxy_template().IsEmpty()) return; in CreateEnvProxyTemplate()464 Local<ObjectTemplate> env_proxy_template = in CreateEnvProxyTemplate() local466 env_proxy_template->SetHandler(NamedPropertyHandlerConfiguration( in CreateEnvProxyTemplate()476 isolate_data->set_env_proxy_template(env_proxy_template); in CreateEnvProxyTemplate()
217 if (!env_->env_proxy_template()->NewInstance(context()).ToLocal(&env_proxy) || in BootstrapNode()
344 V(env_proxy_template, v8::ObjectTemplate) \