Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Dmirror-delay.js1270 FrameDetails.prototype.isConstructCall = function() { method in FrameDetails
1389 FrameMirror.prototype.isConstructCall = function() { method in FrameMirror
1390 return this.details_.isConstructCall();
1494 if (this.isConstructCall()) {
2201 content.constructCall = mirror.isConstructCall();