Value.newString
javascriptcore.value.Value newString(javascriptcore.context.Context context, string string_ = null)Create a new #JSCValue from string. If you need to create a #JSCValue from a string containing null characters, use javascriptcore.value.Value.newStringFromBytes instead.
Parameters
context | a #JSCContext |
string_ | a null-terminated string |
Returns
a #JSCValue.