Home
last modified time | relevance | path

Searched refs:SCANNER_NEEDS_BINDING_LIST (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-internal.h245 #define SCANNER_NEEDS_BINDING_LIST(type) ((type) >= SCANNER_BINDING_LET) macro
Djs-scanner.c597 || SCANNER_NEEDS_BINDING_LIST (scanner_context_p->binding_type)); in scanner_scan_primary_expression_end()
865 if (SCANNER_NEEDS_BINDING_LIST (binding_type)) in scanner_scan_primary_expression_end()
882 if (SCANNER_NEEDS_BINDING_LIST (binding_type)) in scanner_scan_primary_expression_end()
Djs-scanner-util.c1488 if (SCANNER_NEEDS_BINDING_LIST (binding_type)) in scanner_push_destructuring_pattern()