Lines Matching defs:false
288 bool IsFunctionLiteral() const { return false; }
289 bool IsCallNew() const { return false; }
302 code_ = IsParenthesizedField::update(code_, false);
373 PreParserStatementList() : PreParserStatementList(false) {}
586 bool optional_chain = false) {
649 bool optional_chain = false) {
825 bool has_duplicate_ = false;
826 bool strict_parameter_error_ = false;
953 // captured the syntax error), and false if a stack-overflow happened
994 // which is set to false if parsing failed; it is unchanged otherwise.
1000 bool AllowsLazyParsingWithoutUnresolvedVariables() const { return false; }
1001 bool parse_lazily() const { return false; }
1026 bool HasCheckedSyntax() { return false; }
1325 return false;
1333 return false;
1341 return false;
1346 return false;
1373 return false;
1653 V8_INLINE bool ParsingDynamicFunctionDeclaration() const { return false; }