Home
last modified time | relevance | path

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

/external/v8/src/
Dfull-codegen.cc1560 v8::Handle<v8::FunctionTemplate> fun_template = in VisitNativeFunctionLiteral() local
1563 DCHECK(!fun_template.IsEmpty()); in VisitNativeFunctionLiteral()
1566 Handle<JSFunction> fun = Utils::OpenHandle(*fun_template->GetFunction()); in VisitNativeFunctionLiteral()