Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.h73 LIT_INTERNAL_MAGIC_STRING_WEAK_REFS, /**< Weak references to the current object */ enumerator
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c702 ecma_string_t *weak_refs_string_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_STRING_WEAK_REFS); in ecma_op_container_set_weak()
981 ecma_string_t *weak_refs_string_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_STRING_WEAK_REFS); in ecma_op_container_unref_weak()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c981 else if (JERRY_UNLIKELY (name_cp == LIT_INTERNAL_MAGIC_STRING_WEAK_REFS)) in ecma_gc_free_properties()