Searched refs:function_template (Results 1 – 3 of 3) sorted by relevance
114 HANDLE_DW_TAG(0x4102, function_template)
574 ONE_KNOWN_DW_TAG (function_template, DW_TAG_function_template) \
6093 Local<v8::FunctionTemplate> function_template = in THREADED_TEST() local6096 = 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() local10807 Local<Function> function = function_template->GetFunction(); in THREADED_TEST()11270 { Local<FunctionTemplate> function_template = in THREADED_TEST() local11272 Local<Function> function = function_template->GetFunction(); in THREADED_TEST()11280 { Local<FunctionTemplate> function_template = FunctionTemplate::New(isolate); in THREADED_TEST() local11281 Local<Function> function = function_template->GetFunction(); in THREADED_TEST()22443 Local<v8::FunctionTemplate> function_template in Run() local[all …]