Method
JavaScriptCoreValueconstructor_call
Declaration [src]
JSCValue*
jsc_value_constructor_call (
JSCValue* value,
GType first_parameter_type,
...
)
Description [src]
Invoke value
. If first_parameter_type
is G_TYPE_NONE
no parameters will be passed to the constructor.
This method is not directly available to language bindings. |
The implementation of this method is provided by jsc_value_constructor_callv() in language bindings |
Parameters
first_parameter_type |
GType |
|
|
... |
|
Value of the first parameter, followed optionally by more type/value pairs, followed by |
Return value
Returns: | JSCValue |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |