Home
last modified time | relevance | path

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

/external/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));