Home
last modified time | relevance | path

Searched refs:isConstructCall (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-evaluate-locals-optimized.js147 assertEquals(testingConstructCall, frame.isConstructCall());
149 assertTrue(frame.isConstructCall());
151 assertFalse(frame.isConstructCall());
Ddebug-evaluate-locals-optimized-double.js156 assertEquals(testingConstructCall, frame.isConstructCall());
158 assertTrue(frame.isConstructCall());
160 assertFalse(frame.isConstructCall());
/external/v8/src/debug/
Dmirrors.js1685 FrameDetails.prototype.isConstructCall = function() { method in FrameDetails
1860 FrameMirror.prototype.isConstructCall = function() { method in FrameMirror
1861 return this.details_.isConstructCall();
2027 if (this.isConstructCall()) {
2926 content.constructCall = mirror.isConstructCall();