Home
last modified time | relevance | path

Searched refs:ecma_op_ordinary_object_has_own_property (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-object-prototype.c166 return ecma_make_boolean_value (ecma_op_ordinary_object_has_own_property (obj_p, prop_name_p)); in ecma_builtin_object_prototype_object_has_own_property()
H A Decma-builtins.c1070 if (!(*bitset_p & bit_for_index) || ecma_op_ordinary_object_has_own_property (object_p, name_p)) in ecma_builtin_list_lazy_property_names()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.h32 bool ecma_op_ordinary_object_has_own_property (ecma_object_t *object_p, ecma_string_t *property_name_p);
H A Decma-objects.c418 if (ecma_op_ordinary_object_has_own_property (object_p, property_name_p)) in ecma_op_object_has_property()
3212 ecma_op_ordinary_object_has_own_property (ecma_object_t *object_p, /**< the object */ in ecma_op_ordinary_object_has_own_property() function
3223 } /* ecma_op_ordinary_object_has_own_property */ in ecma_op_ordinary_object_has_own_property()
H A Decma-function-object.c1669 if (!ecma_op_ordinary_object_has_own_property (object_p, ecma_get_magic_string (LIT_MAGIC_STRING_PROTOTYPE))) in ecma_op_external_function_list_lazy_property_names()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c2165 return ecma_make_boolean_value (ecma_op_ordinary_object_has_own_property (obj_p, prop_name_p)); in jerry_has_own_property()

Completed in 13 milliseconds