Home | History | Annotate | Download | only in webkit

Lines Matching refs:arguments

25 "This attempts to test that inlining preserves basic function.arguments functionality when said functionality is used from inside and outside getters and from inlined code, all at once; but it fails at this and instead finds other bugs particularly in the DFG stack layout machinery."
29 return [foo.arguments, bar.arguments].concat(o.f);
33 return [foo.arguments, bar.arguments, getter.arguments, fuzz.arguments];
37 return [foo.arguments, bar.arguments, getter.arguments].concat(fuzz(42, 56));
44 return [bar.arguments].concat(foo(o,b,c));