Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstring-fromcharcode.js38 function constFun(x) { return function(y) { return x; }; } function
69 : (num < 9) ? constFun(Object("dummy"))
70 : constFun(Object(42));
/external/chromium_org/v8/test/mjsunit/
Dstring-fromcharcode.js59 function constFun(x) { return function(y) { return x; }; } function
90 : (num < 9) ? constFun(Object("dummy"))
91 : constFun(Object(42));