Searched refs:jerry_create_container (Results 1 - 3 of 3) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
H A D | test-container.cpp | 81 jerry_value_t empty_map = jerry_create_container (JERRY_CONTAINER_TYPE_MAP, NULL, 0); in HWTEST_F() 89 jerry_value_t empty_set = jerry_create_container (JERRY_CONTAINER_TYPE_SET, NULL, 0); in HWTEST_F() 97 jerry_value_t empty_weakmap = jerry_create_container (JERRY_CONTAINER_TYPE_WEAKMAP, NULL, 0); in HWTEST_F() 105 jerry_value_t empty_weakset = jerry_create_container (JERRY_CONTAINER_TYPE_WEAKSET, NULL, 0); in HWTEST_F()
|
/third_party/jerryscript/jerry-core/include/ |
H A D | jerryscript-core.h | 709 jerry_value_t jerry_create_container (jerry_container_type_t container_type,
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 4470 jerry_create_container (jerry_container_type_t container_type, /**< Type of the container */ in jerry_create_container() function 4552 } /* jerry_create_container */ in jerry_create_container()
|
Completed in 7 milliseconds