Searched defs:isConstructCall (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmirror-debugger.js1303 FrameDetails.prototype.isConstructCall = function() {
1461 FrameMirror.prototype.isConstructCall = function() {
1462 return this.details_.isConstructCall();
1596 if (this.isConstructCall()) {
2364 content.constructCall = mirror.isConstructCall();

Completed in 42 milliseconds