Searched refs:function_template (Results 1 – 1 of 1) sorted by relevance
2544 Local<v8::FunctionTemplate> function_template = v8::FunctionTemplate::New(); in THREADED_TEST() local2546 = function_template->InstanceTemplate(); in THREADED_TEST()2549 context->Global()->Set(v8_str("F"), function_template->GetFunction()); in THREADED_TEST()