Searched refs:mkClosure (Results 1 - 1 of 1) sorted by relevance
/external/v8/test/mjsunit/compiler/ | ||
H A D | inline-closures.js | 32 function mkClosure(continuation) { function 41 object.f = mkClosure('g'); 42 object.g = mkClosure('h'); 43 object.h = mkClosure('x'); |
Completed in 77 milliseconds