Lines Matching refs:jerry_value_t
85 resolve_differently_handled_module (const jerry_value_t name,
86 jerry_value_t *result)
112 cache_check (const jerry_value_t name,
113 jerry_value_t *result)
140 static jerry_value_t
141 handle_clear_require_cache (const jerry_value_t js_function,
142 const jerry_value_t this_val,
143 const jerry_value_t args_p[],
156 static jerry_value_t
157 handle_require (const jerry_value_t js_function,
158 const jerry_value_t this_val,
159 const jerry_value_t args_p[],
166 jerry_value_t return_value = 0;
175 assert_number (jerry_value_t js_value, double expected_result)
184 jerry_value_t js_eval_result = jerry_eval ((const jerry_char_t *) the_string,
201 jerry_value_t js_global = 0, js_function = 0, js_property_name = 0;
202 jerry_value_t res;