Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc499 void AddFunctionDeclaration(FeedbackVectorSlot slot, FunctionLiteral* func) { in AddFunctionDeclaration() function in v8::internal::interpreter::BytecodeGenerator::GlobalDeclarationsBuilder
852 globals_builder()->AddFunctionDeclaration(slot, decl->fun()); in VisitFunctionDeclaration()