Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-types.h519 class AstContextType : public AstTypeBase {
527 return AsType(new (zone->New(sizeof(AstContextType))) in New()
528 AstContextType(outer)); // NOLINT in New()
531 static AstContextType* cast(AstType* type) { in cast()
533 return static_cast<AstContextType*>(FromType(type)); in cast()
536 explicit AstContextType(AstType* outer) in AstContextType() function
722 return AstContextType::New(outer, zone); in Context()
831 AstContextType* AsContext() { return AstContextType::cast(this); } in AsContext()