Home | History | Annotate | Download | only in src

Lines Matching refs:isConstructor

965   var isConstructor = this.isConstructor();
966 var isMethodCall = !(this.isToplevel() || isConstructor);
984 } else if (isConstructor) {
1013 "isConstructor", CallSiteIsConstructor,