Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/absint/
Dpanda_types.cpp174 Type PandaTypes::TypeOf(const CachedMethod &method) in TypeOf() function in panda::verifier::PandaTypes
241 Type PandaTypes::TypeOf(const CachedClass &klass) in TypeOf() function in panda::verifier::PandaTypes
291 Type PandaTypes::TypeOf(PandaTypes::TypeId id) const in TypeOf() function in panda::verifier::PandaTypes
Dpanda_types.h70 Type TypeOf(const TypeParamIdx &idx) const in TypeOf() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp199 DEF_CALL_SIGNATURE(TypeOf) in DEF_CALL_SIGNATURE() argument
202 CallSignature TypeOf("TypeOf", 0, 2, ArgumentsOrder::DEFAULT_ORDER, VariableType::JS_POINTER()); in DEF_CALL_SIGNATURE() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1323 void PandaGen::TypeOf(const ir::AstNode *node) in TypeOf() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp189 HWTEST_F_L0(JSNApiTests, TypeOf) in HWTEST_F_L0() argument