Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.h156 const Operator* string_access_operator, Node* node);
Djs-call-reducer.cc6476 const Operator* string_access_operator, Node* node) { in ReduceStringPrototypeStringAt() argument
6477 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()