Searched refs:fun_template (Results 1 – 2 of 2) sorted by relevance
1716 v8::Local<v8::FunctionTemplate> fun_template = in GetSharedFunctionInfoForNative() local1719 DCHECK(!fun_template.IsEmpty()); in GetSharedFunctionInfoForNative()1723 *fun_template->GetFunction(v8_isolate->GetCurrentContext()) in GetSharedFunctionInfoForNative()
2092 v8::Local<v8::FunctionTemplate> fun_template = in TEST() local2094 CHECK(!fun_template.IsEmpty()); in TEST()2096 fun_template->GetFunction(context).ToLocalChecked(); in TEST()