Searched refs:function_literals_ (Results 1 – 2 of 2) sorted by relevance
360 ZoneVector<std::pair<FunctionLiteral*, size_t>> function_literals_; variable
901 function_literals_(0, zone()), in BytecodeGenerator()960 for (std::pair<FunctionLiteral*, size_t> literal : function_literals_) { in AllocateDeferredConstants()1807 function_literals_.push_back(std::make_pair(expr, entry)); in VisitFunctionLiteral()