Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h178 (((ECMA_PARSE_ALLOW_NEW_TARGET << 1) - 1) - (ECMA_PARSE_ALLOW_SUPER - 1))
184 (JERRY_LOG2 (PARSER_ALLOW_SUPER) - JERRY_LOG2 (ECMA_PARSE_ALLOW_SUPER))
202 ((type) >> JERRY_LOG2 (ECMA_PARSE_ALLOW_SUPER))
Djs-parser.c32 JERRY_STATIC_ASSERT (PARSER_RESTORE_STATUS_FLAGS (ECMA_PARSE_ALLOW_SUPER) == PARSER_ALLOW_SUPER,
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h117 ECMA_PARSE_ALLOW_SUPER = (1u << 5), /**< allow super property access */ enumerator
712 …RRY_CONTEXT (status_flags) >> (ECMA_LOCAL_PARSE_OPTS_OFFSET - JERRY_LOG2 (ECMA_PARSE_ALLOW_SUPER)))