Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp309 bool isConstructor) in CollectInnerMethods()
315 …foCollector::CollectInnerMethods(uint32_t methodId, uint32_t innerMethodOffset, bool isConstructor) in CollectInnerMethods()
Dbytecode_info_collector.h263 inline void AddInnerMethod(uint32_t offset, bool isConstructor) in AddInnerMethod()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp910 bool isConstructor, in CreateParamDecorators()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp154 int TSManager::GetHClassIndex(GlobalTSTypeRef classGT, bool isConstructor) in GetHClassIndex()