Home | History | Annotate | Download | only in src

Lines Matching full:isconstructcall

1291 FrameDetails.prototype.isConstructCall = function() {
1410 FrameMirror.prototype.isConstructCall = function() {
1411 return this.details_.isConstructCall();
1515 if (this.isConstructCall()) {
2293 content.constructCall = mirror.isConstructCall();