Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js12 this._toCleanup = []; property in HTMLCanvas
20 this._toCleanup.push(img);
30 this._toCleanup.push(newFont);
36 this._toCleanup.push(p2d._getPath());
75 this._toCleanup.forEach(function(i) {