Home
last modified time | relevance | path

Searched defs:TypeOf (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts87 type TypeOf<C extends Any> = C["_A"]; alias
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts87 type TypeOf<C extends Any> = C["_A"]; alias
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp204 DEF_CALL_SIGNATURE(TypeOf) in DEF_CALL_SIGNATURE() argument
207 CallSignature TypeOf("TypeOf", 0, 2, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_POINTER()); in DEF_CALL_SIGNATURE() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1334 void PandaGen::TypeOf(const ir::AstNode *node) in TypeOf() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp193 HWTEST_F_L0(JSNApiTests, TypeOf) in HWTEST_F_L0() argument