source: trunk/openjdk/jdk/test/javax/script/Test4.js

Last change on this file was 2, checked in by dmik, 15 years ago

Imported OpenJDK 6 b19 sources from Oracle.

File size: 123 bytes
Line 
1function run() {
2 print("global run method");
3}
4
5var intfObj = {
6 run: function() { print("object run method"); }
7};
Note: See TracBrowser for help on using the repository browser.