/third_party/elfutils/libdwelf/ |
H A D | dwelf_dwarf_gnu_debugaltlink.c | 36 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 D | main-zephyr.c | 34 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 D | ecma-helpers-external-pointers.c | 41 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 D | ecma-property-hashmap.c | 221 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 D | ecma-module.h | 96 ecma_string_t *name_p; /**< identifier name */ member
|
H A D | ecma-module.c | 955 ecma_module_names_t *name_p in ecma_module_check_indirect_exports() local [all...] |
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | module.h | 37 const jerry_char_t *name_p; /**< name of the module */ member
|
H A D | arg.h | 50 const jerry_char_t **name_p; /**< property name list of the JS object */ member
|
/third_party/jerryscript/targets/riot-stm32f4/source/ |
H A D | main-riotos.c | 34 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 D | ecma-string-object.c | 109 ecma_string_t *name_p = ecma_new_ecma_string_from_uint32 (i); in ecma_op_string_list_lazy_property_names() local
|
H A D | ecma-get-put-value.c | 47 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 D | ecma-lex-env.c | 128 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 D | ecma-objects-arguments.c | 101 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 D | ecma-reference.c | 43 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 D | handler-register.c | 28 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 D | arg.c | 109 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 D | test-newtarget.cpp | 26 register_js_function (const char *name_p, /**< name of the function */ in register_js_function() argument
|
H A D | test-typedarray.cpp | 39 register_js_value (const char *name_p, /**< name of the function */ in register_js_value() argument
|
H A D | test-proxy.cpp | 119 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 D | test-promise.cpp | 100 register_js_function (const char *name_p, /**< name of the function */ in register_js_function() argument
|
H A D | test-arraybuffer.cpp | 26 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 D | js-parser-module.c | 92 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 D | js-scanner.c | 3240 const char *name_p = NULL; in scanner_scan_all() local
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | jerry_main.c | 283 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 D | ecma-builtins.c | 1060 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
|