Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dparser.h312 Block* RewriteCatchPattern(CatchInfo* catch_info);
318 const CatchInfo& catch_info, int pos);
H A Dpreparser.h1110 V8_INLINE PreParserBlock RewriteCatchPattern(CatchInfo* catch_info) { in RewriteCatchPattern()
1122 const SourceRange& finally_range, const CatchInfo& catch_info, int pos) { in RewriteTryStatement()
H A Dparser.cc2010 Block* Parser::RewriteCatchPattern(CatchInfo* catch_info) { in RewriteCatchPattern()
2040 const CatchInfo& catch_info, int pos) { in RewriteTryStatement()
H A Dparser-base.h566 struct CatchInfo { struct in v8::internal::ParseFunctionFlag::ParserBase
568 explicit CatchInfo(ParserBase* parser) in CatchInfo() function
5882 CatchInfo catch_info(this); in ParseTryStatement()

Completed in 22 milliseconds