Home
last modified time | relevance | path

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

/third_party/parse5/test/utils/
Dgenerate-parsing-tests.js4 const serializeToDatFileFormat = require('./serialize-to-dat-file-format'); constant
79 const actual = serializeToDatFileFormat(node, opts.treeAdapter);
Dserialize-to-dat-file-format.js80 module.exports = function serializeToDatFileFormat(rootNode, treeAdapter) { function