Method
JavaScriptCoreValueto_string
Declaration [src]
char*
jsc_value_to_string (
JSCValue* value
)
Description [src]
Convert value
to a string. Use jsc_value_to_string_as_bytes()
instead, if you need to
handle strings containing null characters.