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

/external/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js35 var testingConstructCall = false; variable
144 assertEquals(testingConstructCall, frame.isConstructCall());
227 testingConstructCall = true;
H A Ddebug-evaluate-locals-optimized.js35 var testingConstructCall = false; variable
134 assertEquals(testingConstructCall, frame.isConstructCall());
206 testingConstructCall = true;

Completed in 148 milliseconds