Uses of Enum
org.mozilla.javascript.AbstractEcmaObjectOperations.INTEGRITY_LEVEL
Packages that use AbstractEcmaObjectOperations.INTEGRITY_LEVEL
-
Uses of AbstractEcmaObjectOperations.INTEGRITY_LEVEL in org.mozilla.javascript
Methods 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 boolean
AbstractEcmaObjectOperations.setIntegrityLevel
(Context cx, Object o, AbstractEcmaObjectOperations.INTEGRITY_LEVEL level) Implementation of Abstract Object operation setIntegrityLevel as defined by EcmaScript(package private) static boolean
AbstractEcmaObjectOperations.testIntegrityLevel
(Context cx, Object o, AbstractEcmaObjectOperations.INTEGRITY_LEVEL level) Implementation of Abstract Object operation testIntegrityLevel as defined by EcmaScript