Home
last modified time | relevance | path

Searched defs:literal_type (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Dcommon.h65 #define LEXER_IS_IDENT_OR_STRING(literal_type) ((literal_type) <= LEXER_STRING_LITERAL) argument
Djs-lexer.c2341 uint8_t literal_type) /**< final literal type */ in lexer_construct_literal_object()
2893 uint8_t literal_type) /**< literal type */ in lexer_expect_identifier()
Djs-scanner-util.c1257 uint8_t literal_type = SCANNER_LITERAL_IS_ARG; in scanner_append_argument() local
Djs-parser-internal.h239 uint8_t literal_type; /**< last literal type */ member
/third_party/boost/libs/log/src/setup/
Dparser_utils.hpp45 typedef boost::log::basic_string_literal< char_type > literal_type; typedef
181 typedef boost::log::basic_string_literal< char_type > literal_type; typedef