/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-external-pointers.c | 48 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
|
D | ecma-helpers.c | 418 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()
|
D | ecma-property-hashmap.c | 204 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
|
D | ecma-gc.c | 786 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
|
D | ecma-globals.h | 430 #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/ |
D | ecma-get-put-value.c | 60 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
|
D | ecma-reference.c | 280 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
|
D | ecma-lex-env.c | 138 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
|
D | ecma-container-object.c | 703 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
|
D | ecma-objects.c | 242 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
|
D | ecma-promise-object.c | 174 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/ |
D | vm.c | 110 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 …]
|
D | opcodes.c | 136 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/ |
D | js-scanner-util.c | 1326 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/ |
D | jerry.c | 2195 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/ |
D | debugger.c | 1535 ecma_property_t *property_p; in jerry_debugger_exception_object_to_string() local
|