Searched defs:proto_p (Results 1 – 9 of 9) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
D | ecma-builtin-typedarray.c | 105 …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/ |
D | ecma-typedarray-object.c | 506 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
|
D | ecma-reference.c | 116 ecma_object_t *proto_p = ECMA_GET_NON_NULL_POINTER (ecma_object_t, proto_cp); in ecma_op_resolve_super_base() local
|
D | ecma-function-object.c | 1156 …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
|
D | ecma-promise-object.c | 519 …ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_new_target… in ecma_op_create_promise_object() local
|
D | ecma-container-object.c | 378 …ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_new_target… in ecma_op_container_create() local
|
D | ecma-objects.c | 1519 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/ |
D | opcodes.c | 599 …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/ |
D | ecma-builtin-array.c | 506 …ecma_object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_new_target… in ecma_builtin_array_dispatch_construct() local
|