gf_arraybuffer_js_new 376 include/gpac/html5_media.h JSObject *gf_arraybuffer_js_new(JSContext *c, char *data, u32 length, JSObject *parent); gf_arraybuffer_js_new 3678 src/scenegraph/dom_smjs.c ctx->arraybuffer = gf_arraybuffer_js_new(c, ctx->data, ctx->size, obj); gf_arraybuffer_js_new 802 src/scenegraph/html5_mse_smjs.c gf_arraybuffer_js_new(c, (char *)gf_malloc(length), length, NULL);