Interface used to represent the GlobalObject wrapper of the interpreter.
The global object is used for functions which require the evaluator.
It is possible to get it from any JSObject.
This interface is exported by FESI objects, it is not intended
or useful for user objects to extend this interface.
Method Summary
java.lang.Object
makeBeanWrapper(java.lang.Object object)
Mark an object as a bean, restricting its access by FESI scripts
to the public bean methods and properties.
makeObjectWrapper(java.lang.Object object)
Package any object as an EcmaScript object, allowing to use
it for example with an "eval" function, where it becomes the
'this' object.
Methods inherited from interface FESI.jslib.JSObject