Value.this

Create a new #JSCValue from @string. If you need to create a #JSCValue from a string containing null characters, use jsc_value_new_string_from_bytes() instead.

Parameters

context Context

a #JSCContext

string_ string

a null-terminated string

Return Value

a #JSCValue.

Throws

ConstructionException GTK+ fails to create the object.

Meta