RFR 8055796: JSObject and browser JSObject linkers should provide fallback to call underlying Java methods directly

A. Sundararajan sundararajan.athijegannathan at oracle.com
Fri Aug 22 10:29:05 UTC 2014


Yes, such properties are shadowed - but user can retrieve the value of 
such properties using

     var x = obj["getMember(String)"]('foo()');

Thanks
-Sundar


On Friday 22 August 2014 03:31 PM, Hannes Wallnoefer wrote:
> +1
>
> I don't like the fact that this will shadow property names containing 
> '(' but I think it's an acceptable compromise.
>
> Hannes
>
> Am 2014-08-22 um 11:11 schrieb A. Sundararajan:
>> Please ignore earlier webrev. Please review updated one @ 
>> http://cr.openjdk.java.net/~sundar/8055796/webrev.01/
>>
>> Thanks
>> -Sundar
>>
>> On Friday 22 August 2014 11:00 AM, A. Sundararajan wrote:
>>> Please review http://cr.openjdk.java.net/~sundar/8055796/
>>>
>>> Thanks,
>>> -Sundar
>>
>



More information about the nashorn-dev mailing list