Protect Object Declaration

  • ReorderCodeObjectDeclare
  • Enterprise

This feature is for moving the identifiers from object declaration.

Without this feature : var obj={ name:a[11],value:a[25] } With this feature : var obj= b(a[32],a[11],a[33],a[25])