Home
last modified time | relevance | path

Searched refs:species (Results 1 – 25 of 58) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DunusedLocalProperty.js4 constructor(private species: string) {
8 let { species } = this;
9 console.log(species);
17 function Animal(species) { argument
18 this.species = species;
21 var species = this.species;
22 console.log(species);
DunusedLocalProperty.symbols10 constructor(private species: string) {
11 >species : Symbol(Animal.species, Decl(unusedLocalProperty.ts, 2, 16))
17 let { species } = this;
18 >species : Symbol(species, Decl(unusedLocalProperty.ts, 6, 13))
21 console.log(species);
25 >species : Symbol(species, Decl(unusedLocalProperty.ts, 6, 13))
DunusedLocalProperty.types10 constructor(private species: string) {
11 >species : string
17 let { species } = this;
18 >species : string
21 console.log(species);
22 >console.log(species) : void
26 >species : string
DuseSharedArrayBuffer5.symbols6 var species = foge[Symbol.species];
7 >species : Symbol(species, Decl(useSharedArrayBuffer5.ts, 1, 3))
9 >Symbol.species : Symbol(SymbolConstructor.species, Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
11 >species : Symbol(SymbolConstructor.species, Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
DuseSharedArrayBuffer5.types8 var species = foge[Symbol.species];
9 >species : SharedArrayBuffer
10 >foge[Symbol.species] : SharedArrayBuffer
12 >Symbol.species : symbol
14 >species : symbol
DuseSharedArrayBuffer4.types17 var species = foge[Symbol.species];
18 >species : SharedArrayBuffer
19 >foge[Symbol.species] : SharedArrayBuffer
21 >Symbol.species : symbol
23 >species : symbol
DuseSharedArrayBuffer4.symbols12 var species = foge[Symbol.species];
13 >species : Symbol(species, Decl(useSharedArrayBuffer4.ts, 2, 3))
15 >Symbol.species : Symbol(SymbolConstructor.species, Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
17 >species : Symbol(SymbolConstructor.species, Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
DuseSharedArrayBuffer5.js3 var species = foge[Symbol.species]; variable
8 var species = foge[Symbol.species];
DuseSharedArrayBuffer4.js4 var species = foge[Symbol.species]; variable
11 var species = foge[Symbol.species];
DintersectionTypeInference3.symbols10 [Symbol.species]: Kind;
11 >[Symbol.species] : Symbol([Symbol.species], Decl(intersectionTypeInference3.ts, 2, 50))
12 >Symbol.species : Symbol(SymbolConstructor.species, Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
14 >species : Symbol(SymbolConstructor.species, Decl(lib.es2015.symbol.wellknown.d.ts, --, --))
DintersectionTypeInference3.types7 [Symbol.species]: Kind;
8 >[Symbol.species] : Kind
9 >Symbol.species : symbol
11 >species : symbol
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts38 readonly species: symbol; property
158 readonly [Symbol.species]: PromiseConstructor;
210 readonly [Symbol.species]: RegExpConstructor;
294 readonly [Symbol.species]: ArrayConstructor;
297 readonly [Symbol.species]: MapConstructor;
300 readonly [Symbol.species]: SetConstructor;
303 readonly [Symbol.species]: ArrayBufferConstructor;
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts58 readonly species: symbol; property
178 readonly [Symbol.species]: PromiseConstructor;
230 readonly [Symbol.species]: RegExpConstructor;
314 readonly [Symbol.species]: ArrayConstructor;
317 readonly [Symbol.species]: MapConstructor;
320 readonly [Symbol.species]: SetConstructor;
323 readonly [Symbol.species]: ArrayBufferConstructor;
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/initial-build/
Dmodifies-outfile-js-projects-and-concatenates-them-correctly.js17 readonly species: symbol;
125 [Symbol.species]: Name;
181 [Symbol.species]: Name;
188 [Symbol.species]: Name;
290 [Symbol.species]: Name;
305 [Symbol.species]: Name;
432 [Symbol.species]: Name;
564 [Symbol.species]: Name;
688 [Symbol.species]: Name;
Dloads-outfile-js-projects-and-concatenates-them-correctly.js17 readonly species: symbol;
125 [Symbol.species]: Name;
181 [Symbol.species]: Name;
188 [Symbol.species]: Name;
290 [Symbol.species]: Name;
305 [Symbol.species]: Name;
432 [Symbol.species]: Name;
Dloads-js-based-projects-and-emits-them-correctly.js17 readonly species: symbol;
123 [Symbol.species]: Name;
/third_party/typescript/tests/cases/compiler/
DunusedLocalProperty.ts5 constructor(private species: string) { property in Animal
9 let { species } = this;
10 console.log(species);
/third_party/jerryscript/tests/jerry/es2015/
Darray-species.js42 static get [Symbol.species]() { return MyArray; }
54 static get [Symbol.species]() { return MyObject; }
82 static get [Symbol.species]() { return undefined; }
98 static get [Symbol.species]() { throw new SpeciesError; }
138 static get [Symbol.species]() {
Dregression-test-issue-3459.js18 static [Symbol.species] () {}
/third_party/typescript/tests/cases/conformance/es2017/
DuseSharedArrayBuffer5.ts5 var species = foge[Symbol.species]; variable
DuseSharedArrayBuffer4.ts6 var species = foge[Symbol.species]; variable
/third_party/typescript/tests/baselines/reference/tsbuild/moduleSpecifiers/initial-build/
Dsynthesized-module-specifiers-resolve-correctly.js17 readonly species: symbol;
28 [Symbol.species]: Name;
143 [Symbol.species]: Name;
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c946 ecma_value_t species = ecma_op_species_constructor (obj, ECMA_BUILTIN_ID_PROMISE); in ecma_promise_then() local
947 if (ECMA_IS_VALUE_ERROR (species)) in ecma_promise_then()
949 return species; in ecma_promise_then()
952 ecma_value_t result_capability = ecma_promise_new_capability (species); in ecma_promise_then()
953 ecma_free_value (species); in ecma_promise_then()
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeInference3.ts7 [Symbol.species]: Kind;
/third_party/PyYAML/tests/data/
Dconstruct-omap.code4 ("anteater", "South-American ant eater. Two species."),

123