Home
last modified time | relevance | path

Searched defs:name_p (Results 1 - 25 of 36) sorted by relevance

12

/third_party/elfutils/libdwelf/
H A Ddwelf_dwarf_gnu_debugaltlink.c36 dwelf_dwarf_gnu_debugaltlink(Dwarf *dwarf, const char **name_p, const void **build_idp) dwelf_dwarf_gnu_debugaltlink() argument
/third_party/jerryscript/targets/zephyr/src/
H A Dmain-zephyr.c34 register_js_function (const char *name_p, /**< name of the function */ in register_js_function() argument
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-external-pointers.c41 ecma_string_t *name_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_STRING_NATIVE_POINTER); in ecma_create_native_pointer_property() local
124 ecma_string_t *name_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_STRING_NATIVE_POINTER); in ecma_get_native_pointer_value() local
172 ecma_string_t *name_p = ecma_get_magic_string (LIT_INTERNAL_MAGIC_STRING_NATIVE_POINTER); in ecma_delete_native_pointer_property() local
H A Decma-property-hashmap.c221 ecma_property_hashmap_insert(ecma_object_t *object_p, ecma_string_t *name_p, ecma_property_pair_t *property_pair_p, int property_index) ecma_property_hashmap_insert() argument
371 ecma_property_hashmap_find(ecma_property_hashmap_t *hashmap_p, ecma_string_t *name_p, jmem_cpointer_t *property_real_name_cp) ecma_property_hashmap_find() argument
H A Decma-module.h96 ecma_string_t *name_p; /**< identifier name */ member
H A Decma-module.c955 ecma_module_names_t *name_p in ecma_module_check_indirect_exports() local
[all...]
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dmodule.h37 const jerry_char_t *name_p; /**< name of the module */ member
H A Darg.h50 const jerry_char_t **name_p; /**< property name list of the JS object */ member
/third_party/jerryscript/targets/riot-stm32f4/source/
H A Dmain-riotos.c34 register_js_function (const char *name_p, /**< name of the function */ in register_js_function() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-string-object.c109 ecma_string_t *name_p = ecma_new_ecma_string_from_uint32 (i); in ecma_op_string_list_lazy_property_names() local
H A Decma-get-put-value.c47 ecma_op_get_value_lex_env_base(ecma_object_t *lex_env_p, ecma_object_t **ref_base_lex_env_p, ecma_string_t *name_p) ecma_op_get_value_lex_env_base() argument
200 ecma_op_put_value_lex_env_base(ecma_object_t *lex_env_p, ecma_string_t *name_p, bool is_strict, ecma_value_t value) ecma_op_put_value_lex_env_base() argument
[all...]
H A Decma-lex-env.c128 ecma_op_has_binding(ecma_object_t *lex_env_p, ecma_string_t *name_p) ecma_op_has_binding() argument
159 ecma_op_create_mutable_binding(ecma_object_t *lex_env_p, ecma_string_t *name_p, bool is_deletable) ecma_op_create_mutable_binding() argument
222 ecma_op_set_mutable_binding(ecma_object_t *lex_env_p, ecma_string_t *name_p, ecma_value_t value, bool is_strict) ecma_op_set_mutable_binding() argument
284 ecma_op_get_binding_value(ecma_object_t *lex_env_p, ecma_string_t *name_p, bool is_strict) ecma_op_get_binding_value() argument
337 ecma_op_delete_binding(ecma_object_t *lex_env_p, ecma_string_t *name_p) ecma_op_delete_binding() argument
416 ecma_op_create_immutable_binding(ecma_object_t *lex_env_p, ecma_string_t *name_p, ecma_value_t value) ecma_op_create_immutable_binding() argument
443 ecma_op_initialize_binding(ecma_object_t *lex_env_p, ecma_string_t *name_p, ecma_value_t value) ecma_op_initialize_binding() argument
[all...]
H A Decma-objects-arguments.c101 ecma_string_t *name_p = ecma_get_string_from_value (arg_Literal_p[i]); in ecma_op_create_arguments_object() local
269 ecma_string_t *name_p = ecma_get_string_from_value (arg_Literal_p[index]); in ecma_op_arguments_object_define_own_property() local
342 ecma_string_t *name_p = ecma_get_string_from_value (arg_Literal_p[index]); in ecma_op_arguments_object_delete() local
H A Decma-reference.c43 ecma_op_resolve_reference_base(ecma_object_t *lex_env_p, ecma_string_t *name_p) ecma_op_resolve_reference_base() argument
202 ecma_op_object_bound_environment_resolve_reference_value(ecma_object_t *lex_env_p, ecma_string_t *name_p) ecma_op_object_bound_environment_resolve_reference_value() argument
269 ecma_op_resolve_reference_value(ecma_object_t *lex_env_p, ecma_string_t *name_p) ecma_op_resolve_reference_value() argument
[all...]
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-register.c28 jerryx_handler_register_global (const jerry_char_t *name_p, /**< name of the function */ in jerryx_handler_register_global() argument
/third_party/jerryscript/jerry-ext/arg/
H A Darg.c109 jerryx_arg_transform_object_properties(const jerry_value_t obj_val, const jerry_char_t **name_p, const jerry_length_t name_cnt, const jerryx_arg_t *c_arg_p, jerry_length_t c_arg_cnt) jerryx_arg_transform_object_properties() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-newtarget.cpp26 register_js_function (const char *name_p, /**< name of the function */ in register_js_function() argument
H A Dtest-typedarray.cpp39 register_js_value (const char *name_p, /**< name of the function */ in register_js_value() argument
H A Dtest-proxy.cpp119 set_property(jerry_value_t target, const char *name_p, jerry_value_t value) set_property() argument
132 get_property(jerry_value_t target, const char *name_p) get_property() argument
144 set_function(jerry_value_t target, const char *name_p, jerry_external_handler_t handler_p) set_function() argument
H A Dtest-promise.cpp100 register_js_function (const char *name_p, /**< name of the function */ in register_js_function() argument
H A Dtest-arraybuffer.cpp26 register_js_value (const char *name_p, /**< name of the function */ in register_js_value() argument
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-module.c92 ecma_string_t *name_p = ecma_new_ecma_string_from_utf8 (context_p->lit_object.literal_p->u.char_p, in parser_module_append_export_name() local
131 ecma_module_names_t *name_p = export_node_p->module_names_p; in parser_module_check_duplicate_export() local
147 ecma_module_names_t *name_p = export_node_p->module_names_p; parser_module_check_duplicate_export() local
581 ecma_string_t *name_p = ecma_new_ecma_string_from_utf8 (context_p->lit_object.literal_p->u.char_p, parser_module_handle_module_specifier() local
[all...]
H A Djs-scanner.c3240 const char *name_p = NULL; in scanner_scan_all() local
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_main.c283 register_js_function (const char *name_p, /**< name of the function */ in register_js_function() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c1060 ecma_string_t *name_p = ecma_get_magic_string ((lit_magic_string_id_t) curr_property_p->magic_string_id); in ecma_builtin_list_lazy_property_names() local

Completed in 17 milliseconds

12