Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1609 if (ecma_get_string_magic (literal_p) == LIT_MAGIC_STRING__COUNT) in jerry_get_literals_from_snapshot()
1637 if (ecma_get_string_magic (literal_p) == LIT_MAGIC_STRING__COUNT) in jerry_get_literals_from_snapshot()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h367 lit_magic_string_id_t ecma_get_string_magic (const ecma_string_t *string_p);
Decma-helpers-string.c2389 ecma_get_string_magic (const ecma_string_t *string_p) /**< ecma-string */ in ecma_get_string_magic() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c702 lit_magic_string_id_t magic_string_id = ecma_get_string_magic (string_p); in ecma_builtin_try_to_instantiate_property()