Searched refs:f_call (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-convert-hole.js60 function f_call(f, test, test2, i) { function
75 f_call(test_arg(1.5), true, false, 0);
76 f_call(test_arg(2.5), true, true, 0);
77 f_call(test_arg(1), false, false, 1);
78 f_call(test_arg(2), false, true, 1);
79 %OptimizeFunctionOnNextCall(f_call);
80 f_call(test_arg(undefined), false, false, 2);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlapi.c915 struct CallS { /* data to `f_call' */
921 static void f_call (lua_State *L, void *ud) { function
949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);

Completed in 1314 milliseconds