Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDwarf.def114 HANDLE_DW_TAG(0x4102, function_template)
/external/elfutils/src/libdw/
Dknown-dwarf.h574 ONE_KNOWN_DW_TAG (function_template, DW_TAG_function_template) \
/external/v8/test/cctest/
Dtest-api.cc6093 Local<v8::FunctionTemplate> function_template = in THREADED_TEST() local
6096 = function_template->InstanceTemplate(); in THREADED_TEST()
6099 context->Global()->Set(v8_str("F"), function_template->GetFunction()); in THREADED_TEST()
10805 { Local<FunctionTemplate> function_template = in THREADED_TEST() local
10807 Local<Function> function = function_template->GetFunction(); in THREADED_TEST()
11270 { Local<FunctionTemplate> function_template = in THREADED_TEST() local
11272 Local<Function> function = function_template->GetFunction(); in THREADED_TEST()
11280 { Local<FunctionTemplate> function_template = FunctionTemplate::New(isolate); in THREADED_TEST() local
11281 Local<Function> function = function_template->GetFunction(); in THREADED_TEST()
22443 Local<v8::FunctionTemplate> function_template in Run() local
[all …]