Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp184 TEST_ASSERT (!jerry_delete_property_by_index (typedarray, j)); in test_property_by_index()
190 TEST_ASSERT (!jerry_delete_property_by_index (typedarray, j)); in test_property_by_index()
205 TEST_ASSERT (!jerry_delete_property_by_index (typedarray, j)); in test_property_by_index()
211 TEST_ASSERT (!jerry_delete_property_by_index (typedarray, j)); in test_property_by_index()
243 TEST_ASSERT (!jerry_delete_property_by_index (typedarray, j)); in test_property_by_index()
249 TEST_ASSERT (!jerry_delete_property_by_index (typedarray, j)); in test_property_by_index()
H A Dtest-api.cpp683 jerry_delete_property_by_index (array_obj_val, 5); in HWTEST_F()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DsetTimeout-js.cpp68 jerry_delete_property_by_index(func_obj, id); in DECLARE_GLOBAL_FUNCTION()
H A DsetInterval-js.cpp68 jerry_delete_property_by_index(func_obj, id); in DECLARE_GLOBAL_FUNCTION()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h525 bool jerry_delete_property_by_index (const jerry_value_t obj_val, uint32_t index);
/third_party/jerryscript/jerry-core/api/
H A Djerry.c2248 jerry_delete_property_by_index (const jerry_value_t obj_val, /**< object value */ in jerry_delete_property_by_index() function
2273 } /* jerry_delete_property_by_index */ in jerry_delete_property_by_index()

Completed in 9 milliseconds