Searched refs:TypeOf (Results 1 – 9 of 9) sorted by relevance
87 type TypeOf<C extends Any> = C["_A"]; alias89 type ToB<S extends {[_ in string | number | symbol]: Any}> = { [k in keyof S]: TypeOf<S[k]> };
44 V(TypeOf) \
327 V(TypeOf) \
204 DEF_CALL_SIGNATURE(TypeOf) in DEF_CALL_SIGNATURE() argument207 CallSignature TypeOf("TypeOf", 0, 2, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_POINTER()); in DEF_CALL_SIGNATURE() local208 *callSign = TypeOf; in DEF_CALL_SIGNATURE()
100 pg->TypeOf(this); in Compile()
375 void TypeOf(const ir::AstNode *node);
1334 void PandaGen::TypeOf(const ir::AstNode *node) in TypeOf() function in panda::es2panda::compiler::PandaGen
193 HWTEST_F_L0(JSNApiTests, TypeOf) in HWTEST_F_L0() argument