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
Returns: | JSCContext |
The |
|
The data is owned by the instance. |