Lines Matching refs:function
36 function Allocate4Kb(N) {
42 function AllocateXMb(X) {
46 function Node(v, next) { this.v = v; this.next = next; }
48 Node.prototype.execute = function (O) {
54 function LongList(N, x) {
59 var L = LongList(1024, function (O) {
65 function Incremental(O, x) {
69 function CreateCode(i) {
70 var f = new Function("return O.f_" + i);
98 function foo(O, x) {
111 function bar(x) {