Searched refs:function_template (Results 1 – 3 of 3) sorted by relevance
167 Local<FunctionTemplate> function_template = in CreateV8Context() local170 function_template->SetClassName(sandbox_obj->GetConstructorName()); in CreateV8Context()173 function_template->InstanceTemplate(); in CreateV8Context()250 Local<FunctionTemplate> function_template = in Init() local252 function_template->InstanceTemplate()->SetInternalFieldCount( in Init()255 function_template->GetFunction(env->context()).ToLocalChecked()); in Init()
201 HANDLE_DW_TAG(0x4102, function_template, 0, GNU, DW_KIND_NONE)
25202 +#include "gin/function_template.h"25314 + v8::Local<v8::FunctionTemplate> function_template = template_cache_.Get(name);25315 + if (!function_template.IsEmpty())25316 + return function_template;25317 + function_template = gin::CreateFunctionTemplate(25322 + template_cache_.Set(name, function_template);25323 + return function_template;