Home | History | Annotate | Download | only in compiler

Lines Matching refs:function

30 function A() {
33 A.prototype.X = function (a, b, c) {
40 A.prototype.Y = function () {
44 A.prototype.Z = function () {
53 A.prototype.X.apply = function (receiver, args) {
54 return Function.prototype.apply.call(this, receiver, args);
61 function F1() { }
62 function F2() { F1.apply(this, arguments); }
63 function F3(x, y) {
69 function F31() {
73 function F4() {
87 (function () {
90 function G2() {
94 function G4() {
98 function adapt2to4(a, b, c, d) {
102 function adapt4to2(a, b) {
106 function test_adaptation() {
117 // Test arguments access from the inlined function.
119 function uninlinable(v) {
124 function toarr_inner() {
137 function toarr1(marker, a, b, c) {
141 function toarr2(marker, a, b, c) {
147 function test_toarr(toarr) {
161 // Test that arguments access from inlined function uses correct values.
162 (function () {
163 function inner(x, y) {
174 function outer(x, y) {
184 (function () {
185 function inner(x, y) {
196 function outer(x, y) {
210 (function () {
212 function test(outerCount, middleCount, innerCount) {
214 function inner(x,y) {
223 function middle(x,y) {
234 function outer(x,y) {
272 (function () {
275 function inner(a,b,c,d,e,f,g,h,i,j) {
294 function outer() {
315 (function () {
316 function inner(len,a,b,c) {
324 function outer() {