Home
last modified time | relevance | path

Searched refs:JS_GetPropertyStr (Results 1 – 25 of 31) sorted by relevance

12

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/jsmods/
H A Devg.c511 v = JS_GetPropertyStr(c, obj, _n);\ in canvas_get_irect()
3321 v = JS_GetPropertyStr(c, argv[0], "x"); in mx2d_apply()
3327 v = JS_GetPropertyStr(c, argv[0], "y"); in mx2d_apply()
3333 v = JS_GetPropertyStr(c, argv[0], "w"); in mx2d_apply()
3343 v = JS_GetPropertyStr(c, argv[0], "h"); in mx2d_apply()
3614 v = JS_GetPropertyStr(c, obj, "r"); in get_color()
3618 v = JS_GetPropertyStr(c, obj, "g"); in get_color()
3622 v = JS_GetPropertyStr(c, obj, "b"); in get_color()
3626 v = JS_GetPropertyStr(c, obj, "a"); in get_color()
4974 v = JS_GetPropertyStr(c, argv[0], "w"); in texture_convolution()
[all …]
H A Dwebgl.c185 v = JS_GetPropertyStr(ctx, val, "length"); in WGL_LOAD_INT32_VEC()
212 v = JS_GetPropertyStr(ctx, val, "length"); in WGL_LOAD_FLOAT_VEC()
248 v = JS_GetPropertyStr(ctx, obj, "buffer"); in wgl_GetArrayBuffer()
1704 v = JS_GetPropertyStr(ctx, argv[0], "width"); in webgl_constructor()
1708 v = JS_GetPropertyStr(ctx, argv[0], "height"); in webgl_constructor()
1732 v = JS_GetPropertyStr(ctx, argv[idx], #_opt);\ in webgl_constructor()
1746 v = JS_GetPropertyStr(ctx, argv[idx], "depth"); in webgl_constructor()
1768 v = JS_GetPropertyStr(ctx, argv[idx], "powerPreference"); in webgl_constructor()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/jsmods/
H A Devg.c511 v = JS_GetPropertyStr(c, obj, _n);\ in canvas_get_irect()
3321 v = JS_GetPropertyStr(c, argv[0], "x"); in mx2d_apply()
3327 v = JS_GetPropertyStr(c, argv[0], "y"); in mx2d_apply()
3333 v = JS_GetPropertyStr(c, argv[0], "w"); in mx2d_apply()
3343 v = JS_GetPropertyStr(c, argv[0], "h"); in mx2d_apply()
3614 v = JS_GetPropertyStr(c, obj, "r"); in get_color()
3618 v = JS_GetPropertyStr(c, obj, "g"); in get_color()
3622 v = JS_GetPropertyStr(c, obj, "b"); in get_color()
3626 v = JS_GetPropertyStr(c, obj, "a"); in get_color()
4974 v = JS_GetPropertyStr(c, argv[0], "w"); in texture_convolution()
[all …]
H A Dwebgl.c185 v = JS_GetPropertyStr(ctx, val, "length"); in WGL_LOAD_INT32_VEC()
212 v = JS_GetPropertyStr(ctx, val, "length"); in WGL_LOAD_FLOAT_VEC()
248 v = JS_GetPropertyStr(ctx, obj, "buffer"); in wgl_GetArrayBuffer()
1704 v = JS_GetPropertyStr(ctx, argv[0], "width"); in webgl_constructor()
1708 v = JS_GetPropertyStr(ctx, argv[0], "height"); in webgl_constructor()
1732 v = JS_GetPropertyStr(ctx, argv[idx], #_opt);\ in webgl_constructor()
1746 v = JS_GetPropertyStr(ctx, argv[idx], "depth"); in webgl_constructor()
1768 v = JS_GetPropertyStr(ctx, argv[idx], "powerPreference"); in webgl_constructor()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Djsfilter.c681 res = JS_GetPropertyStr(ctx, value, "z"); in jsf_ToProp()
691 res = JS_GetPropertyStr(ctx, value, "y"); in jsf_ToProp()
701 res = JS_GetPropertyStr(ctx, value, "x"); in jsf_ToProp()
710 res = JS_GetPropertyStr(ctx, value, "d"); in jsf_ToProp()
720 res = JS_GetPropertyStr(ctx, value, "n"); in jsf_ToProp()
971 v = JS_GetPropertyStr(ctx, argv[0], "name"); in jsf_filter_set_arg()
976 v = JS_GetPropertyStr(ctx, argv[0], "desc"); in jsf_filter_set_arg()
984 v = JS_GetPropertyStr(ctx, argv[0], "type"); in jsf_filter_set_arg()
994 v = JS_GetPropertyStr(ctx, argv[0], "def"); in jsf_filter_set_arg()
1042 v = JS_GetPropertyStr(ctx, argv[0], "id"); in jsf_filter_set_cap()
[all …]
H A Ddec_ttml.c318 fun_val = JS_GetPropertyStr(c, global, "on_ttml_clock"); in ttmldec_process()
384 fun_val = JS_GetPropertyStr(c, global, "on_ttml_sample"); in ttmldec_process()
H A Ddec_webvtt.c304 fun_val = JS_GetPropertyStr(c, global, "addCue"); in vttd_js_add_cue()
345 fun_val = JS_GetPropertyStr(c, global, "removeCues"); in vttd_js_remove_cues()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Djsfilter.c681 res = JS_GetPropertyStr(ctx, value, "z"); in jsf_ToProp()
691 res = JS_GetPropertyStr(ctx, value, "y"); in jsf_ToProp()
701 res = JS_GetPropertyStr(ctx, value, "x"); in jsf_ToProp()
710 res = JS_GetPropertyStr(ctx, value, "d"); in jsf_ToProp()
720 res = JS_GetPropertyStr(ctx, value, "n"); in jsf_ToProp()
971 v = JS_GetPropertyStr(ctx, argv[0], "name"); in jsf_filter_set_arg()
976 v = JS_GetPropertyStr(ctx, argv[0], "desc"); in jsf_filter_set_arg()
984 v = JS_GetPropertyStr(ctx, argv[0], "type"); in jsf_filter_set_arg()
994 v = JS_GetPropertyStr(ctx, argv[0], "def"); in jsf_filter_set_arg()
1042 v = JS_GetPropertyStr(ctx, argv[0], "id"); in jsf_filter_set_cap()
[all …]
H A Ddec_ttml.c318 fun_val = JS_GetPropertyStr(c, global, "on_ttml_clock"); in ttmldec_process()
384 fun_val = JS_GetPropertyStr(c, global, "on_ttml_sample"); in ttmldec_process()
H A Ddec_webvtt.c304 fun_val = JS_GetPropertyStr(c, global, "addCue"); in vttd_js_add_cue()
345 fun_val = JS_GetPropertyStr(c, global, "removeCues"); in vttd_js_remove_cues()
/dports/lang/quickjs/quickjs-2021-03-27/examples/
H A Dpoint.c62 proto = JS_GetPropertyStr(ctx, new_target, "prototype"); in js_point_ctor()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/examples/
H A Dpoint.c62 proto = JS_GetPropertyStr(ctx, new_target, "prototype"); in js_point_ctor()
/dports/games/warzone2100/warzone2100/src/
H A Dquickjs_backend.cpp1159 JSValue name = JS_GetPropertyStr(ctx, err, "name"); in callFunction()
1165 JSValue message = JS_GetPropertyStr(ctx, err, "message"); in callFunction()
1171 JSValue stack = JS_GetPropertyStr(ctx, err, "stack"); in callFunction()
1336 JSValue val = JS_GetPropertyStr(ctx, this_obj, prop); in QuickJS_GetInt32()
1355 JSValue val = JS_GetPropertyStr(ctx, this_obj, prop); in QuickJS_GetUint32()
1372 JSValue val = JS_GetPropertyStr(ctx, this_obj, prop); in QuickJS_GetStdString()
1385 JSValue len_val = JS_GetPropertyStr(ctx, arr, "length"); in QuickJS_GetArrayLength()
1663 JSValue triggered = JS_GetPropertyStr(ctx, qval, "triggered"); in operator ()()
2277 JSValue stack = JS_GetPropertyStr(ctx, exception_val, "stack"); in QuickJS_DumpError()
2710 JSValue position = JS_GetPropertyStr(ctx, droid, "position"); in runMap_setMapData()
[all …]
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs-libc.c740 val = JS_GetPropertyStr(ctx, obj, option); in get_bool_option()
2856 val = JS_GetPropertyStr(ctx, args, "length"); in js_os_exec()
2894 val = JS_GetPropertyStr(ctx, options, "file"); in js_os_exec()
2904 val = JS_GetPropertyStr(ctx, options, "cwd"); in js_os_exec()
2916 val = JS_GetPropertyStr(ctx, options, std_name[i]); in js_os_exec()
2929 val = JS_GetPropertyStr(ctx, options, "env"); in js_os_exec()
2939 val = JS_GetPropertyStr(ctx, options, "uid"); in js_os_exec()
2949 val = JS_GetPropertyStr(ctx, options, "gid"); in js_os_exec()
3334 proto = JS_GetPropertyStr(ctx, new_target, "prototype"); in js_worker_ctor_internal()
3856 val = JS_GetPropertyStr(ctx, exception_val, "stack"); in js_std_dump_error1()
H A Drun-test262.c1224 name = JS_GetPropertyStr(ctx, exception_val, "name"); in eval_buf()
1226 stack = JS_GetPropertyStr(ctx, exception_val, "stack"); in eval_buf()
H A Dquickjs.h731 JSValue JS_GetPropertyStr(JSContext *ctx, JSValueConst this_obj,
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs-libc.c734 val = JS_GetPropertyStr(ctx, obj, option); in get_bool_option()
2850 val = JS_GetPropertyStr(ctx, args, "length"); in js_os_exec()
2888 val = JS_GetPropertyStr(ctx, options, "file"); in js_os_exec()
2898 val = JS_GetPropertyStr(ctx, options, "cwd"); in js_os_exec()
2910 val = JS_GetPropertyStr(ctx, options, std_name[i]); in js_os_exec()
2923 val = JS_GetPropertyStr(ctx, options, "env"); in js_os_exec()
2933 val = JS_GetPropertyStr(ctx, options, "uid"); in js_os_exec()
2943 val = JS_GetPropertyStr(ctx, options, "gid"); in js_os_exec()
3328 proto = JS_GetPropertyStr(ctx, new_target, "prototype"); in js_worker_ctor_internal()
3850 val = JS_GetPropertyStr(ctx, exception_val, "stack"); in js_std_dump_error1()
H A Drun-test262.c1224 name = JS_GetPropertyStr(ctx, exception_val, "name"); in eval_buf()
1226 stack = JS_GetPropertyStr(ctx, exception_val, "stack"); in eval_buf()
H A Dquickjs.h751 JSValue JS_GetPropertyStr(JSContext *ctx, JSValueConst this_obj,
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dvrml_js.c526 v = JS_GetPropertyStr(ctx, g, "_gpac_log_name"); in js_print_ex()
598 JSValue val = JS_GetPropertyStr(ctx, exception_val, "stack"); in js_dump_error()
3600 val = JS_GetPropertyStr(priv->js_ctx, jsf->js_list, "length"); in gf_sg_script_update_cached_object()
4175 fval = JS_GetPropertyStr(priv->js_ctx, priv->js_obj, sf->name); in JS_EventIn()
4249 JSValue fun = JS_GetPropertyStr(priv->js_ctx, priv->js_obj, "initialize"); in vrml_js_load_script()
4411 JSValue fval = JS_GetPropertyStr(priv->js_ctx, priv->js_obj, "initialize"); in JSScript_LoadVRML()
4631 JSValue fun = JS_GetPropertyStr(priv->js_ctx, hdl->js_data->evt_listen_obj, "handleEvent"); in gf_sg_handle_dom_event_for_vrml()
4690 JSValue ns = JS_GetPropertyStr(c, obj, "namespaceURI"); in gf_sg_js_get_node()
H A Ddom_js.c698 evt_fun = JS_GetPropertyStr(c, *evt_handler, "handleEvent"); in sg_js_parse_event_args()
1467 JSValue ret = JS_GetPropertyStr(c, global, "Window"); in dom_document_getProperty()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dvrml_js.c526 v = JS_GetPropertyStr(ctx, g, "_gpac_log_name"); in js_print_ex()
598 JSValue val = JS_GetPropertyStr(ctx, exception_val, "stack"); in js_dump_error()
3600 val = JS_GetPropertyStr(priv->js_ctx, jsf->js_list, "length"); in gf_sg_script_update_cached_object()
4175 fval = JS_GetPropertyStr(priv->js_ctx, priv->js_obj, sf->name); in JS_EventIn()
4249 JSValue fun = JS_GetPropertyStr(priv->js_ctx, priv->js_obj, "initialize"); in vrml_js_load_script()
4411 JSValue fval = JS_GetPropertyStr(priv->js_ctx, priv->js_obj, "initialize"); in JSScript_LoadVRML()
4631 JSValue fun = JS_GetPropertyStr(priv->js_ctx, hdl->js_data->evt_listen_obj, "handleEvent"); in gf_sg_handle_dom_event_for_vrml()
4690 JSValue ns = JS_GetPropertyStr(c, obj, "namespaceURI"); in gf_sg_js_get_node()
H A Ddom_js.c698 evt_fun = JS_GetPropertyStr(c, *evt_handler, "handleEvent"); in sg_js_parse_event_args()
1467 JSValue ret = JS_GetPropertyStr(c, global, "Window"); in dom_document_getProperty()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.h709 JSValue JS_GetPropertyStr(JSContext *ctx, JSValueConst this_obj,
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.h709 JSValue JS_GetPropertyStr(JSContext *ctx, JSValueConst this_obj,

12