public abstract class ScriptableBase
extends org.mozilla.javascript.ScriptableObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSFUNC_PREFIX |
Constructor and Description |
---|
ScriptableBase() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
getNative(java.lang.String name,
org.mozilla.javascript.Scriptable start) |
protected abstract java.lang.Class<?> |
getStaticType() |
protected abstract java.lang.Object |
getWrappedObject() |
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public static final java.lang.String JSFUNC_PREFIX
protected java.lang.Object getNative(java.lang.String name, org.mozilla.javascript.Scriptable start)
protected abstract java.lang.Object getWrappedObject()
protected abstract java.lang.Class<?> getStaticType()
Copyright © 2022 The Apache Software Foundation. All rights reserved.