Searched refs:jerry_return (Results 1 – 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 178 jerry_return (jerry_value_t value) /**< return value */ in jerry_return() function 632 return jerry_return (vm_run_global (ecma_op_function_get_compiled_code (ext_func_p))); in jerry_run() 650 return jerry_return (ecma_op_eval_chars_buffer ((const lit_utf8_byte_t *) source_p, in jerry_eval() 1079 return jerry_return (ecma_op_abstract_equality_compare (lhs, rhs)); in jerry_binary_operation() 1087 return jerry_return (opfunc_relation (lhs, rhs, true, false)); in jerry_binary_operation() 1091 return jerry_return (opfunc_relation (lhs, rhs, false, true)); in jerry_binary_operation() 1095 return jerry_return (opfunc_relation (lhs, rhs, false, false)); in jerry_binary_operation() 1099 return jerry_return (opfunc_relation (lhs, rhs, true, true)); in jerry_binary_operation() 1110 return jerry_return (ecma_op_object_has_instance (proto_obj_p, lhs)); in jerry_binary_operation() 1114 return jerry_return (opfunc_addition (lhs, rhs)); in jerry_binary_operation() [all …]
|