Value.newArrayFromStrv

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.

class Value
static
newArrayFromStrv

Parameters

context javascriptcore.context.Context

a #JSCContext

strv string[]

a null-terminated array of strings

Return Value

Type: javascriptcore.value.Value

a #JSCValue.