Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DspreadIdenticalTypesRemoved.ts26 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");
DrecursiveTypeParameterReferenceError2.ts25 owner: List<List<T>>; // Error, recursive reference with wrapped T
31 owner: List2<List2<string>>; // Ok property
DinfinitelyExpandingTypes3.ts24 owner: OwnerList<T>;
DLICENSE.txt13 "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is grant…
27owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. F…
/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp20 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex) in CreateTuple() argument
44 CVector<JSHandle<JSTaggedValue>> vec {name, type, owner, offset}; in CreateTuple()
Dvtable.h60 const JSHandle<JSTaggedValue> &owner, uint32_t propIndex);
Dsubtyping_operator.cpp151 JSHandle<JSTaggedValue> owner(thread, ihcHandle->GetProto()); in GenVTable() local
170 VTable::Tuple tuple = VTable::CreateTuple(thread, phcHandle.GetTaggedValue(), owner, index); in GenVTable()
Ddump.cpp1521 JSTaggedValue owner = GetTupleItem(i, VTable::TupleItem::OWNER); in Dump() local
1523 owner.DumpTaggedValue(os); in Dump()
/arkcompiler/runtime_core/
DLICENSE13 "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/
DLICENSE13 "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/
DLICENSE13 "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/
DLICENSE13 "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/
DLICENSE13 "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/
Dllvm_ir_builder.cpp997 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/
Dcocos_worker_test.js30500 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 …]