Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_spelling.js28 checkWordSpelling(node.escapedText.toString(), node, sourcefile, fileName);
33 checkWordSpelling(word, node, sourcefile, fileName);
39 function checkWordSpelling(nodeText, node, sourcefile, fileName) { function