Event Engine Scripting reference

The DiscoverJavaScript Event Engine is a Javascript-based language running in the Google V8 JavaScript Engine with extensions specific to the Discover data model.

Google V8 - http://code.google.com/p/v8/ ECMAScript (ECMA-262, third addition) - http://www.ecma-international.org/publications/standards/Ecma-262.htm

Note: ECMAScript is not JavaScript we are used to in the browser. Most notably, the DOM (Document Object Model) is really an extension to EMCAScript for HTML. For the Discover data model, we made similar extensions to the language to work with the HTTP data accessed by the event engine.

EES reference