|
struct JSContext * | gf_js_create_context () |
|
void | gf_js_delete_context (struct JSContext *) |
|
JSValue | js_throw_err (JSContext *ctx, s32 err) |
|
JSValue | js_throw_err_msg (JSContext *ctx, s32 err, const char *fmt,...) |
|
void | js_std_loop (JSContext *ctx) |
|
void | js_dump_error (JSContext *ctx) |
|
void | js_dump_error_exc (JSContext *ctx, const JSValue exception_val) |
|
JSValue | js_print (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
void | js_load_constants (JSContext *ctx, JSValue global_obj) |
|
void | dom_node_changed (GF_Node *n, Bool child_modif, GF_FieldInfo *info) |
|
void | dom_element_finalize (JSRuntime *rt, JSValue obj) |
|
void | dom_document_finalize (JSRuntime *rt, JSValue obj) |
|
GF_Node * | dom_get_element (JSContext *c, JSValue obj) |
|
GF_SceneGraph * | dom_get_doc (JSContext *c, JSValue obj) |
|
JSValue | dom_element_construct (JSContext *c, GF_Node *n) |
|
void | dom_js_load (GF_SceneGraph *scene, struct JSContext *c) |
|
void | dom_js_unload () |
|
void | gf_sg_js_dom_pre_destroy (struct JSRuntime *rt, GF_SceneGraph *sg, GF_Node *script_or_handler_node) |
|
JSValue | dom_event_add_listener (JSContext *c, JSValueConst obj, int argc, JSValueConst *argv) |
|
JSValue | dom_event_remove_listener (JSContext *c, JSValueConst obj, int argc, JSValueConst *argv) |
|
JSValue | xml_dom3_not_implemented (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
|
JSValue | dom_js_define_event (struct JSContext *c) |
|
JSValue | gf_dom_new_event (struct JSContext *c) |
|
JSValue | dom_document_construct_external (JSContext *c, GF_SceneGraph *sg) |
|
struct _gf_ft_mgr * | jsf_get_font_manager (JSContext *c) |
|
GF_Err | jsf_request_opengl (JSContext *c) |
|
GF_Err | jsf_set_gl_active (JSContext *c, Bool do_activate) |
|
GF_Err | jsf_get_filter_packet_planes (JSContext *c, JSValue obj, u32 *width, u32 *height, u32 *pf, u32 *stride, u32 *stride_uv, const u8 **data, const u8 **p_u, const u8 **p_v, const u8 **p_a) |
|
Bool | jsf_is_packet (JSContext *c, JSValue obj) |
|
const char * | jsf_get_script_filename (JSContext *c) |
|
void | qjs_module_init_xhr_global (JSContext *c, JSValue global) |
|
void | qjs_init_all_modules (JSContext *ctx, Bool no_webgl, Bool for_vrml) |
|
Bool | gs_js_context_is_valid (JSContext *ctx) |
|
JSRuntime * | gf_js_get_rt () |
|