JSVAL_IS_NULL 77 extra_lib/include/js/jsapi.h #define JSVAL_IS_PRIMITIVE(v) (!JSVAL_IS_OBJECT(v) || JSVAL_IS_NULL(v)) JSVAL_IS_NULL 1965 modules/gpac_js/gpac_js.c if (! JSVAL_IS_NULL(gjs->evt_fun) ) return JS_TRUE; JSVAL_IS_NULL 1984 modules/gpac_js/gpac_js.c if (JSVAL_IS_NULL(argv[0])) { JSVAL_IS_NULL 848 modules/platinum/GPACPlatinum.cpp if (!JS_LookupProperty(c, obj, "UUID", &val) || JSVAL_IS_NULL(val) || JSVAL_IS_VOID(val) ) JSVAL_IS_NULL 871 modules/platinum/GPACPlatinum.cpp if (!JS_LookupProperty(c, obj, "UUID", &val) || JSVAL_IS_NULL(val) || JSVAL_IS_VOID(val) ) JSVAL_IS_NULL 907 modules/platinum/GPACPlatinum.cpp sobj = JSVAL_IS_NULL(argv[1]) ? NULL : JSVAL_TO_OBJECT(argv[1]); JSVAL_IS_NULL 918 modules/platinum/GPACPlatinum.cpp if (!JS_LookupProperty(c, fobj, "ObjectID", &val) || JSVAL_IS_NULL(val) || !JSVAL_IS_STRING(val)) return JS_TRUE; JSVAL_IS_NULL 1686 modules/platinum/GPACPlatinum.cpp if (!JSVAL_IS_NULL(device->run_proc)) { JSVAL_IS_NULL 67 modules/platinum/GenericDevice.cpp if (!JSVAL_IS_NULL(on_event)) { JSVAL_IS_NULL 132 modules/platinum/GenericDevice.cpp if (!JSVAL_IS_NULL(service->on_event)) JSVAL_IS_NULL 135 modules/platinum/GenericDevice.cpp if (!JSVAL_IS_NULL(argv[0])) { JSVAL_IS_NULL 160 modules/platinum/GenericDevice.cpp if (!JSVAL_IS_NULL(svl->on_event)) JSVAL_IS_NULL 162 modules/platinum/GenericDevice.cpp if (JSVAL_IS_NULL(argv[0])) { JSVAL_IS_NULL 224 modules/platinum/GenericDevice.cpp if (!JSVAL_IS_NULL(argl->on_event)) JSVAL_IS_NULL 226 modules/platinum/GenericDevice.cpp if (JSVAL_IS_NULL(argv[1])) { JSVAL_IS_NULL 716 modules/platinum/GenericDevice.cpp if (!JSVAL_IS_NULL(serv->on_event)) { JSVAL_IS_NULL 830 modules/platinum/GenericDevice.cpp if (!JSVAL_IS_NULL(run_proc)) JSVAL_IS_NULL 833 modules/platinum/GenericDevice.cpp if (!JSVAL_IS_NULL(act_proc)) JSVAL_IS_NULL 960 modules/platinum/GenericDevice.cpp if (JSVAL_IS_NULL(act_proc)) { JSVAL_IS_NULL 167 modules/widgetman/widget.c if ((argc==2) && JSVAL_IS_OBJECT(argv[1]) && !JSVAL_IS_NULL(argv[1])) JSVAL_IS_NULL 188 modules/widgetman/widget.c if (JSVAL_IS_NULL(argv[0])) return JS_FALSE; JSVAL_IS_NULL 214 modules/widgetman/widget.c if (JSVAL_IS_NULL(argv[0])) return JS_FALSE; JSVAL_IS_NULL 2259 modules/widgetman/widgetman.c if ((argc==2) && ! JSVAL_IS_NULL(argv[1]) && JSVAL_IS_OBJECT(argv[1])) { JSVAL_IS_NULL 2268 modules/widgetman/widgetman.c if ((argc==3) && !JSVAL_IS_NULL(argv[2]) && JSVAL_IS_STRING(argv[2])) { JSVAL_IS_NULL 76 src/scenegraph/dom_smjs.c #define JSVAL_CHECK_STRING(_v) (JSVAL_IS_STRING(_v) || JSVAL_IS_NULL(_v)) JSVAL_IS_NULL 84 src/scenegraph/dom_smjs.c if (!JSVAL_CHECK_STRING(val) || JSVAL_IS_NULL(val)) return NULL; JSVAL_IS_NULL 99 src/scenegraph/dom_smjs.c if (!JSVAL_CHECK_STRING(val) || JSVAL_IS_NULL(val)) return NULL; JSVAL_IS_NULL 105 src/scenegraph/dom_smjs.c if (!JSVAL_CHECK_STRING(val) || JSVAL_IS_NULL(val)) return NULL; JSVAL_IS_NULL 967 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(funval) ) { JSVAL_IS_NULL 1111 src/scenegraph/dom_smjs.c if ((argc==2) && JSVAL_IS_OBJECT(argv[1]) && !JSVAL_IS_NULL(argv[1])) { JSVAL_IS_NULL 2915 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onabort)) gf_js_remove_root(c, &(ctx->onabort), GF_JSGC_VAL); JSVAL_IS_NULL 2916 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onerror)) gf_js_remove_root(c, &(ctx->onerror), GF_JSGC_VAL); JSVAL_IS_NULL 2917 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onload)) gf_js_remove_root(c, &(ctx->onload), GF_JSGC_VAL); JSVAL_IS_NULL 2918 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onloadend)) gf_js_remove_root(c, &(ctx->onloadend), GF_JSGC_VAL); JSVAL_IS_NULL 2919 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onloadstart)) gf_js_remove_root(c, &(ctx->onloadstart), GF_JSGC_VAL); JSVAL_IS_NULL 2920 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onprogress)) gf_js_remove_root(c, &(ctx->onprogress), GF_JSGC_VAL); JSVAL_IS_NULL 2921 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onreadystatechange)) gf_js_remove_root(c, &(ctx->onreadystatechange), GF_JSGC_VAL); JSVAL_IS_NULL 2922 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->ontimeout)) gf_js_remove_root(c, &(ctx->ontimeout), GF_JSGC_VAL); JSVAL_IS_NULL 2977 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onreadystatechange)) JSVAL_IS_NULL 3062 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onloadstart) ) { JSVAL_IS_NULL 3179 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onload)) { JSVAL_IS_NULL 3183 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onloadend)) { JSVAL_IS_NULL 3226 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onprogress) ) { JSVAL_IS_NULL 3242 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onprogress) ) { JSVAL_IS_NULL 3340 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onerror) ) { JSVAL_IS_NULL 3416 src/scenegraph/dom_smjs.c if (JSVAL_IS_NULL(argv[0])) { JSVAL_IS_NULL 3482 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onabort)) { JSVAL_IS_NULL 3604 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onabort)) { JSVAL_IS_NULL 3609 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onerror)) { JSVAL_IS_NULL 3614 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onload)) { JSVAL_IS_NULL 3619 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onloadstart) ) { JSVAL_IS_NULL 3624 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onloadend)) { JSVAL_IS_NULL 3629 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onprogress) ) { JSVAL_IS_NULL 3634 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->onreadystatechange)) { JSVAL_IS_NULL 3639 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL(ctx->ontimeout)) { JSVAL_IS_NULL 3782 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL( *callbackfuncval )) { JSVAL_IS_NULL 3796 src/scenegraph/dom_smjs.c if (! JSVAL_IS_NULL( *callbackfuncval )) { JSVAL_IS_NULL 69 src/scenegraph/html5_media_smjs.c #define JSVAL_CHECK_STRING(_v) (JSVAL_IS_STRING(_v) || JSVAL_IS_NULL(_v)) JSVAL_IS_NULL 1230 src/scenegraph/html5_media_smjs.c if (! JSVAL_IS_NULL(tracklist->onchange)) { JSVAL_IS_NULL 1256 src/scenegraph/html5_media_smjs.c if (! JSVAL_IS_NULL(tracklist->onaddtrack)) { JSVAL_IS_NULL 1280 src/scenegraph/html5_media_smjs.c if (! JSVAL_IS_NULL(tracklist->onremovetrack) ) { JSVAL_IS_NULL 40 src/scenegraph/html5_mse_smjs.c #define JSVAL_CHECK_STRING(_v) (JSVAL_IS_STRING(_v) || JSVAL_IS_NULL(_v)) JSVAL_IS_NULL 215 src/scenegraph/html5_mse_smjs.c if (!argc || JSVAL_IS_NULL(argv[0]) || !JSVAL_IS_OBJECT(argv[0])) { JSVAL_IS_NULL 499 src/scenegraph/html5_mse_smjs.c if (!argc || JSVAL_IS_NULL(argv[0]) || !JSVAL_IS_OBJECT(argv[0])) { JSVAL_IS_NULL 714 src/scenegraph/html5_mse_smjs.c if (!argc || JSVAL_IS_NULL(argv[0]) || !JSVAL_IS_OBJECT(argv[0])) { JSVAL_IS_NULL 798 src/scenegraph/html5_mse_smjs.c if (argc && !JSVAL_IS_NULL(argv[0]) && JSVAL_IS_INT(argv[0])) { JSVAL_IS_NULL 43 src/scenegraph/svg_smjs.c #define JSVAL_CHECK_STRING(_v) (JSVAL_IS_STRING(_v) || JSVAL_IS_NULL(_v)) JSVAL_IS_NULL 1116 src/scenegraph/svg_smjs.c if (JSVAL_IS_NULL(argv[1]) || !JSVAL_IS_OBJECT(argv[1])) return JS_TRUE; JSVAL_IS_NULL 1149 src/scenegraph/svg_smjs.c if (JSVAL_IS_NULL(argv[1]) || !JSVAL_IS_OBJECT(argv[1])) return JS_TRUE; JSVAL_IS_NULL 1185 src/scenegraph/svg_smjs.c if (JSVAL_IS_NULL(argv[1]) || !JSVAL_IS_OBJECT(argv[1])) return JS_TRUE; JSVAL_IS_NULL 1027 src/scenegraph/vrml_smjs.c if (!JSVAL_IS_OBJECT(argv[0]) || JSVAL_IS_NULL(argv[0]) || !GF_JS_InstanceOf(c, JSVAL_TO_OBJECT(argv[0]), &js_rt->SFNodeClass, NULL) ) return JS_FALSE; JSVAL_IS_NULL 1029 src/scenegraph/vrml_smjs.c if (JSVAL_IS_STRING(argv[1]) && JSVAL_IS_NULL(argv[2]) && JSVAL_IS_NULL(argv[3])) { JSVAL_IS_NULL 2882 src/scenegraph/vrml_smjs.c if (JSVAL_IS_NULL(*vp) ) return JS_FALSE; JSVAL_IS_NULL 3545 src/scenegraph/vrml_smjs.c if ((field->fieldType != GF_SG_VRML_SFNODE) && JSVAL_IS_NULL(val)) return JS_TRUE; JSVAL_IS_NULL 3692 src/scenegraph/vrml_smjs.c if (JSVAL_IS_NULL(val)) { JSVAL_IS_NULL 3746 src/scenegraph/vrml_smjs.c if (JSVAL_IS_NULL(item)) break;