Home
last modified time | relevance | path

Searched refs:TypeOf (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts87 type TypeOf<C extends Any> = C["_A"]; alias
89 type ToB<S extends {[_ in string | number | symbol]: Any}> = { [k in keyof S]: TypeOf<S[k]> };
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts87 type TypeOf<C extends Any> = C["_A"]; alias
89 type ToB<S extends {[_ in string | number | symbol]: Any}> = { [k in keyof S]: TypeOf<S[k]> };
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h44 V(TypeOf) \
Dcall_signature.h327 V(TypeOf) \
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
208 *callSign = TypeOf; in DEF_CALL_SIGNATURE()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp100 pg->TypeOf(this); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h375 void TypeOf(const ir::AstNode *node);
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