Home
last modified time | relevance | path

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

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_instanceof_operator/
Dthe_instanceof_operator.ts28 species: string property
32 species: string property in Felidae
39 species: string property in Canidae
/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/conformance/es2017/
DuseSharedArrayBuffer5.ts5 var species = foge[Symbol.species]; variable
DuseSharedArrayBuffer4.ts6 var species = foge[Symbol.species]; variable
/third_party/typescript/tests/cases/compiler/
DunusedLocalProperty.ts5 constructor(private species: string) { property in Animal
/third_party/typescript/src/lib/
Des2015.symbol.wellknown.d.ts38 readonly species: unique symbol; property
/third_party/typescript/lib/
Dlib.es2015.symbol.wellknown.d.ts58 readonly species: unique 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/node/deps/v8/src/builtins/
Dbuiltins-array.cc1257 Object Slow_ArrayConcat(BuiltinArguments* args, Handle<Object> species, in Slow_ArrayConcat()
1534 Handle<Object> species; in BUILTIN() local
/third_party/node/deps/v8/src/objects/
Dobjects.cc1749 Handle<Object> species; in SpeciesConstructor() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc13696 TNode<Object> species = in SpeciesConstructor() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp102144 …isConcatSpreadable, iterator, match, replace, search, species, hasInstance, split, toPrimitive, to… enumerator