You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion, a is an Object, not a function. I don't know why rhino can execute these two testcases without throwing an exception and get two different result? Maybe it's a bug? or a feature?
So I need your help. Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered:
Testcase & Output
testcase1:
output1:
null
testcase2:
output2:
1
Other JS Engines Output
Rhino Version
1.7.11
Description
In my opinion,
a
is an Object, not a function. I don't know why rhino can execute these two testcases without throwing an exception and get two different result? Maybe it's a bug? or a feature?So I need your help. Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered: