MCPcopy Create free account
hub / github.com/bnmgh1/node-sandbox / callback

Function callback

util/cover_construct_function.js:104–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 result = this;
103
104 function callback() {
105 var args = [];
106 args[0] = [];
107 var length = arguments[0].length;
108 var name_;
109 for (var i = 0; i < length; i++) {
110 name_ = globalMy.foundJsdomName(arguments[0][i], "MutationRecord");
111 args[0][i] = globalMy.element[name_];
112 }
113 args[1] = result;
114 // debugger;
115 // callback_function.apply(result, args);
116 }
117
118 return this;
119}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected