MCPcopy Create free account
hub / github.com/sql-js/sql.js / langRe

Function langRe

documentation/javascript/application.js:155–160  ·  view source on GitHub ↗
(language, value, global)

Source from the content-addressed store, hash-verified

153 }
154
155 function langRe(language, value, global) {
156 return RegExp(
157 value,
158 'm' + (language.case_insensitive ? 'i' : '') + (global ? 'g' : '')
159 );
160 }
161
162 function findCode(pre) {
163 for (var i = 0; i < pre.childNodes.length; i++) {

Callers 2

compileModeFunction · 0.85
compileTerminatorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…