Searched refs:function_template (Results 1 – 3 of 3) sorted by relevance
466 Handle<Object> function_template) { in GetInstancePrototype() argument473 isolate, Handle<FunctionTemplateInfo>::cast(function_template)), in GetInstancePrototype()
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;