Bug - Fixed Proxy records values return native java objects in javascript

fredg1

Member
ProxyRecordMethodWrapper.call doesn't support return values that are neither Java classes, nor proxy records. There are currently two of those: stat and slot (and no proxy record currently returns a slot, and only 1 returns a stat, which is why this bug seems obscure)

This causes
JavaScript:
myClass().primestat
to throw an exception
 
Top