Home
last modified time | relevance | path

Searched defs:property_p (Results 1 – 16 of 16) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-external-pointers.c48 ecma_property_t *property_p = ecma_find_named_property (obj_p, name_p); in ecma_create_native_pointer_property() local
125 ecma_property_t *property_p = ecma_find_named_property (obj_p, name_p); in ecma_get_native_pointer_value() local
173 ecma_property_t *property_p = ecma_find_named_property (obj_p, name_p); in ecma_delete_native_pointer_property() local
Decma-helpers.c418 ecma_property_t *property_p = first_property_p->types + 0; in ecma_create_property() local
483 ecma_property_t *property_p = first_property_pair_p->header.types + 1; in ecma_create_property() local
588 ecma_property_t *property_p = NULL; in ecma_find_named_property() local
746 ecma_property_t *property_p = ecma_find_named_property (obj_p, name_p); in ecma_get_named_data_property() local
760 ecma_property_t *property_p) /**< property */ in ecma_free_property()
1043 ecma_set_property_writable_attr (ecma_property_t *property_p, /**< [in,out] property */ in ecma_set_property_writable_attr()
1078 ecma_set_property_enumerable_attr (ecma_property_t *property_p, /**< [in,out] property */ in ecma_set_property_enumerable_attr()
1114 ecma_set_property_configurable_attr (ecma_property_t *property_p, /**< [in,out] property */ in ecma_set_property_configurable_attr()
1138 ecma_is_property_lcached (ecma_property_t *property_p) /**< property */ in ecma_is_property_lcached()
1151 ecma_set_property_lcached (ecma_property_t *property_p, /**< property */ in ecma_set_property_lcached()
Decma-property-hashmap.c204 ecma_property_header_t *property_p = ECMA_GET_NON_NULL_POINTER (ecma_property_header_t, in ecma_property_hashmap_free() local
300 ecma_property_t *property_p) /**< property */ in ecma_property_hashmap_delete()
442 ecma_property_t *property_p = property_pair_p->header.types + offset; in ecma_property_hashmap_find() local
491 ecma_property_t *property_p = property_pair_p->header.types + offset; in ecma_property_hashmap_find() local
Decma-gc.c786 ecma_gc_free_native_pointer (ecma_property_t *property_p) /**< property */ in ecma_gc_free_native_pointer()
970 ecma_property_t *property_p = (ecma_property_t *) (prop_iter_p->types + i); in ecma_gc_free_properties() local
Decma-globals.h430 #define ECMA_CONVERT_DATA_PROPERTY_TO_INTERNAL_PROPERTY(property_p) \ argument
436 #define ECMA_CONVERT_INTERNAL_PROPERTY_TO_DATA_PROPERTY(property_p) \ argument
581 #define ECMA_PROPERTY_VALUE_ADD_OFFSET(property_p) \ argument
587 #define ECMA_PROPERTY_VALUE_DATA_PTR(property_p) \ argument
594 #define ECMA_PROPERTY_VALUE_PTR(property_p) \ argument
614 ecma_property_t *property_p; /**< property descriptor pointer for real properties */ member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-get-put-value.c60 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in ecma_op_get_value_lex_env_base() local
214 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in ecma_op_put_value_lex_env_base() local
Decma-reference.c280 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in ecma_op_resolve_reference_value() local
309 ecma_property_t *property_p = ecma_lcache_lookup (binding_obj_p, name_p); in ecma_op_resolve_reference_value() local
Decma-lex-env.c138 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in ecma_op_has_binding() local
233 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in ecma_op_set_mutable_binding() local
Decma-container-object.c703 ecma_property_t *property_p = ecma_find_named_property (key_p, weak_refs_string_p); in ecma_op_container_set_weak() local
983 ecma_property_t *property_p = ecma_find_named_property (object_p, weak_refs_string_p); in ecma_op_container_unref_weak() local
1066 ecma_property_t *property_p = ecma_find_named_property (iter_obj_p, prop_name_p); in ecma_op_iterator_get_index() local
1087 ecma_property_t *property_p = ecma_find_named_property (iter_obj_p, prop_name_p); in ecma_op_iterator_set_index() local
Decma-objects.c242 ecma_property_t *property_p = ecma_find_named_property (object_p, property_name_p); in ecma_op_object_get_own_property() local
596 ecma_property_t *property_p = ecma_find_named_property (object_p, property_name_p); in ecma_op_object_find_own() local
784 ecma_property_t *property_p = ecma_find_named_property (object_p, in ecma_op_object_get_own_data_prop() local
1413 ecma_property_t *property_p = ecma_find_named_property (object_p, property_name_p); in ecma_op_object_put_with_receiver() local
2346 ecma_property_t *property_p = prop_iter_p->types + i; in ecma_op_object_get_property_names() local
Decma-promise-object.c174 ecma_property_t *property_p = ecma_find_named_property (resolver_p, str_already_resolved_p); in ecma_is_resolver_already_called() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c110 ecma_property_t *property_p = ecma_lcache_lookup (object_p, property_name_p); in vm_op_get_value() local
167 ecma_string_t *property_p; in vm_op_set_value() local
1353 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in vm_loop() local
1366 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in vm_loop() local
1421 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in vm_loop() local
1436 ecma_property_t *property_p = ecma_find_named_property (prev_lex_env_p, name_p); in vm_loop() local
1613 ecma_property_t *property_p = ecma_find_named_property (frame_ctx_p->lex_env_p, name_p); in vm_loop() local
1683 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in vm_loop() local
1695 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in vm_loop() local
1749 ecma_property_t *property_p = ecma_find_named_property (arg_lex_env_p, name_p); in vm_loop() local
[all …]
Dopcodes.c136 ecma_property_t *property_p = ecma_find_named_property (object_p, accessor_name_p); in opfunc_set_accessor() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c1326 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in scanner_scope_find_let_declaration() local
1341 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); in scanner_scope_find_let_declaration() local
/third_party/jerryscript/jerry-core/api/
Djerry.c2195 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); in jerry_has_internal_property() local
2302 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); in jerry_delete_internal_property() local
2404 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); in jerry_get_internal_property() local
2514 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); in jerry_set_internal_property() local
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1535 ecma_property_t *property_p; in jerry_debugger_exception_object_to_string() local