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, version
execIdCall, get, getClassName, has, importPackage, init, initStandardObjects
cacheBuiltins, getBuiltinCtor, getBuiltinCtor, getBuiltinPrototype, getBuiltinPrototype
activatePrototypeMap, defineOwnProperty, delete, exportAsJSClass, getAttributes, hasPrototypeMap, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, setAttributes
associateValue, 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, size
public void put(java.lang.String arg0, org.mozilla.javascript.Scriptable arg1, java.lang.Object arg2)
put
in interface org.mozilla.javascript.Scriptable
put
in class org.mozilla.javascript.IdScriptableObject
public void init(org.mozilla.javascript.Context cx)
init
in class org.mozilla.javascript.tools.shell.Global
public 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()