Searched defs:y (Results 1 – 3 of 3) sorted by relevance
21 void Foo(int x, double y) {} in Foo()22 float Foo(float x, float y) { return 0.0f; } in Foo()
26 var X={};function y(a,b){for(var c=b.length;--c>=0;){var d=b[c];if(X.hasOwnProperty(d))Ic in window… function
187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; }); argument