Sets a global variable or constant without checking whether or not the variable or const was already declared. This is used by host applications to define custom functions or objects.
The name of the global variable.
The value the variable should be set to.
Whether or not the script can overwrite the global.
See Implementation
Sets a global variable or constant without checking whether or not the variable or const was already declared. This is used by host applications to define custom functions or objects.