Home
last modified time | relevance | path

Searched refs:IsLookupSlot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dvariables.h85 bool IsLookupSlot() const { return location() == VariableLocation::LOOKUP; } in IsLookupSlot() function
Dast.cc842 } else if (proxy->var()->IsLookupSlot()) { in GetCallType()
/external/v8/src/interpreter/
Dbytecode-generator.cc3598 DCHECK(callee_expr->AsVariableProxy()->var()->IsLookupSlot()); in VisitCall()