Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.cc1085 void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info, in EmitNewClosure() function in v8::internal::FullCodeGenerator
1549 EmitNewClosure(function_info, expr->pretenure()); in VisitFunctionLiteral()
1615 EmitNewClosure(shared, false); in VisitNativeFunctionLiteral()
Dfull-codegen.h525 void EmitNewClosure(Handle<SharedFunctionInfo> info, bool pretenure);