Searched refs:methodType (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | genericBridgesLowering.cpp | 114 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 D | dropframe_manager.h | 62 void PushMethodType(MethodType methodType);
|
H A D | dropframe_manager.cpp | 324 void DropframeManager::PushMethodType(MethodType methodType) in PushMethodType() argument 326 methodType_.push(methodType); in PushMethodType()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_stubs.cpp | 378 #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