/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | spreadIdenticalTypesRemoved.ts | 26 owner: object; 51 owner?: string; property 54 AssertType({ ...(pet.owner && pet), paid: false }, "{ paid: boolean; name?: union;… 57 ...(pet.owner && pet), 58 AssertType((pet.owner && pet), "union"); 59 AssertType(pet.owner && pet, "union"); 60 AssertType(pet.owner, "union");
|
D | recursiveTypeParameterReferenceError2.ts | 25 owner: List<List<T>>; // Error, recursive reference with wrapped T 31 owner: List2<List2<string>>; // Ok property
|
D | infinitelyExpandingTypes3.ts | 24 owner: OwnerList<T>;
|
D | LICENSE.txt | 13 "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is grant… 27 …owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. F…
|
/arkcompiler/ets_runtime/ecmascript/ |
D | vtable.cpp | 20 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex) in CreateTuple() argument 44 CVector<JSHandle<JSTaggedValue>> vec {name, type, owner, offset}; in CreateTuple()
|
D | vtable.h | 60 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex);
|
D | subtyping_operator.cpp | 151 JSHandle<JSTaggedValue> owner(thread, ihcHandle->GetProto()); in GenVTable() local 170 VTable::Tuple tuple = VTable::CreateTuple(thread, phcHandle.GetTaggedValue(), owner, index); in GenVTable()
|
D | dump.cpp | 1521 JSTaggedValue owner = GetTupleItem(i, VTable::TupleItem::OWNER); in Dump() local 1523 owner.DumpTaggedValue(os); in Dump()
|
/arkcompiler/runtime_core/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution." 179 Copyright [yyyy] [name of copyright owner]
|
/arkcompiler/ets_runtime/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
/arkcompiler/toolchain/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
/arkcompiler/ets_frontend/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
/arkcompiler/ets_frontend/arkguard/ |
D | LICENSE | 13 "Licensor" shall mean the copyright owner or entity authorized by 14 the copyright owner that is granting the License. 52 submitted to Licensor for inclusion in the Work by the copyright owner 54 the copyright owner. For the purposes of this definition, "submitted" 61 designated in writing by the copyright owner as "Not a Contribution."
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_ir_builder.cpp | 997 int owner = instID2bbID_[gateId]; in LookupPredBB() local 998 if (owner != bbID) { in LookupPredBB() 999 return owner; in LookupPredBB() 1002 while (owner == bbID) { in LookupPredBB() 1005 owner = instID2bbID_[id]; in LookupPredBB() 1007 return owner; in LookupPredBB()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 30500 this._owner = t.owner || null; 30510 owner: null, property 30568 TS.owner = this; 30572 TS.owner = null; 31919 owner: o[t], property 38164 if (r) e.owner[e.prop] = r.addRef(); else { 38169 e.owner[e.prop] = t; 73783 owner: this property 84000 owner: null, property 86211 owner: null, property [all …]
|