Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
Dapi-natives.cc466 Handle<Object> function_template) { in GetInstancePrototype() argument
473 isolate, Handle<FunctionTemplateInfo>::cast(function_template)), in GetInstancePrototype()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def201 HANDLE_DW_TAG(0x4102, function_template, 0, GNU, DW_KIND_NONE)
/third_party/chromium/patch/
D0003-ohos-1115.patch25202 +#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;