Home
last modified time | relevance | path

Searched refs:CheckFunctionIsNotClassConstructor (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h3348 SetField<CheckFunctionIsNotClassConstructor>(value);
3353 return GetField<CheckFunctionIsNotClassConstructor>(); in GetCheckFunctionIsNotClassConstructor()
3370 using CheckFunctionIsNotClassConstructor = CheckTypeIsFunction::NextFlag; variable
3371 using LastField = CheckFunctionIsNotClassConstructor;