Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c721 const ecma_value_t container_value = ecma_make_object_value ((ecma_object_t *) container_p); in ecma_op_container_set_weak() local
726 refs_p->buffer_p[i] = container_value; in ecma_op_container_set_weak()
731 ecma_collection_push_back (refs_p, container_value); in ecma_op_container_set_weak()
/third_party/jerryscript/jerry-core/api/
Djerry.c4539 ecma_value_t container_value = ecma_op_container_create (arguments_list_p, in jerry_create_container() local
4545 return container_value; in jerry_create_container()