Package org.xwt.js

The XWT JavaScript Engine.

See:
          Description

Class Summary
Date This class implements the Date native object.
Function a JavaScript function, compiled into bytecode
Function.CallMarker  
Function.CatchMarker  
Function.FinallyData  
Function.LoopMarker  
Function.TryMarker  
JS The public API for the JS engine.
JS.Array The publicly-visible face of JavaScript Array objects
JS.Callable anything that is callable with the () operator and wasn't compiled from JS code
JS.Context encapsulates the state of a JavaScript "thread" (ie stack)
JS.GlobalScope a scope that is populated with js objects and functions normally found in the global scope
JS.Graft the result of a graft
JS.Obj A sensible implementation of the abstract methods in the JS class
JS.Scope Any object which becomes part of the scope chain must support this interface
JS.TailCall  
Math The JavaScript Math object
Regexp  
 

Exception Summary
JS.Exn An exception which can be thrown and caught by JavaScript code
 

Package org.xwt.js Description

The XWT JavaScript Engine. See org.xwt.js.JS for the public face of the API.