Package apple.javascriptcore.enums
Class Enums
- java.lang.Object
-
- apple.javascriptcore.enums.Enums
-
public final class Enums extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intkJSClassAttributeNoAutomaticPrototypestatic intkJSClassAttributeNonestatic intkJSPropertyAttributeDontDeletestatic intkJSPropertyAttributeDontEnumstatic intkJSPropertyAttributeNonestatic intkJSPropertyAttributeReadOnly
-
-
-
Field Detail
-
kJSClassAttributeNone
public static final int kJSClassAttributeNone
- See Also:
- Constant Field Values
-
kJSClassAttributeNoAutomaticPrototype
public static final int kJSClassAttributeNoAutomaticPrototype
- See Also:
- Constant Field Values
-
kJSPropertyAttributeNone
public static final int kJSPropertyAttributeNone
- See Also:
- Constant Field Values
-
kJSPropertyAttributeReadOnly
public static final int kJSPropertyAttributeReadOnly
- See Also:
- Constant Field Values
-
kJSPropertyAttributeDontEnum
public static final int kJSPropertyAttributeDontEnum
- See Also:
- Constant Field Values
-
kJSPropertyAttributeDontDelete
public static final int kJSPropertyAttributeDontDelete
- See Also:
- Constant Field Values
-
-