Searched refs:func3 (Results 1 - 7 of 7) sorted by relevance

/openjdk9/nashorn/test/script/basic/
H A DNASHORN-266.js58 function func3() { function
66 func3();
H A Derrorstack.js36 func3();
39 function func3() { function
H A DNASHORN-95.js40 function func3(x, y, z) { function
49 print("func3.length = " + func3.length);
H A DNASHORN-207_2.js148 function func3() { function
152 print(func3.arguments);
161 print(func3.caller);
162 fail("#22 func3.caller should have thrown TypeError");
170 func3.arguments = 10;
171 fail("#24 func3.arguments assign should have thrown TypeError");
179 func3.caller = true;
180 fail("#26 func3.caller assign should have thrown TypeError");
188 func3();
H A Darity.js33 function func3(a, b, c) { print(a, b, c); } function
61 func3(1, 2, 3);
/openjdk9/nashorn/test/script/nosecurity/treeapi/
H A DfunctionCall.js40 func3(4, n * m);
/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DAllLocations.java73 public Object func3(Object @AW [] arr) { method in class:AllLocations

Completed in 66 milliseconds