Searched refs:may_abort (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.cc | 121 DeclarationScope* function_scope, bool is_inner_function, bool may_abort, in PreParseFunction() argument 189 result = ParseStatementListAndLogFunction(&formals, may_abort, ok); in PreParseFunction() 376 PreParserFormalParameters* formals, bool may_abort, bool* ok) { in ParseStatementListAndLogFunction() argument 379 body, Token::RBRACE, may_abort, CHECK_OK_VALUE(kLazyParsingComplete)); in ParseStatementListAndLogFunction()
|
D | preparser.h | 979 bool may_abort, int* use_counts, 1017 bool is_inner_function, bool may_abort, bool* ok) {
|
D | parser.h | 450 bool is_inner_function, bool may_abort, bool* ok);
|
D | parser.cc | 2722 bool is_inner_function, bool may_abort, bool* ok) { in SkipFunction() argument 2764 DCHECK(!is_inner_function || !may_abort); in SkipFunction() 2768 may_abort, use_counts_, produced_preparsed_scope_data, this->script_id()); in SkipFunction()
|
D | parser-base.h | 1233 bool may_abort, bool* ok); 4865 Token::Value end_token, bool may_abort, in ParseStatementList() argument 4937 if (may_abort) { in ParseStatementList() 4939 may_abort = false; in ParseStatementList()
|