Home
last modified time | relevance | path

Searched refs:weak_refs_string_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A 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() local
703 ecma_property_t *property_p = ecma_find_named_property (key_p, weak_refs_string_p); in ecma_op_container_set_weak()
709 weak_refs_string_p, 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() local
983 ecma_property_t *property_p = ecma_find_named_property (object_p, weak_refs_string_p); in ecma_op_container_unref_weak()

Completed in 2 milliseconds