Searched refs:isConstructCall (Results 1 – 3 of 3) sorted by relevance
147 assertEquals(testingConstructCall, frame.isConstructCall());149 assertTrue(frame.isConstructCall());151 assertFalse(frame.isConstructCall());
156 assertEquals(testingConstructCall, frame.isConstructCall());158 assertTrue(frame.isConstructCall());160 assertFalse(frame.isConstructCall());
1685 FrameDetails.prototype.isConstructCall = function() { method in FrameDetails1860 FrameMirror.prototype.isConstructCall = function() { method in FrameMirror1861 return this.details_.isConstructCall();2027 if (this.isConstructCall()) {2926 content.constructCall = mirror.isConstructCall();