Home
last modified time | relevance | path

Searched refs:JSTYPE_UNDEFINED (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djspubtd.h35 JSTYPE_UNDEFINED, /* undefined */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djspubtd.h35 JSTYPE_UNDEFINED, /* undefined */ enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djspubtd.h35 JSTYPE_UNDEFINED, /* undefined */ enumerator
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DNativeJavaObject.java210 private static final int JSTYPE_UNDEFINED = 0; // undefined type field in NativeJavaObject
238 case JSTYPE_UNDEFINED: in getConversionWeight()
414 return JSTYPE_UNDEFINED; in getJSTypeCode()
483 case JSTYPE_UNDEFINED: in coerceTypeImpl()
/dports/www/firefox/firefox-99.0/js/src/
H A Djspubtd.h35 JSTYPE_UNDEFINED, /* undefined */ enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djspubtd.h50 JSTYPE_UNDEFINED, /* undefined */ enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSAtom-inl.h143 JS_STATIC_ASSERT(JSTYPE_UNDEFINED == 0); in TypeName()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSAtom-inl.h168 static_assert(JSTYPE_UNDEFINED == 0); in TypeName()
H A DJSObject.h717 return ToPrimitiveSlow(cx, JSTYPE_UNDEFINED, vp); in ToPrimitive()
H A DJSObject.cpp2591 hint == JSTYPE_UNDEFINED ? "primitive type" in ReportCantConvert()
2600 hint == JSTYPE_UNDEFINED); in OrdinaryToPrimitive()
2675 MOZ_ASSERT(preferredType == JSTYPE_UNDEFINED || in ToPrimitiveSlow()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSAtom-inl.h168 static_assert(JSTYPE_UNDEFINED == 0); in TypeName()
H A DJSObject.h717 return ToPrimitiveSlow(cx, JSTYPE_UNDEFINED, vp); in ToPrimitive()
H A DJSObject.cpp2591 hint == JSTYPE_UNDEFINED ? "primitive type" in ReportCantConvert()
2600 hint == JSTYPE_UNDEFINED); in OrdinaryToPrimitive()
2675 MOZ_ASSERT(preferredType == JSTYPE_UNDEFINED || in ToPrimitiveSlow()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSAtom-inl.h165 static_assert(JSTYPE_UNDEFINED == 0); in TypeName()
H A DJSObject.h790 return ToPrimitiveSlow(cx, JSTYPE_UNDEFINED, vp); in ToPrimitive()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSAtom-inl.h168 static_assert(JSTYPE_UNDEFINED == 0); in TypeName()
H A DJSObject.h749 return ToPrimitiveSlow(cx, JSTYPE_UNDEFINED, vp); in ToPrimitive()
H A DJSObject.cpp2291 hint == JSTYPE_UNDEFINED ? "primitive type" in ReportCantConvert()
2300 hint == JSTYPE_UNDEFINED); in OrdinaryToPrimitive()
2375 MOZ_ASSERT(preferredType == JSTYPE_UNDEFINED || in ToPrimitiveSlow()
/dports/lang/spidermonkey60/firefox-60.9.0/js/ipc/
H A DJavaScriptShared.cpp157 case JSTYPE_UNDEFINED: in toVariant()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMIR.cpp1321 case JSTYPE_UNDEFINED: in printOpcode()
3285 type = JSTYPE_UNDEFINED; in foldsTo()
3318 static_assert(JSTYPE_UNDEFINED == 0); in foldsTo()
3321 MOZ_ASSERT(JSTYPE_UNDEFINED <= type && type < JSTYPE_LIMIT); in foldsTo()
3837 JSTYPE_UNDEFINED, JSTYPE_OBJECT, JSTYPE_FUNCTION, JSTYPE_STRING, in TypeOfName()
3935 case JSTYPE_UNDEFINED: in tryFoldTypeOf()
4174 MOZ_ASSERT_IF(input->type() == MIRType::Object, type == JSTYPE_UNDEFINED || in tryFoldTypeOf()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCWrappedNativeJSOps.cpp118 MOZ_ASSERT(hint == JSTYPE_STRING || hint == JSTYPE_UNDEFINED); in XPC_WN_Shared_toPrimitive()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCWrappedNativeJSOps.cpp118 MOZ_ASSERT(hint == JSTYPE_STRING || hint == JSTYPE_UNDEFINED); in XPC_WN_Shared_toPrimitive()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCWrappedNativeJSOps.cpp119 MOZ_ASSERT(hint == JSTYPE_STRING || hint == JSTYPE_UNDEFINED); in XPC_WN_Shared_toPrimitive()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCWrappedNativeJSOps.cpp117 MOZ_ASSERT(hint == JSTYPE_STRING || hint == JSTYPE_UNDEFINED); in XPC_WN_Shared_toPrimitive()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCWrappedNativeJSOps.cpp101 MOZ_ASSERT(hint == JSTYPE_STRING || hint == JSTYPE_UNDEFINED); in XPC_WN_Shared_toPrimitive()

123