public class KrakenGlobal
extends org.mozilla.javascript.tools.shell.Global
| Constructor and Description |
|---|
KrakenGlobal() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearInterval(org.mozilla.javascript.Function func) |
java.lang.Thread |
getWorkerThread() |
void |
init(org.mozilla.javascript.Context cx) |
void |
put(java.lang.String arg0,
org.mozilla.javascript.Scriptable arg1,
java.lang.Object arg2) |
void |
setInterval(org.mozilla.javascript.Function func,
java.lang.Object period) |
void |
setTimeout(org.mozilla.javascript.Function func,
java.lang.Object millis) |
defineClass, deserialize, doctest, gc, getErr, getIn, getOut, getPrompts, help, init, initQuitAction, installRequire, isInitialized, load, loadClass, print, quit, readFile, readUrl, runCommand, runDoctest, seal, serialize, setErr, setIn, setOut, setSealedStdLib, spawn, sync, toint32, versionexecIdCall, get, getClassName, has, importPackage, init, initStandardObjectscacheBuiltins, getBuiltinCtor, getBuiltinCtor, getBuiltinPrototype, getBuiltinPrototypeactivatePrototypeMap, defineOwnProperty, delete, exportAsJSClass, getAttributes, hasPrototypeMap, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, setAttributesassociateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, sizepublic void put(java.lang.String arg0,
org.mozilla.javascript.Scriptable arg1,
java.lang.Object arg2)
put in interface org.mozilla.javascript.Scriptableput in class org.mozilla.javascript.IdScriptableObjectpublic void init(org.mozilla.javascript.Context cx)
init in class org.mozilla.javascript.tools.shell.Globalpublic void setTimeout(org.mozilla.javascript.Function func,
java.lang.Object millis)
public void setInterval(org.mozilla.javascript.Function func,
java.lang.Object period)
public void clearInterval(org.mozilla.javascript.Function func)
public java.lang.Thread getWorkerThread()