Lines Matching refs:literals
553 // If the literals start in the same position, we want the one with the
563 // If the literals end in the same position, we want the one with the
596 const std::vector<FunctionLiteral*>& literals,
600 events.reserve(literals.size() * 2 + diffs.size() * 2);
601 for (FunctionLiteral* literal : literals) {
745 void Run(std::vector<FunctionLiteral*>* literals) {
746 literals_ = literals;
756 bool compile_as_well, std::vector<FunctionLiteral*>* literals,
785 CollectFunctionLiterals(isolate, parse_info->literal()).Run(literals);
994 std::vector<FunctionLiteral*> literals;
995 if (!ParseScript(isolate, script, &parse_info, false, &literals, result))
1013 CalculateFunctionLiteralChanges(literals, diffs, &literal_changes);
1162 // function literals match what is expected, and that start positions are