Searched refs:string_access_operator (Results 1 – 2 of 2) sorted by relevance
156 const Operator* string_access_operator, Node* node);
6476 const Operator* string_access_operator, Node* node) { in ReduceStringPrototypeStringAt() argument6477 DCHECK(string_access_operator->opcode() == IrOpcode::kStringCharCodeAt || in ReduceStringPrototypeStringAt()6478 string_access_operator->opcode() == IrOpcode::kStringCodePointAt); in ReduceStringPrototypeStringAt()6503 Node* value = effect = graph()->NewNode(string_access_operator, receiver, in ReduceStringPrototypeStringAt()