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

/external/v8/test/mjsunit/compiler/
H A Dinline-closures.js32 function mkClosure(continuation) { function
41 object.f = mkClosure('g');
42 object.g = mkClosure('h');
43 object.h = mkClosure('x');

Completed in 424 milliseconds