Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js1717 FrameDetails.prototype.isConstructCall = function() { method in FrameDetails
1896 FrameMirror.prototype.isConstructCall = function() { method in FrameMirror
1897 return this.details_.isConstructCall();
2038 if (this.isConstructCall()) {
2968 content.constructCall = mirror.isConstructCall();