Home
last modified time | relevance | path

Searched refs:lexer_string_is_use_strict (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-ops.c551 if (lexer_string_is_use_strict (context_p) in scanner_check_directives()
Djs-parser-internal.h717 bool lexer_string_is_use_strict (parser_context_t *context_p);
Djs-lexer.c3362 lexer_string_is_use_strict (parser_context_t *context_p) /**< context */ in lexer_string_is_use_strict() function
Djs-parser-statm.c2649 if (lexer_string_is_use_strict (context_p)) in parser_parse_statements()