Home
last modified time | relevance | path

Searched refs:typeError1 (Results 1 – 10 of 10) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptableObject.java244 throw ScriptRuntime.typeError1("msg.set.prop.no.setter", name); in setValue()
976 throw ScriptRuntime.typeError1("msg.default.value", arg); in getDefaultValue()
1864 throw ScriptRuntime.typeError1( in checkPropertyChange()
1867 throw ScriptRuntime.typeError1( in checkPropertyChange()
1876 throw ScriptRuntime.typeError1( in checkPropertyChange()
1880 throw ScriptRuntime.typeError1( in checkPropertyChange()
1885 throw ScriptRuntime.typeError1( in checkPropertyChange()
1889 throw ScriptRuntime.typeError1( in checkPropertyChange()
1893 throw ScriptRuntime.typeError1( in checkPropertyChange()
1896 throw ScriptRuntime.typeError1( in checkPropertyChange()
[all …]
H A DIdFunctionObject.java110 throw ScriptRuntime.typeError1("msg.not.ctor", functionName); in createObject()
H A DBaseFunction.java75 throw ScriptRuntime.typeError1("msg.instanceof.bad.prototype", in hasInstance()
299 throw ScriptRuntime.typeError1("msg.incompat.call", in realFunction()
H A DNativeIterator.java143 throw ScriptRuntime.typeError1("msg.no.properties", in jsConstructor()
H A DFunctionObject.java415 throw ScriptRuntime.typeError1("msg.incompat.call", in call()
H A DScriptRuntime.java2381 throw typeError1("msg.not.ctor", "eval"); in newSpecial()
3344 throw typeError1("msg.undef.with", toString(obj)); in enterWith()
3702 public static EcmaError typeError1(String messageId, String arg1) in typeError1() method in ScriptRuntime
3765 return typeError1("msg.function.not.found", msg); in notFunctionError()
3792 throw typeError1("msg.isnt.xml.object", toString(value)); in notXmlError()
H A DIdScriptableObject.java679 throw ScriptRuntime.typeError1("msg.incompat.call", in incompatibleCallError()
H A DNativeDate.java204 throw ScriptRuntime.typeError1("msg.toisostring.must.return.primitive", in execIdCall()
/dports/lang/rhino/rhino1_7R4/xmlimplsrc/org/mozilla/javascript/xmlimpl/
H A DXMLList.java716 throw ScriptRuntime.typeError1("msg.isnt.function", in applyOrCall()
763 throw ScriptRuntime.typeError1("msg.incompat.call", methodName); in call()
790 throw ScriptRuntime.typeError1("msg.not.ctor", "XMLList"); in construct()
/dports/lang/rhino/rhino1_7R4/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/
H A DXMLList.java1502 throw ScriptRuntime.typeError1("msg.isnt.function", in applyOrCall()
1558 throw ScriptRuntime.typeError1("msg.incompat.call", methodName); in call()
1586 throw ScriptRuntime.typeError1("msg.not.ctor", "XMLList"); in construct()