Every line of 'jquery variable declaration' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
265 var Variable = module.exports.Variable = function Variable(declaration) { 266 this.declarations = []; 267 if(declaration) 268 this.declarations.push(declaration); 269 this.uses = []; 270 this.values = []; 271 };