Home
last modified time | relevance | path

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

/external/v8/benchmarks/spinning-balls/
Dv.js91 function PointsList() { class
97 PointsList.prototype.add = function (point) {
105 PointsList.prototype.remove = function (point) {
477 livePoints = new PointsList;
478 dyingPoints = new PointsList;