| 196 | } |
| 197 | |
| 198 | GByteArray* gjs_byte_array_get_byte_array(JSObject* obj) { |
| 199 | return g_bytes_unref_to_array(gjs_byte_array_get_bytes(obj)); |
| 200 | } |
| 201 | |
| 202 | static JSFunctionSpec gjs_byte_array_module_funcs[] = { |
| 203 | JS_FN("fromString", from_string_func, 2, 0), |
no test coverage detected