Home
last modified time | relevance | path

Searched defs:methodType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_method.h59 void SetMethodType(EtsTypeAPIType *methodType) in SetMethodType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp94 auto *methodType = EtsTypeAPIType::FromCoreType(methodTypeObj); in GetEtsMethod() local
Dstd_core_TypeCreator.cpp339 auto *methodType = EtsTypeAPIType::FromCoreType(methodTypeObj); in GetEtsMethod() local
Dstd_core_Type.cpp454 static EtsMethod *GetEtsMethod(EtsTypeAPIType *methodType) in GetEtsMethod()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DgenericBridgesLowering.cpp115 auto *methodType = methodDefinition->Id()->Variable()->TsType()->AsETSFunctionType(); in AddGenericBridge() local
160 …checker::ETSFunctionType const *methodType = derivedMethod->Id()->Variable()->TsType()->AsETSFunct… in ProcessScriptFunction() local
/arkcompiler/toolchain/tooling/dynamic/
Ddispatcher.cpp244 MethodType methodType = GetMethodType(method); in OperateDebugMessage() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp323 void DropframeManager::PushMethodType(MethodType methodType) in PushMethodType()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts1160 let methodType = getBuiltInApiType(calleeMethod.getSignature()); variable
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts490 const methodType = type.getText(); constant
1480 const methodType = this.tsTypeChecker.getTypeOfSymbolAtLocation(symbol, declaration); constant
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2067 auto methodType = propertyType->AsETSFunctionType(); in IsMethodOnlyAccessors() local