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/
H A Decma-conversion.h40 ecma_value_t ecma_op_check_object_coercible (ecma_value_t value);
H A Decma-conversion.c55 ecma_op_check_object_coercible (ecma_value_t value) /**< ecma value */ in ecma_op_check_object_coercible() function
68 } /* ecma_op_check_object_coercible */ in ecma_op_check_object_coercible()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A 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()
H A 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/
H A Dopcodes.c202 ecma_value_t check_coercible = ecma_op_check_object_coercible (object); in vm_op_delete_prop()
217 /* The ecma_op_check_object_coercible call already checked the op_to_object error cases. */ in vm_op_delete_prop()
1190 if (ECMA_IS_VALUE_ERROR (ecma_op_check_object_coercible (parent))) in opfunc_form_super_reference()
H A Dvm.c2233 result = ecma_op_check_object_coercible (stack_top_p[-1]); in vm_loop()

Completed in 11 milliseconds