Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Dcommon.h78 LEXER_FLAG_GLOBAL = (1 << 4), /**< this local identifier is not a let or const declaration */ enumerator
Djs-scanner-util.c2184 context_p->lit_object.literal_p->status_flags |= LEXER_FLAG_GLOBAL; in scanner_create_variables()