source:
trunk/openjdk/jdk/test/javax/script/Test4.js
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
File size: 123 bytes |
Line | |
---|---|
1 | function run() { |
2 | print("global run method"); |
3 | } |
4 | |
5 | var intfObj = { |
6 | run: function() { print("object run method"); } |
7 | }; |
Note:
See TracBrowser
for help on using the repository browser.