This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Tags: jsdoc3/rhino
Tags
Set prototype and parent scope for JavaAdapters extending ScriptableO… …bject.
The pass that tries to put locals into java registers as doubles was … …not functioning properly for values called as functions. Test case: function f(tree, callback) { callback(); f(tree, callback); }
Switch to __javaObject__ in the hope that it can be used more general… …ly in the future.
PreviousNext