Searched refs:CatchInfo (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | parser.h | 294 void RewriteCatchPattern(CatchInfo* catch_info, bool* ok); 295 void ValidateCatchBlock(const CatchInfo& catch_info, bool* ok); 300 const CatchInfo& catch_info, int pos);
|
D | preparser.h | 1103 V8_INLINE void RewriteCatchPattern(CatchInfo* catch_info, bool* ok) { 1120 V8_INLINE void ValidateCatchBlock(const CatchInfo& catch_info, bool* ok) {} 1124 const SourceRange& finally_range, const CatchInfo& catch_info, int pos) {
|
D | parser.cc | 1600 void Parser::RewriteCatchPattern(CatchInfo* catch_info, bool* ok) { in RewriteCatchPattern() 1630 void Parser::ValidateCatchBlock(const CatchInfo& catch_info, bool* ok) { in ValidateCatchBlock() 1653 const CatchInfo& catch_info, int pos) { in RewriteTryStatement()
|
D | parser-base.h | 546 struct CatchInfo { struct 548 explicit CatchInfo(ParserBase* parser) in CatchInfo() argument 5621 CatchInfo catch_info(this); in ParseTryStatement()
|