Home
last modified time | relevance | path

Searched refs:jerry_value_is_array (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-ext/arg/
H A Darg.c182 if (!jerry_value_is_array (array_val)) in jerryx_arg_transform_array()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h384 bool jerry_value_is_array (const jerry_value_t value);
/third_party/jerryscript/tests/unit-core/
H A Dtest-api.cpp670 TEST_ASSERT (jerry_value_is_array (array_obj_val)); in HWTEST_F()
696 TEST_ASSERT (jerry_value_is_array (res)); in HWTEST_F()
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c108 && jerry_value_is_array (backtrace_val)) in print_unhandled_exception()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c720 jerry_value_is_array (const jerry_value_t value) /**< jerry api value */ in jerry_value_is_array() function
726 } /* jerry_value_is_array */ in jerry_value_is_array()

Completed in 9 milliseconds