Home
last modified time | relevance | path

Searched defs:CatchInfo (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h546 struct CatchInfo { struct
548 explicit CatchInfo(ParserBase* parser) in CatchInfo() argument
555 IdentifierT name;
556 ExpressionT pattern;
557 Scope* scope;
558 BlockT init_block;
559 BlockT inner_block;
560 ZonePtrList<const AstRawString> bound_names;