Home
last modified time | relevance | path

Searched refs:LIT_NON_INTERNAL_MAGIC_STRING__COUNT (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.c57 JERRY_ASSERT (id < LIT_NON_INTERNAL_MAGIC_STRING__COUNT); in lit_get_magic_string_utf8()
82 JERRY_ASSERT (id < LIT_NON_INTERNAL_MAGIC_STRING__COUNT); in lit_get_magic_string_size()
103 LIT_NON_INTERNAL_MAGIC_STRING__COUNT in lit_get_magic_string_size_block_start()
206 if (string_size > lit_get_magic_string_size (LIT_NON_INTERNAL_MAGIC_STRING__COUNT - 1)) in lit_is_utf8_string_magic()
251 if (total_string_size > lit_get_magic_string_size (LIT_NON_INTERNAL_MAGIC_STRING__COUNT - 1)) in lit_is_utf8_string_pair_magic()
Dlit-magic-strings.h34 LIT_NON_INTERNAL_MAGIC_STRING__COUNT, /**< number of non-internal magic strings */ enumerator
35 …LIT_INTERNAL_MAGIC_STRING_PROMISE = LIT_NON_INTERNAL_MAGIC_STRING__COUNT, /**< [[Promise]] of pro…
/third_party/jerryscript/jerry-core/ext/
Ddebug-utils.c37 && prop_pair_p->names_cp[i] >= LIT_NON_INTERNAL_MAGIC_STRING__COUNT) { in PrintObjectProperties()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c1053 if (curr_property_p->magic_string_id > LIT_NON_INTERNAL_MAGIC_STRING__COUNT) in ecma_builtin_list_lazy_property_names()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c495 && prop_pair_p->names_cp[i] >= LIT_NON_INTERNAL_MAGIC_STRING__COUNT) in jerry_debugger_send_scope_variables()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2354 && prop_pair_p->names_cp[i] >= LIT_NON_INTERNAL_MAGIC_STRING__COUNT in ecma_op_object_get_property_names()