Programmer's Guide > Using the AOM > Using JScript to Access the AOM > AOM Interfaces Specific to JScript
  
AOM Interfaces Specific to JScript
By default, JScript instances run in a single global context, or namespace, called EpicJS. The AOM includes JScript-specific features related to the ScriptContext interface:
createScriptContext—allows scripts to create and run nested scripts in the global namespace (EpicJS) or in a user-defined context or namespace.
getScriptContext—retrieves a reference to any running script context by namespace.
See the descriptions in Application interface and ScriptContext interface for more information.