Home
last modified time | relevance | path

Searched defs:thisType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
Dabc_method_processor.cpp92 auto thisType = pandasm::Type::FromDescriptor(className); in GetMetaData() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp21 static bool IsValidReceiverParameter(Type *const thisType) in IsValidReceiverParameter()
109 auto *const thisType = extensionFunc->Signature()->Params()[0]->TsType(); in ReplaceThisInExtensionMethod() local
134 auto *const thisType = in CheckExtensionMethod() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_getter_setter_neg_test.cpp208 auto *const thisType = function->Signature()->Params()[0]->TsType(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserTypes.cpp450 auto *const thisType = AllocNode<ir::TSThisType>(Allocator()); in ParseThisType() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts321 …const thisType = TypeInference.inferBaseType(arkClass.getSignature().getDeclaringClassName(), arkC… constant
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1211 JSType thisType = this->GetClass()->GetObjectType(); in GetFunctionExtraInfo() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp911 auto thisType = pandasm::Type::FromDescriptor(className); in GetMetaData() local