Home
last modified time | relevance | path

Searched refs:expression_error (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dexpression-classifier.h110 const Error& expression_error() const { return expression_error_; } in expression_error() function
Dparser-base.h575 const Scanner::Location& a = classifier->expression_error().location; in ValidateExpression()
581 ReportClassifierError(classifier->expression_error()); in ValidateExpression()