Method

WPEJavaScriptCoreValueget_context

Declaration [src]

JSCContext*
jsc_value_get_context (
  JSCValue* value
)

Description [src]

Get the JSCContext in which value was created.

Return value

Returns: JSCContext
 

The JSCValue context.

 The data is owned by the instance.