Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js1291 FrameDetails.prototype.isConstructCall = function() { method in FrameDetails
1410 FrameMirror.prototype.isConstructCall = function() { method in FrameMirror
1411 return this.details_.isConstructCall();
1515 if (this.isConstructCall()) {
2293 content.constructCall = mirror.isConstructCall();