public static class NativeIterator.StopIteration extends NativeObject
ScriptableObject.KeyComparator
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
NOT_FOUND
Constructor and Description |
---|
StopIteration() |
StopIteration(java.lang.Object val) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Return the name of the class.
|
java.lang.Object |
getValue() |
boolean |
hasInstance(Scriptable instance)
Implements the instanceof operator.
|
clear, containsKey, containsValue, entrySet, execIdCall, keySet, put, putAll, remove, toString, values
activatePrototypeMap, defineOwnProperty, delete, delete, exportAsJSClass, get, get, getAttributes, getAttributes, has, has, hasPrototypeMap, initPrototypeConstructor, initPrototypeMethod, initPrototypeMethod, initPrototypeMethod, initPrototypeValue, initPrototypeValue, put, put, setAttributes
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasProperty, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public StopIteration()
public StopIteration(java.lang.Object val)
public java.lang.Object getValue()
public java.lang.String getClassName()
ScriptableObject
getClassName
in interface Scriptable
getClassName
in class NativeObject
public boolean hasInstance(Scriptable instance)
ScriptableObject
This operator has been proposed to ECMA.
hasInstance
in interface Scriptable
hasInstance
in class ScriptableObject
instance
- The value that appeared on the LHS of the instanceof
operatorCopyright © 2010 - 2023 Adobe. All Rights Reserved