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

contexta #JSCContext
strva null-terminated array of strings

Returns

a #JSCValue.