Searched defs:isConstructor (Results 1 – 8 of 8) sorted by relevance
124 private isConstructor(m: Method): boolean { method in CallGraphBuilder
160 … const ArenaVector<util::StringView> &dynName, bool isConstructor) in LoadDynamicName()
665 const bool isConstructor = methodDef != nullptr ? methodDef->IsConstructor() : false; in GenFunctionType() local
1395 bool isConstructor, in CreateParamDecorators()
3074 bool isConstructor = (funcFlag == ir::ScriptFunctionFlags::CONSTRUCTOR); in CreateImplicitMethod() local
552 Label isConstructor(env); in NewJSProxy() local
2500 Label isConstructor(env); in Of() local
4752 JSVM_Status OH_JSVM_IsConstructor(JSVM_Env env, JSVM_Value value, bool* isConstructor) in OH_JSVM_IsConstructor()