if(this.contracts.some((item)=>item.modifiers.length>0))warnings.push({warning:`Modifiers are currently not supported by the '${name}' static analysis.`})
varcomments=(hasModifiers)?'<br/><i>Note:</i>Modifiers are currently not considered by the this static analysis.':''
warnings.push({
warning:`Potential Violation of Checks-Effects-Interaction pattern in <i>${funcName}</i>: Could potentially lead to re-entrancy vulnerability.`,
warning:`Potential Violation of Checks-Effects-Interaction pattern in <i>${funcName}</i>: Could potentially lead to re-entrancy vulnerability.${comments}`,
if(this.contracts.some((item)=>item.modifiers.length>0))warnings.push({warning:`Modifiers are currently not supported by the '${name}' static analysis.`})
if(!(isExternalDirectCall(func)||isThisLocalCall(func)||isSuperLocalCall(func)||isLocalCall(func)))thrownewError('staticAnalysisCommon.js: not function call Node')
if(!(isExternalDirectCall(func)||isThisLocalCall(func)||isSuperLocalCall(func)||isLocalCall(func)||isLibraryCall(func)))thrownewError('staticAnalysisCommon.js: not function call Node')