Lines Matching +full:unused +full:- +full:function
7 * http://www.apache.org/licenses/LICENSE-2.0
16 #include "jerryscript-ext/handler.h"
17 #include "jerryscript-port.h"
28 * @return true - if only one argument was passed and that argument was a boolean true.
29 * Note that the function does not return otherwise.
32 jerryx_handler_assert_fatal (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert_fatal()
34 const jerry_value_t args_p[], /**< function arguments */ in jerryx_handler_assert_fatal()
35 const jerry_length_t args_cnt) /**< number of function arguments */ in jerryx_handler_assert_fatal()
37 (void) func_obj_val; /* unused */ in jerryx_handler_assert_fatal()
38 (void) this_p; /* unused */ in jerryx_handler_assert_fatal()
65 const jerry_length_t copy_size = (jerry_length_t) (sizeof (string_buffer) - 1); in jerryx_handler_assert_fatal()
99 * @return true - if only one argument was passed and that argument was a boolean true.
100 * error - otherwise.
103 jerryx_handler_assert_throw (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert_throw()
105 const jerry_value_t args_p[], /**< function arguments */ in jerryx_handler_assert_throw()
106 const jerry_length_t args_cnt) /**< number of function arguments */ in jerryx_handler_assert_throw()
108 (void) func_obj_val; /* unused */ in jerryx_handler_assert_throw()
109 (void) this_p; /* unused */ in jerryx_handler_assert_throw()
124 * @return true - if only one argument was passed and that argument was a boolean true.
125 * Note that the function does not return otherwise.
128 jerryx_handler_assert (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert()
130 const jerry_value_t args_p[], /**< function arguments */ in jerryx_handler_assert()
131 const jerry_length_t args_cnt) /**< number of function arguments */ in jerryx_handler_assert()