HomeSort by relevance Sort by last modified time
    Searched full:constructedby (Results 1 - 5 of 5) sorted by null

  /external/v8/test/mjsunit/
debug-constructed-by.js 39 assertEquals(0, ctor.constructedBy().length);
40 assertEquals(0, ctor.constructedBy(0).length);
41 assertEquals(0, ctor.constructedBy(1).length);
42 assertEquals(0, ctor.constructedBy(10).length);
46 assertEquals(1, ctor.constructedBy().length);
47 assertEquals(1, ctor.constructedBy(0).length);
48 assertEquals(1, ctor.constructedBy(1).length);
49 assertEquals(1, ctor.constructedBy(10).length);
57 assertEquals(11, ctor.constructedBy().length);
58 assertEquals(11, ctor.constructedBy(0).length)
    [all...]
debug-references.js 83 testRequest(dcp, '{"type":"constructedBy"}', false);
94 testRequest(dcp, '{"handle":' + handle + ',"type":"constructedBy"}',
  /external/v8/src/
debug-debugger.js     [all...]
mirror-debugger.js 882 FunctionMirror.prototype.constructedBy = function(opt_max_instances) {
    [all...]
d8.js 849 return this.makeReferencesJSONRequest_(args, 'constructedBy');
    [all...]

Completed in 457 milliseconds