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/
H A 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 in ecma_delete_native_pointer_property() local
[all...]
H A 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
442 ecma_property_t *property_p = property_pair_p->header.types + offset; in ecma_property_hashmap_find() local
298 ecma_property_hashmap_delete(ecma_object_t *object_p, jmem_cpointer_t name_cp, ecma_property_t *property_p) ecma_property_hashmap_delete() argument
491 ecma_property_t *property_p = property_pair_p->header.types + offset; ecma_property_hashmap_find() local
[all...]
H A Decma-gc.c786 ecma_gc_free_native_pointer (ecma_property_t *property_p) /**< property */ in ecma_gc_free_native_pointer() argument
970 ecma_property_t *property_p = (ecma_property_t *) (prop_iter_p->types + i); in ecma_gc_free_properties() local
H A Decma-helpers.c423 ecma_property_t *property_p = first_property_p->types + 0; in ecma_create_property() local
488 ecma_property_t *property_p = first_property_pair_p->header.types + 1; in ecma_create_property() local
763 ecma_free_property(ecma_object_t *object_p, jmem_cpointer_t name_cp, ecma_property_t *property_p) ecma_free_property() argument
1048 ecma_set_property_writable_attr(ecma_property_t *property_p, bool is_writable) ecma_set_property_writable_attr() argument
1083 ecma_set_property_enumerable_attr(ecma_property_t *property_p, bool is_enumerable) ecma_set_property_enumerable_attr() argument
1119 ecma_set_property_configurable_attr(ecma_property_t *property_p, bool is_configurable) ecma_set_property_configurable_attr() argument
1143 ecma_is_property_lcached(ecma_property_t *property_p) ecma_is_property_lcached() argument
1156 ecma_set_property_lcached(ecma_property_t *property_p, bool is_lcached) ecma_set_property_lcached() argument
[all...]
H A Decma-globals.h614 ecma_property_t *property_p; /**< property descriptor pointer for real properties */ global() member
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A 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
H A 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
H A 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
H A 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); ecma_op_iterator_set_index() local
[all...]
H A 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
H A 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); ecma_op_object_find_own() local
784 ecma_property_t *property_p = ecma_find_named_property (object_p, ecma_op_object_get_own_data_prop() local
1413 ecma_property_t *property_p = ecma_find_named_property (object_p, property_name_p); ecma_op_object_put_with_receiver() local
2346 ecma_property_t *property_p = prop_iter_p->types + i; ecma_op_object_get_property_names() local
[all...]
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c1535 ecma_property_t *property_p; in jerry_debugger_exception_object_to_string() local
/third_party/jerryscript/jerry-core/parser/js/
H A 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/vm/
H A Dopcodes.c136 ecma_property_t *property_p = ecma_find_named_property (object_p, accessor_name_p); in opfunc_set_accessor() local
H A 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); vm_loop() local
1366 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); vm_loop() local
1421 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); vm_loop() local
1436 ecma_property_t *property_p = ecma_find_named_property (prev_lex_env_p, name_p); vm_loop() local
1613 ecma_property_t *property_p = ecma_find_named_property (frame_ctx_p->lex_env_p, name_p); vm_loop() local
1683 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); vm_loop() local
1695 ecma_property_t *property_p = ecma_find_named_property (lex_env_p, name_p); vm_loop() local
1749 ecma_property_t *property_p = ecma_find_named_property (arg_lex_env_p, name_p); vm_loop() local
1814 ecma_property_t *property_p = ecma_find_named_property (object_p, prop_name_p); vm_loop() local
[all...]
/third_party/jerryscript/jerry-core/api/
H A 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); jerry_get_internal_property() local
2514 ecma_property_t *property_p = ecma_find_named_property (obj_p, internal_string_p); jerry_set_internal_property() local
[all...]

Completed in 25 milliseconds