Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c390 ecma_extended_object_t *map_obj_p = (ecma_extended_object_t *) object_p; in ecma_op_container_create() local
391 map_obj_p->u.class_prop.extra_info = ECMA_CONTAINER_FLAGS_EMPTY; in ecma_op_container_create()
392 map_obj_p->u.class_prop.class_id = (uint16_t) lit_id; in ecma_op_container_create()
396 map_obj_p->u.class_prop.extra_info |= ECMA_CONTAINER_FLAGS_WEAK; in ecma_op_container_create()
399 ECMA_SET_INTERNAL_VALUE_POINTER (map_obj_p->u.class_prop.u.value, container_p); in ecma_op_container_create()