MCPcopy
hub / github.com/witheve/Eve / bind

Function bind

src/codemirror.js:8374–8377  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

8372 }
8373
8374 function bind(f) {
8375 var args = Array.prototype.slice.call(arguments, 1);
8376 return function(){return f.apply(null, args);};
8377 }
8378
8379 var nonASCIISingleCaseWordChar = /[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;
8380 var isWordCharBasic = CodeMirror.isWordChar = function(ch) {

Callers 4

CodeMirrorFunction · 0.85
startWorkerFunction · 0.85
registerEventHandlersFunction · 0.85
leftButtonDownFunction · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected