Home | History | Annotate | Download | only in compiler

Lines Matching refs:function

28 function Get0(a) {
32 function GetN(a,n) {
36 function GetA0(a) {
40 function GetAN(a,n) {
44 function GetAAN(a,n) {
48 function RunGetTests() {
68 function Set07(a) {
72 function Set0V(a, v) {
76 function SetN7(a, n) {
80 function SetNX(a, n, x) {
84 function RunSetTests(a) {
111 function RunArrayBoundsCheckTest() {
114 function f(a, i) { a[i] = 42; }