Home
last modified time | relevance | path

Searched defs:proto_p (Results 1 – 9 of 9) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
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/
Decma-typedarray-object.c506 ecma_object_t *proto_p, /**< prototype object */ in ecma_typedarray_create_object_with_length()
585 ecma_object_t *proto_p, /**< prototype object */ in ecma_typedarray_create_object_with_buffer()
630 ecma_object_t *proto_p, /**< prototype object */ in ecma_typedarray_create_object_with_typedarray()
757 ecma_object_t *proto_p, /**< prototype object */ in ecma_op_typedarray_from()
1081 ecma_object_t *proto_p, /**< prototype object */ in ecma_op_create_typedarray()
1352 …ecma_object_t *proto_p = ecma_builtin_get (ecma_typedarray_helper_get_prototype_id (typedarray_id)… in ecma_op_create_typedarray_with_type_and_length() local
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
Decma-function-object.c1156 …ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (new_target_p, ECMA_BUILTIN_ID_OBJ… 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_OBJ… in ecma_op_function_construct() local
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
Decma-container-object.c378 …ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_new_target… in ecma_op_container_create() local
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/
Dopcodes.c599 …ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_function_o… 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
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array.c506 …ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_new_target… in ecma_builtin_array_dispatch_construct() local