Method
JavaScriptCoreContextset_value
Declaration [src]
void
jsc_context_set_value (
  JSCContext* context,
  const char* name,
  JSCValue* value
)
      Parameters
name- 
            
Type:
const char*The value name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  value- 
            
Type:
JSCValueA
JSCValue.The data is owned by the caller of the function.