contents   index   previous   next



JSE_ALWAYS_IMPLICIT_THIS (off)

 

With this flag set, the this variable is always searched as part of the scope chain. Normally, the user must set the SE_IMPLICIT_THIS flag for each function individually. Turning this compile-time option on will make that the default for all functions.


JSE_ALWAYS_IMPLICIT_PARENTS (off)