Hi,

jsarray.propertyIsEnumerable(
'length')

or

javaarray.propertyIsEnumerable('length')

does return different results, i debugged it and it is because
NativeJavaArray != ScriptableObject so doesnt support testing for

result = ((attrs & ScriptableObject.*DONTENUM*) == 0);

But the question is is it logical that it doesnt behave the same?

johan
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to