Home
last modified time | relevance | path

Searched refs:ECMA_SET_INTERNAL_VALUE_POINTER (Results 1 – 12 of 12) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-external-pointers.c63 ECMA_SET_INTERNAL_VALUE_POINTER (value_p->value, native_pointer_p); in ecma_create_native_pointer_property()
Decma-helpers.h129 #define ECMA_SET_INTERNAL_VALUE_POINTER(field, pointer) \ macro
155 #define ECMA_SET_INTERNAL_VALUE_POINTER(field, pointer) \ macro
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-arguments.c85 ECMA_SET_INTERNAL_VALUE_POINTER (ext_object_p->u.pseudo_array.u2.lex_env_cp, lex_env_p); in ecma_op_create_arguments_object()
Decma-container-object.c399 ECMA_SET_INTERNAL_VALUE_POINTER (map_obj_p->u.class_prop.u.value, container_p); in ecma_op_container_create()
714 ECMA_SET_INTERNAL_VALUE_POINTER (value_p->value, refs_p); in ecma_op_container_set_weak()
Decma-function-object.c271 ECMA_SET_INTERNAL_VALUE_POINTER (ext_func_p->u.function.bytecode_cp, bytecode_data_p); in ecma_op_create_function_object()
473 ECMA_SET_INTERNAL_VALUE_POINTER (arrow_func_p->header.u.function.bytecode_cp, bytecode_data_p); in ecma_op_create_arrow_function_object()
Decma-regexp-object.c283 ECMA_SET_INTERNAL_VALUE_POINTER (ext_obj_p->u.class_prop.u.value, bc_p); in ecma_op_regexp_initialize()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c495 ECMA_SET_INTERNAL_VALUE_POINTER (ext_object_p->u.class_prop.u.value, prim_prop_num_value_p); in ecma_instantiate_builtin()
513 ECMA_SET_INTERNAL_VALUE_POINTER (ext_object_p->u.class_prop.u.value, bc_p); in ecma_instantiate_builtin()
Decma-builtin-date.c817 ECMA_SET_INTERNAL_VALUE_POINTER (ext_object_p->u.class_prop.u.value, date_num_p); in ecma_builtin_date_dispatch_construct()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c687 ECMA_SET_INTERNAL_VALUE_POINTER (literal_start_p[i], in snapshot_load_compiled_code()
697 ECMA_SET_INTERNAL_VALUE_POINTER (literal_start_p[i], in snapshot_load_compiled_code()
/third_party/jerryscript/jerry-core/vm/
Dvm.c1924 ECMA_SET_INTERNAL_VALUE_POINTER (stack_top_p[-1], arguments_p); in vm_loop()
2132 ECMA_SET_INTERNAL_VALUE_POINTER (stack_top_p[-1], arguments_p); in vm_loop()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c262 ECMA_SET_INTERNAL_VALUE_POINTER (literal_pool_p[literal_p->prop.index], in parser_init_literal_pool()
Djs-parser-expr.c1421 ECMA_SET_INTERNAL_VALUE_POINTER (context_p->tagged_template_literal_cp, collection_p); in parser_parse_tagged_template_literal()