Home
last modified time | relevance | path

Searched defs:proto_p (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray.c105 ecma_object_t *proto_p = ecma_builtin_get (ecma_typedarray_helper_get_prototype_id (typedarray_id)); in ecma_builtin_typedarray_from() local
146 ecma_object_t *proto_p = ecma_builtin_get (ecma_typedarray_helper_get_prototype_id (typedarray_id)); in ecma_builtin_typedarray_of() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-reference.c116 ecma_object_t *proto_p = ECMA_GET_NON_NULL_POINTER (ecma_object_t, proto_cp); in ecma_op_resolve_super_base() local
H A Decma-container-object.c378 ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_new_target), proto_id); in ecma_op_container_create() local
H A Decma-promise-object.c519 ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_new_target), in ecma_op_create_promise_object() local
H A Decma-function-object.c1156 ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (new_target_p, ECMA_BUILTIN_ID_OBJECT_PROTOTYPE); in ecma_op_function_construct_external() local
1260 ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (new_target_p, ECMA_BUILTIN_ID_OBJECT_PROTOTYPE); in ecma_op_function_construct() local
H A Decma-typedarray-object.c504 ecma_typedarray_create_object_with_length(ecma_length_t array_length, ecma_object_t *src_buffer_p, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_typedarray_create_object_with_length() argument
582 ecma_typedarray_create_object_with_buffer(ecma_object_t *arraybuffer_p, ecma_length_t byte_offset, ecma_length_t array_length, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_typedarray_create_object_with_buffer() argument
629 ecma_typedarray_create_object_with_typedarray(ecma_object_t *typedarray_p, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_typedarray_create_object_with_typedarray() argument
754 ecma_op_typedarray_from(ecma_value_t items_val, ecma_value_t map_fn_val, ecma_value_t this_val, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_op_typedarray_from() argument
1079 ecma_op_create_typedarray(const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_op_create_typedarray() argument
1352 ecma_object_t *proto_p = ecma_builtin_get (ecma_typedarray_helper_get_prototype_id (typedarray_id)); ecma_op_create_typedarray_with_type_and_length() local
[all...]
H A Decma-objects.c1519 ecma_object_t *proto_p = ECMA_GET_NON_NULL_POINTER (ecma_object_t, proto_cp); in ecma_op_object_put_with_receiver() local
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c599 ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_function_obj_p), in opfunc_create_executable_object() local
993 ecma_object_t *proto_p = ecma_create_object (proto_parent_p, 0, ECMA_OBJECT_TYPE_GENERAL); in opfunc_init_class() local
1136 ecma_object_t *proto_p = ecma_get_object_from_value (stack_top_p[-1]); in opfunc_finalize_class() local
[all...]

Completed in 13 milliseconds