Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h98 #define LIT_CHAR_AMPERSAND ((ecma_char_t) '&') /* ampersand */ macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c884 case LIT_CHAR_AMPERSAND: in ecma_builtin_replace_substitute()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1747 LEXER_TYPE_C_TOKEN (LIT_CHAR_AMPERSAND, LEXER_BIT_AND, LIT_CHAR_EQUALS, in lexer_next_token()
1748 LEXER_ASSIGN_BIT_AND, LIT_CHAR_AMPERSAND, LEXER_LOGICAL_AND) in lexer_next_token()