objectECMAScript51Isolated extends OutputMode with Product with Serializable
Modern output mode compliant with ECMAScript 5.1 in a function scope.
This is the default output mode used by fastOpt and fullOpt.
The output must be enclosed in an anonymous function isolating the code
in a dedicated scope.
Linear Supertypes
Serializable, Serializable, Product, Equals, OutputMode, AnyRef, Any
Modern output mode compliant with ECMAScript 5.1 in a function scope. This is the default output mode used by fastOpt and fullOpt. The output must be enclosed in an anonymous function isolating the code in a dedicated scope.