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

Function setUndefined

documentation/javascript/application.js:5780–5788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5778 // This is for making sure non-participating
5779 // matching groups are represented cross-browser (IE6-8)
5780 setUndefined = function() {
5781 var i = 1,
5782 len = arguments.length - 2;
5783 for ( ; i < len; i++ ) {
5784 if ( arguments[i] === undefined ) {
5785 match[i] = undefined;
5786 }
5787 }
5788 };
5789
5790 for ( ; i < len; i++ ) {
5791 group = groups[i];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…