Searched defs:isKeyword (Results 1 – 11 of 11) sorted by relevance
91 isKeyword(word) { return this.keywords.test(word) } method in Parser
84 isKeyword(word) { return this.keywords.test(word) } method in Parser
109 public static function isKeyword($word) function in Hoa\\Consistency\\Consistency
270 function isKeyword(id) { function
174 private function isKeyword($type) function in phpDocumentor\\Reflection\\TypeResolver
386 function isKeyword(propertyName) { function
490 Parser.prototype.isKeyword = function isKeyword (word) { return this.keywords.test(word) }; method in Parser
496 Parser.prototype.isKeyword = function isKeyword (word) { return this.keywords.test(word) }; method in Parser
503 Parser.prototype.isKeyword = function isKeyword (word) { return this.keywords.test(word) }; method in Parser
509 Parser.prototype.isKeyword = function isKeyword (word) { return this.keywords.test(word) }; method in Parser
33 var isKeyword = makePredicate("break case catch continue debugger default do else finally for funct… variable713 Tokenizer.prototype.isKeyword = function isKeyword$$1(word) { method in Tokenizer