Searched refs:jerry_delete_property_by_index (Results 1 - 6 of 6) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
H A D | test-typedarray.cpp | 184 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 D | test-api.cpp | 683 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 D | setTimeout-js.cpp | 68 jerry_delete_property_by_index(func_obj, id); in DECLARE_GLOBAL_FUNCTION()
|
H A D | setInterval-js.cpp | 68 jerry_delete_property_by_index(func_obj, id); in DECLARE_GLOBAL_FUNCTION()
|
/third_party/jerryscript/jerry-core/include/ |
H A D | jerryscript-core.h | 525 bool jerry_delete_property_by_index (const jerry_value_t obj_val, uint32_t index);
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 2248 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