Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Obtaining Parser Object

Parser object is an intrinsic object. It is provided under the name parser to the script called by the Structure Viewer. There is no other way to obtain a reference to this object.

This object is a default global object for a running script, so its methods may be called directly, for example:

alert("Message");   // equivalent to parser.alert("Message");