Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-conversion.h40 ecma_value_t ecma_op_check_object_coercible (ecma_value_t value);
Decma-conversion.c55 ecma_op_check_object_coercible (ecma_value_t value) /**< ecma value */ in ecma_op_check_object_coercible() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object.c174 if (ECMA_IS_VALUE_ERROR (ecma_op_check_object_coercible (arg1))) in ecma_builtin_object_object_set_prototype_of()
238 if (ECMA_IS_VALUE_ERROR (ecma_op_check_object_coercible (arg1))) in ecma_builtin_object_object_set_proto()
Decma-builtin-string-prototype.c1337 ecma_value_t coercible = ecma_op_check_object_coercible (this_arg); in ecma_builtin_string_prototype_dispatch_routine()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c202 ecma_value_t check_coercible = ecma_op_check_object_coercible (object); in vm_op_delete_prop()
1190 if (ECMA_IS_VALUE_ERROR (ecma_op_check_object_coercible (parent))) in opfunc_form_super_reference()
Dvm.c2233 result = ecma_op_check_object_coercible (stack_top_p[-1]); in vm_loop()