|
| ExpressionClassifierEmptyErrorTracker (typename Types::Base *base) |
|
| ExpressionClassifierBase (typename Types::Base *base) |
|
V8_INLINE bool | is_valid (unsigned productions) const |
|
V8_INLINE bool | is_valid_expression () const |
|
V8_INLINE bool | is_valid_formal_parameter_initializer () const |
|
V8_INLINE bool | is_valid_pattern () const |
|
V8_INLINE bool | is_valid_binding_pattern () const |
|
V8_INLINE bool | is_valid_strict_mode_formal_parameters () const |
|
V8_INLINE bool | is_valid_let_pattern () const |
|
bool | is_valid_async_arrow_formal_parameters () const |
|
V8_INLINE bool | is_simple_parameter_list () const |
|
V8_INLINE void | RecordNonSimpleParameter () |
|
V8_INLINE void | Accumulate (ExpressionClassifier< Types > *const inner, unsigned productions) |
|
|
V8_INLINE const Error & | reported_error (ErrorKind kind) const |
|
V8_INLINE void | Add (TP production, const Error &e) |
|
| STATIC_ASSERT (kUnusedError<=15) |
|
|
Types::Base * | base_ |
|
unsigned | invalid_productions_ |
|
unsigned | is_non_simple_parameter_list_ |
|
template<typename Types>
class v8::internal::ExpressionClassifierEmptyErrorTracker< Types >
Definition at line 301 of file expression-classifier.h.
The documentation for this class was generated from the following file: