public abstract class AbstractRhinoTopLevel
extends org.mozilla.javascript.ImporterTopLevel
| Constructor and Description |
|---|
AbstractRhinoTopLevel(org.mozilla.javascript.Context cx) |
AbstractRhinoTopLevel(org.mozilla.javascript.Context cx,
boolean sealed) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_load(org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function funObj) |
protected void |
_print(PrintWriter out,
org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function funObj)
print function exported to javascript
|
protected static <T extends AbstractRhinoTopLevel> |
deref(org.mozilla.javascript.Scriptable thisObj) |
void |
initStandardObjects(org.mozilla.javascript.Context cx,
boolean sealed) |
execIdCall, findPrototypeId, get, getClassName, has, importPackage, init, initPrototypeIdcacheBuiltins, getBuiltinCtor, getBuiltinCtor, getBuiltinPrototype, getBuiltinPrototypeactivatePrototypeMap, addIdFunctionProperty, defaultGet, defaultHas, defaultPut, defineOwnProperty, delete, exportAsJSClass, fillConstructorProperties, findInstanceIdInfo, getAttributes, getInstanceIdName, getInstanceIdValue, getMaxInstanceId, getOwnPropertyDescriptor, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeValue, instanceIdInfo, put, setAttributes, setInstanceIdAttributes, setInstanceIdValueapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic AbstractRhinoTopLevel(org.mozilla.javascript.Context cx)
cx - sealed - public AbstractRhinoTopLevel(org.mozilla.javascript.Context cx,
boolean sealed)
cx - sealed - protected static <T extends AbstractRhinoTopLevel> T deref(org.mozilla.javascript.Scriptable thisObj)
T - thisObj - protected void _print(PrintWriter out, org.mozilla.javascript.Context cx, Object[] args, org.mozilla.javascript.Function funObj)
cx - thisObj - args - funObj - protected void _load(org.mozilla.javascript.Context cx,
Object[] args,
org.mozilla.javascript.Function funObj)
throws Exception
cx - module - Exceptionpublic void initStandardObjects(org.mozilla.javascript.Context cx,
boolean sealed)
initStandardObjects in class org.mozilla.javascript.ImporterTopLevelCopyright © 2017. All rights reserved.