Home
last modified time | relevance | path

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

/external/webkit/SunSpider/tests/
Dv8-raytrace.js1640 Abstract.Insertion = function(adjacency) { argument
1641 this.adjacency = adjacency;
1649 if (this.adjacency && this.element.insertAdjacentHTML) {
1651 this.element.insertAdjacentHTML(this.adjacency, this.content);