Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/regress/
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/
Dlapi.c921 static void f_call (lua_State *L, void *ud) { in f_call() function
949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()