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/
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()
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/
Decma-objects.h32 bool ecma_op_ordinary_object_has_own_property (ecma_object_t *object_p, ecma_string_t *property_nam…
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
Decma-function-object.c1669 …if (!ecma_op_ordinary_object_has_own_property (object_p, ecma_get_magic_string (LIT_MAGIC_STRING_P… in ecma_op_external_function_list_lazy_property_names()
/third_party/jerryscript/jerry-core/api/
Djerry.c2165 return ecma_make_boolean_value (ecma_op_ordinary_object_has_own_property (obj_p, prop_name_p)); in jerry_has_own_property()