Value.newArrayFromStrv
javascriptcore.value.Value newArrayFromStrv(javascriptcore.context.Context context, string[] strv)Create a new #JSCValue referencing an array of strings with the items from strv. If array is null or empty a new empty array will be created.
Parameters
context | a #JSCContext |
strv | a null-terminated array of strings |
Returns
a #JSCValue.