Home
last modified time | relevance | path

Searched defs:species (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DuseSharedArrayBuffer5.js3 var species = foge[Symbol.species]; variable
DuseSharedArrayBuffer4.js4 var species = foge[Symbol.species]; variable
DunusedLocalProperty.js17 function Animal(species) { argument
/third_party/typescript/tests/cases/compiler/
DunusedLocalProperty.ts5 constructor(private species: string) { property in Animal
/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/src/lib/
Des2015.symbol.wellknown.d.ts38 readonly species: symbol; property
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts58 readonly species: symbol; property
/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
Decma-objects.c2987 ecma_value_t species = ecma_op_object_get_by_symbol_id (ctor_object_p, LIT_GLOBAL_SYMBOL_SPECIES); in ecma_op_species_constructor() local
/third_party/quickjs/
Dquickjs.c37241 JSValue ctor, species; in JS_SpeciesConstructor() local
38182 JSValue ctor, ret, species; in JS_ArraySpeciesCreate() local