Home
last modified time | relevance | path

Searched refs:ReportCannotConvertTo (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DTypedObject.cpp52 static void ReportCannotConvertTo(JSContext* cx, HandleValue fromValue, in ReportCannotConvertTo() function
695 ReportCannotConvertTo(cx, args[0], "ArrayType element specifier"); in construct()
700 ReportCannotConvertTo(cx, args[1], "ArrayType length specifier"); in construct()
860 ReportCannotConvertTo(cx, idValue, "StructType field name"); in create()
871 ReportCannotConvertTo(cx, fieldTypeVal, "StructType field specifier"); in create()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DTypedObject.cpp47 static void ReportCannotConvertTo(JSContext* cx, HandleValue fromValue, in ReportCannotConvertTo() function
597 ReportCannotConvertTo(cx, args[0], "ArrayType element specifier"); in construct()
602 ReportCannotConvertTo(cx, args[1], "ArrayType length specifier"); in construct()
719 ReportCannotConvertTo(cx, idValue, "StructType field name"); in create()
728 ReportCannotConvertTo(cx, fieldTypeVal, "StructType field specifier"); in create()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DTypedObject.cpp53 ReportCannotConvertTo(JSContext* cx, HandleValue fromValue, const char* toType) in ReportCannotConvertTo() function
681 ReportCannotConvertTo(cx, args[0], "ArrayType element specifier"); in construct()
686 ReportCannotConvertTo(cx, args[1], "ArrayType length specifier"); in construct()
828 ReportCannotConvertTo(cx, idValue, "StructType field name"); in create()
838 ReportCannotConvertTo(cx, fieldTypeVal, "StructType field specifier"); in create()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DTypedObject.cpp50 ReportCannotConvertTo(JSContext* cx, HandleValue fromValue, const char* toType) in ReportCannotConvertTo() function
648 ReportCannotConvertTo(cx, args[0], "ArrayType element specifier"); in construct()
653 ReportCannotConvertTo(cx, args[1], "ArrayType length specifier"); in construct()
790 ReportCannotConvertTo(cx, idValue, "StructType field name"); in create()
800 ReportCannotConvertTo(cx, fieldTypeVal, "StructType field specifier"); in create()