SE_INIT_IMPLICIT_THIS
When this flag is specified, initialization code (i.e., global code that is outside of any function) will execute as if it is in a function with the SE_IMPLICIT_THIS flag set. This is useful when executing small pieces of code that need function-like scoping behavior such as browser event handlers.