Home
last modified time | relevance | path

Searched refs:methodType (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DgenericBridgesLowering.cpp114 auto *methodType = methodDefinition->Id()->Variable()->TsType()->AsETSFunctionType(); in AddGenericBridge() local
118 checker->CheckIdenticalOverloads(methodType, bridgeMethodType, bridgeMethod); in AddGenericBridge()
120 methodType->AddCallSignature(bridgeMethod->Function()->Signature()); in AddGenericBridge()
121 methodDefinition->Id()->Variable()->SetTsType(methodType); in AddGenericBridge()
158 checker::ETSFunctionType const *methodType = derivedMethod->Id()->Variable()->TsType()->AsETSFunctionType(); in ProcessScriptFunction() member in ark::es2panda::compiler::checker
159 for (auto *signature : methodType->CallSignatures()) { in ProcessScriptFunction()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.h62 void PushMethodType(MethodType methodType);
H A Ddropframe_manager.cpp324 void DropframeManager::PushMethodType(MethodType methodType) in PushMethodType() argument
326 methodType_.push(methodType); in PushMethodType()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp378 #define DECLARE_BUILTINS_WITH_CONTAINERS_STUB_BUILDER(funcName, type, method, methodType, resultVariableType) \
386 containersBuilder.method(glue, thisValue, numArgs, &res, &exit, &slowPath, ContainersType::methodType); \

Completed in 5 milliseconds