contents   index   previous   next



JSE_REGEXP_LITERALS (on)

 

By default, JavaScript regular expression literals are allowed. They are a standard part of JavaScript. However, if you turn off the regular expression portion of the ECMA library, you should turn this off as well. The regular expression code is large, and is commonly left out of applications running in tight memory.

 


JSE_FUNCTION_LENGTHS (on)