Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h109 void VisitKeyedSuperPropertyLoad(Property* property,
Dbytecode-generator.cc3464 VisitKeyedSuperPropertyLoad(property, Register::invalid_value()); in VisitPropertyLoad()
3497 void BytecodeGenerator::VisitKeyedSuperPropertyLoad(Property* property, in VisitKeyedSuperPropertyLoad() function in v8::internal::interpreter::BytecodeGenerator
3638 VisitKeyedSuperPropertyLoad(property, receiver); in VisitCall()