Home
last modified time | relevance | path

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

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DI2C-js.cpp124 const uint32_t data_len = jerry_get_array_length(args[1]); in DECLARE_CLASS_FUNCTION()
223 const uint32_t data_len = jerry_get_array_length(args[1]); in DECLARE_CLASS_FUNCTION()
/third_party/jerryscript/jerry-ext/handler/
Dhandler-assert.c56 uint32_t array_length = jerry_get_array_length (backtrace_array); in jerryx_handler_assert_fatal()
/third_party/jerryscript/tests/unit-core/
Dtest-api.cpp671 TEST_ASSERT (jerry_get_array_length (array_obj_val) == 10);
697 TEST_ASSERT (jerry_get_array_length (res) == 15);
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h472 uint32_t jerry_get_array_length (const jerry_value_t value);
/third_party/jerryscript/jerry-main/
Dmain-unix.c112 uint32_t length = jerry_get_array_length (backtrace_val); in print_unhandled_exception()
/third_party/jerryscript/jerry-core/api/
Djerry.c1857 jerry_get_array_length (const jerry_value_t value) /**< api value */ in jerry_get_array_length() function
/third_party/jerryscript/docs/
D02.API-REFERENCE.md3145 ## jerry_get_array_length section in Functions for array object values
3155 jerry_get_array_length (const jerry_value_t value);
3168 uint32_t len = jerry_get_array_length (value);
7747 uint32_t array_length = jerry_get_array_length (backtrace_array);