mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
a66a71b8d7
- check static members of instances in JavaMembers.put - do not unwrap Wrappers before calling NativeJavaMethod.findFunction or NativeJavaObject.coerceType; both methods may need extra information provided by the wrapper. - separate Java signatures for resolving overloaded methods and script signatures for error messages, so we can distinguish primitive types from classes. - separate Java signatures for resolving overloaded methods and script signatures for error messages, so we can distinguish primitive types from classes. - prevent a NativeJavaClass from being treated as a wrapped instance of java.lang.Class - correct bug which preferred the *less* specific of two classes in NativeJavaMethod.preferSignature - add new LC3 conversion rules to NativeJavaObject.coerceTypes. - coerce JS numbers to Java numbers or chars only if the JS number is in range. |
||
---|---|---|
.. | ||
examples | ||
macbuild | ||
org/mozilla | ||
src/org/mozilla | ||
toolsrc/org/mozilla/javascript/tools | ||
Makefile | ||
manifest | ||
README.html |
<html> <body> <h1> <span CLASS=LXRSHORTDESC> Rhino: JavaScript in Java<p> </span> </h1> <span CLASS=LXRLONGDESC> Rhino is an implementation of JavaScript in Java. Documentation can be found <a href="http://www.mozilla.org/js/rhino/rhino.html">here</a>. </span> </body> </html>