constructor_callv
Description:
Invoke <function>new</function> with constructor referenced by this.
If parameters.length is 0 no parameters will be passed to the constructor.
Parameters:
| this |
a Value |
| parameters |
the Value<!-- -->s to pass as parameters to the constructor, or null |
| n_parameters |
the number of parameters |
Returns:
|
a Value referencing the newly created object instance. |