Value.constructorCallv

Invoke <function>new</function> with constructor referenced by @value. If @n_parameters is 0 no parameters will be passed to the constructor.

class Value
constructorCallv

Parameters

parameters Value[]

the #JSCValue<!-- -->s to pass as parameters to the constructor, or %NULL

Return Value

Type: Value

a #JSCValue referencing the newly created object instance.

Meta