Home
last modified time | relevance | path

Searched defs:isConstructor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp214 const bool isConstructor = methodDef != nullptr ? methodDef->IsConstructor() : false; in GenFunctionType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp387 bool isConstructor) in CollectInnerMethods()
393 …foCollector::CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool isConstructor) in CollectInnerMethods()
Dbytecode_info_collector.h269 inline void AddInnerMethod(uint32_t offset, bool isConstructor) in AddInnerMethod()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp85 int TSManager::GetHClassIndex(GlobalTSTypeRef classGT, bool isConstructor) in GetHClassIndex()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2916 bool isConstructor = (funcFlag == ir::ScriptFunctionFlags::CONSTRUCTOR); in CreateImplicitMethod() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1374 bool isConstructor, in CreateParamDecorators()