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

/external/v8/test/mjsunit/
H A Dmirror-function.js43 function testFunctionMirror(f) { function
88 testFunctionMirror(function(){});
89 testFunctionMirror(function a(){return 1;});
90 testFunctionMirror(Math.sin);

Completed in 91 milliseconds