Home
last modified time | relevance | path

Searched refs:fun_template (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompiler.cc1716 v8::Local<v8::FunctionTemplate> fun_template = in GetSharedFunctionInfoForNative() local
1719 DCHECK(!fun_template.IsEmpty()); in GetSharedFunctionInfoForNative()
1723 *fun_template->GetFunction(v8_isolate->GetCurrentContext()) in GetSharedFunctionInfoForNative()
/external/v8/test/cctest/
Dtest-serialize.cc2092 v8::Local<v8::FunctionTemplate> fun_template = in TEST() local
2094 CHECK(!fun_template.IsEmpty()); in TEST()
2096 fun_template->GetFunction(context).ToLocalChecked(); in TEST()