rhino
Eval bug in Rhino inside a try/catch
Ok, I think I found a bug in Rhino.I am trying to dynamically eval code in the global scope, and it works fine if I just do eval.call(null, \"code to eval\");All was well until I tried to capture exce[详细]
2023-03-11 10:59 分类:问答Can one/has anyone used Mozilla's Rhino JS engine in a WebKit shell?
I am under the impression that WebKit is a more general framework into which multiple JavaScript engines can be plugged. Most prominently, we have both Apple\'s JavaScriptCore, and Google\'s V8.[详细]
2023-03-10 00:31 分类:问答Can't get RhinoMock to iterate throug a DataReader
I am trying to mock IDataReader with RhinoMocks, but I am having a hard time making it iterate through the DataRows. Here is what I have done so far:[详细]
2023-03-08 04:13 分类:问答How to extend netbeans javascript editor content assist to view Rhino accessible entities
I have introduced a开发者_StackOverflow社区 Rhino-based scripting language. In this language, by its nature of course, it is legal to write something like:[详细]
2023-03-07 11:24 分类:问答Getting the path of a script in Rhino
I\'m trying to get the path to a script executing in Rhino. I wou开发者_运维技巧ld prefer to not have to pass in the directory as the first argument. I don\'t even have a lead on how to get it. I\'m c[详细]
2023-03-07 00:59 分类:问答Accessing java Maps & Lists as JavaScript Objects in Rhino
Is there a way to access Java Maps and Lists as JavaScript Objects in Rhino? I have a Map which contains only other maps and lists of primitives and Strings, I\'d like to pass this to a Rhino script[详细]
2023-03-06 23:56 分类:问答Running JSLinux in Rhino
For the fun of it, I tried running JSLinux in Rhino using envjs and it doesn\'t seem to throw any errors, nor does it seem to work.[详细]
2023-03-06 20:39 分类:问答Rhino - dead in the water? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-05 22:05 分类:问答How do I load a javascript library in Rhino, from a server that uses gzip encoding?
In rhino, I\'m used to being able to load javascript libraries from a URL, e.g. load(\'http://latex.mathoverflow.net/mathjax/MathJax.js\')[详细]
2023-03-05 03:34 分类:问答java scripting with mozilla rhino and memory management problem
I\'m building an javascript api that will call som开发者_开发问答e java objects using mozilla rhino.[详细]
2023-03-03 07:07 分类:问答