Home
last modified time | relevance | path

Searched refs:jerry_value_is_array (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-ext/arg/
Darg.c182 if (!jerry_value_is_array (array_val)) in jerryx_arg_transform_array()
/third_party/jerryscript/tests/unit-core/
Dtest-api.cpp670 TEST_ASSERT (jerry_value_is_array (array_obj_val));
696 TEST_ASSERT (jerry_value_is_array (res));
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h384 bool jerry_value_is_array (const jerry_value_t value);
/third_party/jerryscript/jerry-main/
Dmain-unix.c108 && jerry_value_is_array (backtrace_val)) in print_unhandled_exception()
/third_party/jerryscript/jerry-core/api/
Djerry.c720 jerry_value_is_array (const jerry_value_t value) /**< jerry api value */ in jerry_value_is_array() function
/third_party/jerryscript/docs/
D02.API-REFERENCE.md1417 ## jerry_value_is_array section in Checker functions
1427 jerry_value_is_array (const jerry_value_t value)
1442 if (jerry_value_is_array (value))