Searched defs:isConstructor (Results 1 – 7 of 7) sorted by relevance
211 const bool isConstructor, const bool isSetter) in GenFunctionBody()234 const bool isConstructor = methodDef != nullptr ? methodDef->IsConstructor() : false; in GenFunctionType() local
189 … const ArenaVector<util::StringView> &dynName, bool isConstructor) in LoadDynamicName()
1388 bool isConstructor, in CreateParamDecorators()
3031 bool isConstructor = (funcFlag == ir::ScriptFunctionFlags::CONSTRUCTOR); in CreateImplicitMethod() local
529 Label isConstructor(env); in NewJSProxy() local
2492 Label isConstructor(env); in Of() local
4429 JSVM_Status OH_JSVM_IsConstructor(JSVM_Env env, JSVM_Value value, bool* isConstructor) in OH_JSVM_IsConstructor()