Method
JavaScriptCoreValueget_context
Declaration [src]
JSCContext*
jsc_value_get_context (
JSCValue* value
)
Description [src]
Get the JSCContext
in which value
was created.
Gets property | JavaScriptCore.Value:context |
Return value
Type: JSCContext
The JSCValue
context.
The returned data is owned by the instance. |