Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-types.cc461 this->AsContext()->Outer()->Equals(that->AsContext()->Outer()); in SimplyEquals()
1234 this->AsContext()->Outer()->PrintTo(os, dim); in PrintTo()
Dast-types.h831 AstContextType* AsContext() { return AstContextType::cast(this); } in AsContext() function