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

/external/v8/test/mjsunit/
H A Ddebug-evaluate-locals-optimized-double.js37 var testingConstructCall = false; variable
154 assertEquals(testingConstructCall, frame.isConstructCall());
230 testingConstructCall = true;
H A Ddebug-evaluate-locals-optimized.js37 var testingConstructCall = false; variable
145 assertEquals(testingConstructCall, frame.isConstructCall());
211 testingConstructCall = true;

Completed in 1911 milliseconds