contents   index   previous   next



FEATURE CUSTOMIZATION

 

The following options all turn on or off certain JavaScript features. These features are part of standard ECMAScript, but you may choose to disable certain features to conserve space for low-memory systems.

 


JSE_COMPILER (on)

JSE_TOOLKIT_APPSOURCE (on)

JSE_SAVE_FUNCTION_TEXT (on, off if JSE_MIN_MEMORY is on or JSE_COMPILER is off)

JSE_PROTOTYPES (on)

JSE_ALWAYS_IMPLICIT_THIS (off)

JSE_ALWAYS_IMPLICIT_PARENTS (off)

JSE_FUNCTION_ARGUMENTS (on)

JSE_AUTO_OBJECT (off)

JSE_REGEXP_LITERALS (on)

JSE_FUNCTION_LENGTHS (on)

JSE_HTML_COMMENT_STYLE (off)

SE_ECMA_RETURNS (on)