Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.h294 void RewriteCatchPattern(CatchInfo* catch_info, bool* ok);
295 void ValidateCatchBlock(const CatchInfo& catch_info, bool* ok);
300 const CatchInfo& catch_info, int pos);
Dpreparser.h1103 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) {
Dparser.cc1600 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()
Dparser-base.h546 struct CatchInfo { struct
548 explicit CatchInfo(ParserBase* parser) in CatchInfo() argument
5621 CatchInfo catch_info(this); in ParseTryStatement()