Uses of Enum
org.mozilla.javascript.AbstractEcmaObjectOperations.INTEGRITY_LEVEL
Packages that use AbstractEcmaObjectOperations.INTEGRITY_LEVEL
-
Uses of AbstractEcmaObjectOperations.INTEGRITY_LEVEL in org.mozilla.javascript
Subclasses with type arguments of type AbstractEcmaObjectOperations.INTEGRITY_LEVEL in org.mozilla.javascriptModifier and TypeClassDescription(package private) static enumMethods in org.mozilla.javascript that return AbstractEcmaObjectOperations.INTEGRITY_LEVELModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractEcmaObjectOperations.INTEGRITY_LEVEL.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mozilla.javascript with parameters of type AbstractEcmaObjectOperations.INTEGRITY_LEVELModifier and TypeMethodDescription(package private) static booleanAbstractEcmaObjectOperations.setIntegrityLevel(Context cx, Object o, AbstractEcmaObjectOperations.INTEGRITY_LEVEL level) Implementation of Abstract Object operation setIntegrityLevel as defined by EcmaScript(package private) static booleanAbstractEcmaObjectOperations.testIntegrityLevel(Context cx, Object o, AbstractEcmaObjectOperations.INTEGRITY_LEVEL level) Implementation of Abstract Object operation testIntegrityLevel as defined by EcmaScript