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/
H A 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/
H A Decma-helpers.h367 lit_magic_string_id_t ecma_get_string_magic (const ecma_string_t *string_p);
H A Decma-helpers-string.c2389 ecma_get_string_magic (const ecma_string_t *string_p) /**< ecma-string */ in ecma_get_string_magic() function
2402 } /* ecma_get_string_magic */ in ecma_get_string_magic()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c702 lit_magic_string_id_t magic_string_id = ecma_get_string_magic (string_p); in ecma_builtin_try_to_instantiate_property()

Completed in 9 milliseconds