update_expression.js 84 B

12345
  1. (this.x++).toString()
  2. new (r++);
  3. (x++)();
  4. const uuid = String(this._uuidCounter++);