Home
last modified time | relevance | path

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

/external/v8/tools/
Dconsarray.js39 function ConsArray() { class
40 this.tail_ = new ConsArray.Cell(null, null);
53 ConsArray.prototype.concat = function(arr) {
56 this.tail_ = this.tail_.next = new ConsArray.Cell(null, null);
64 ConsArray.prototype.atEnd = function() {
74 ConsArray.prototype.next = function() {
89 ConsArray.Cell = function(data, next) {
Dprofile_view.js137 var nodesToTraverse = new ConsArray();
Dprofile.js706 var pairsToProcess = new ConsArray();