Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h83 void VisitKeyedSuperPropertyLoad(Property* property,
Dbytecode-generator.cc2291 VisitKeyedSuperPropertyLoad(expr, Register::invalid_value()); in VisitPropertyLoad()
2322 void BytecodeGenerator::VisitKeyedSuperPropertyLoad(Property* property, in VisitKeyedSuperPropertyLoad() function in v8::internal::interpreter::BytecodeGenerator
2428 VisitKeyedSuperPropertyLoad(property, receiver); in VisitCall()