Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcoffeescript.js8 function wordRegexp(words) { function
20 var wordOperators = wordRegexp(['and', 'or', 'not',
29 var keywords = wordRegexp(indentKeywords.concat(commonKeywords));
31 indentKeywords = wordRegexp(indentKeywords);
37 var constants = wordRegexp(commonConstants);
Dpython.js4 function wordRegexp(words) { function
15 var wordOperators = wordRegexp(['and', 'or', 'not', 'is', 'in']);
48 var keywords = wordRegexp(commonkeywords);
49 var builtins = wordRegexp(commonBuiltins);