Home
last modified time | relevance | path

Searched refs:SetConstructor (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/compiler/
DcorePublic.ts86 export interface SetConstructor { interface
118 declare const Set: SetConstructor | undefined;
132 export function tryGetNativeSet(): SetConstructor | undefined {
/third_party/typescript/tests/baselines/reference/
DcontrolFlowInstanceof.types12 >Set : SetConstructor
20 >Set : SetConstructor
44 >Set : SetConstructor
78 >Set : SetConstructor
97 >Set : SetConstructor
105 >Set : SetConstructor
DextendingSetWithCheckJs.types9 >super : SetConstructor
DES5For-ofTypeCheck13.types5 >Set : SetConstructor
DextendingSetWithCheckJs.symbols8 >super : Symbol(SetConstructor, Decl(lib.es2015.collection.d.ts, --, --), Decl(lib.es2015.iterable.…
DarrayFrom.types39 >Set : SetConstructor
144 >Set : SetConstructor
DconditionalTypeDoesntSpinForever.types410 >Set : SetConstructor
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts319 interface SetConstructor { interface
320 readonly [Symbol.species]: SetConstructor;
Dlib.es2015.collection.d.ts67 interface SetConstructor { interface
71 declare var Set: SetConstructor;
Dlib.es2015.iterable.d.ts207 interface SetConstructor { interface
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts299 interface SetConstructor { interface
300 readonly [Symbol.species]: SetConstructor;
Des2015.collection.d.ts47 interface SetConstructor { interface
51 declare var Set: SetConstructor;
Des2015.iterable.d.ts187 interface SetConstructor { interface
/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.h81 void SetConstructor(const Expression* constructor) { in SetConstructor() function
/third_party/typescript/src/testRunner/unittests/
DcreateSetShim.ts116 let SetShim!: SetConstructor;
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc416 global->SetConstructor(rhs); in Variable()
426 local->SetConstructor(rhs); in Variable()