Home
last modified time | relevance | path

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

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DProbes.cpp15 #define TYPEOF(cx,v) (v.isNull() ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DProbes.cpp15 #define TYPEOF(cx, v) (v.isNull() ? JSTYPE_NULL : JS_TypeOfValue(cx, v))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DProbes.cpp15 #define TYPEOF(cx,v) (v.isNull() ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djspubtd.h41 JSTYPE_NULL, /* null */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djspubtd.h41 JSTYPE_NULL, /* null */ enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djspubtd.h41 JSTYPE_NULL, /* null */ enumerator
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DNativeJavaObject.java211 private static final int JSTYPE_NULL = 1; // null field in NativeJavaObject
245 case JSTYPE_NULL: in getConversionWeight()
411 return JSTYPE_NULL; in getJSTypeCode()
476 case JSTYPE_NULL: in coerceTypeImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djspubtd.h56 JSTYPE_NULL, /* null */ enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djspubtd.h81 JSTYPE_NULL, /* null */ enumerator
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djspubtd.h89 JSTYPE_NULL, /* null */ enumerator
H A Djsinterp.c740 #define JSTYPE_NULL JSTYPE_LIMIT macro
741 #define TYPEOF(cx,v) (JSVAL_IS_NULL(v) ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
742 #define TYPENAME(t) (((t) == JSTYPE_NULL) ? js_null_str : js_type_str[t])
1016 case JSTYPE_NULL: in LogCall()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djspubtd.h89 JSTYPE_NULL, /* null */ enumerator
H A Djsinterp.c740 #define JSTYPE_NULL JSTYPE_LIMIT macro
741 #define TYPEOF(cx,v) (JSVAL_IS_NULL(v) ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
742 #define TYPENAME(t) (((t) == JSTYPE_NULL) ? js_null_str : js_type_str[t])
1016 case JSTYPE_NULL: in LogCall()
/dports/lang/spidermonkey17/js/src/
H A Djspubtd.h89 JSTYPE_NULL, /* null */ enumerator
H A Djsinterp.c740 #define JSTYPE_NULL JSTYPE_LIMIT macro
741 #define TYPEOF(cx,v) (JSVAL_IS_NULL(v) ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
742 #define TYPENAME(t) (((t) == JSTYPE_NULL) ? js_null_str : js_type_str[t])
1016 case JSTYPE_NULL: in LogCall()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djspubtd.h89 JSTYPE_NULL, /* null */ enumerator
H A Djsinterp.c740 #define JSTYPE_NULL JSTYPE_LIMIT macro
741 #define TYPEOF(cx,v) (JSVAL_IS_NULL(v) ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
742 #define TYPENAME(t) (((t) == JSTYPE_NULL) ? js_null_str : js_type_str[t])
1016 case JSTYPE_NULL: in LogCall()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djspubtd.h89 JSTYPE_NULL, /* null */ enumerator
H A Djsinterp.c740 #define JSTYPE_NULL JSTYPE_LIMIT macro
741 #define TYPEOF(cx,v) (JSVAL_IS_NULL(v) ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
742 #define TYPENAME(t) (((t) == JSTYPE_NULL) ? js_null_str : js_type_str[t])
1016 case JSTYPE_NULL: in LogCall()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djspubtd.h77 JSTYPE_NULL, /* null */ enumerator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djspubtd.h77 JSTYPE_NULL, /* null */ enumerator
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/serialization/
H A DBinarySerializer.cpp77 case JSTYPE_NULL: // This type is never actually returned (it's a JS2 feature) in HandleScriptVal()
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Djs_hello_moz.cpp279 case JSTYPE_NULL: in top_proptype()
382 case JSTYPE_NULL: return "null"; in stringize()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsinterp.c642 #define JSTYPE_NULL JSTYPE_LIMIT macro
643 #define TYPEOF(cx,v) (JSVAL_IS_NULL(v) ? JSTYPE_NULL : JS_TypeOfValue(cx,v))
644 #define TYPENAME(t) (((t) == JSTYPE_NULL) ? js_null_str : js_type_str[t])
918 case JSTYPE_NULL: in LogCall()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineIC.cpp7993 MOZ_ASSERT(type != JSTYPE_NULL); in DoTypeOfFallback()
8030 MOZ_ASSERT(type_ != JSTYPE_NULL); in generateStubCode()

12