break.js 756 B

1234567891011121314
  1. const f = (argument1, argument2, argument3) =>
  2. (doSomethingWithArgument(argument1), doSomethingWithArgument(argument2),argument1);
  3. (function(){
  4. return aLongIdentifierName, aLongIdentifierName, aLongIdentifierName, aLongIdentifierName;
  5. });
  6. aLongIdentifierName, aLongIdentifierName, aLongIdentifierName, aLongIdentifierName;
  7. a.then(() => (aLongIdentifierName, aLongIdentifierName, aLongIdentifierName, aLongIdentifierName));
  8. for (aLongIdentifierName = 0, aLongIdentifierName = 0, aLongIdentifierName = 0, aLongIdentifierName = 0; test; update) {}
  9. (a = b ? c : function() { return 0; }),
  10. (a = b ? c : function() { return 0; }),
  11. (a = b ? c : function() { return 0; }),
  12. (a = b ? c : function() { return 0; }),
  13. (a = b ? c : function() { return 0; });