Constructor
JavaScriptCoreValuenew_string_from_bytes
Declaration [src]
JSCValue*
jsc_value_new_string_from_bytes (
JSCContext* context,
GBytes* bytes
)
Parameters
context |
JSCContext |
A |
|
The data is owned by the caller of the function. | |
bytes |
GBytes |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | JSCValue |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |