Home
last modified time | relevance | path

Searched refs:ECMA_CONTAINER_FLAGS_WEAK (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c396 map_obj_p->u.class_prop.extra_info |= ECMA_CONTAINER_FLAGS_WEAK; in ecma_op_container_create()
673 if ((map_object_p->u.class_prop.extra_info & ECMA_CONTAINER_FLAGS_WEAK) != 0 in ecma_op_container_has()
782 if ((map_object_p->u.class_prop.extra_info & ECMA_CONTAINER_FLAGS_WEAK) != 0 in ecma_op_container_set()
799 if ((map_object_p->u.class_prop.extra_info & ECMA_CONTAINER_FLAGS_WEAK) != 0) in ecma_op_container_set()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1018 ECMA_CONTAINER_FLAGS_WEAK = (1 << 0) /** container object is weak */ enumerator