Call the function as a constructor. This method is invoked by the runtime in order to satisfy a use of the JavaScript new operator. This method is expected to create a new object and return it. @param cx the current Context for this thread @param scope an enclosing scope of the caller e
(Context cx, VarScope scope, Object[] args)
| 44 | * @return the allocated object |
| 45 | */ |
| 46 | @Override |
| 47 | Scriptable construct(Context cx, VarScope scope, Object[] args); |
| 48 | |
| 49 | /** |
no outgoing calls