Class JSObject
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSObject
- All Implemented Interfaces:
JSObjectFunctions
- Direct Known Subclasses:
JS5Object
Base JavaScript Object
- Since:
- Standard ECMA-262 3rd. Edition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Field Details
-
prototype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
JSObject
public JSObject()Object Object()Creates a new object instance
- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-
JSObject
Object Object(value)- Parameters:
value- optional argument specifies a primitive JavaScript value - a number, boolean etc..- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-