Value.constructorCall

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

Parameters

parameters javascriptcore.value.Value[]

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

Return Value

Type: javascriptcore.value.Value

a #JSCValue referencing the newly created object instance.