Okay, I\'m a little stumped. I\'m probably missing something blatantly obvious but apparently I just can\'t see the forest for the trees:
I\'m trying to call a JavaS
For those who are intentionally creating a different subclass of the array implementation, and therefore can't use cx.newArray, what you can do is: add this line ScriptRuntime.setBuiltinProtoAndParent(fArgs, scope, TopLevel.Builtins.Array);
ScriptRuntime.setBuiltinProtoAndParent(fArgs, scope, TopLevel.Builtins.Array);