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

/external/chromium_org/v8/src/
H A Dmirror-debugger.js593 ObjectMirror.prototype.constructorFunction = function() {
783 var ctor = this.constructorFunction();
993 UnresolvedFunctionMirror.prototype.constructorFunction = function() {
2391 * "constructorFunction":{"ref":<number>},
2403 content.constructorFunction =
2404 this.serializeReference(mirror.constructorFunction());
/external/v8/src/
H A Dmirror-debugger.js584 ObjectMirror.prototype.constructorFunction = function() {
764 var ctor = this.constructorFunction();
927 UnresolvedFunctionMirror.prototype.constructorFunction = function() {
2221 * "constructorFunction":{"ref":<number>},
2232 content.constructorFunction =
2233 this.serializeReference(mirror.constructorFunction());

Completed in 63 milliseconds