MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / cb

Function cb

src/classic/resource/Android/phonegap/cordova-2.7.0.js:3354–3356  ·  view source on GitHub ↗
(eventname)

Source from the content-addressed store, hash-verified

3352module.exports = function(strUrl, strWindowName, strWindowFeatures) {
3353 var iab = new InAppBrowser();
3354 var cb = function(eventname) {
3355 iab._eventHandler(eventname);
3356 };
3357
3358 // Don't catch calls that write to existing frames (e.g. named iframes).
3359 if (window.frames && window.frames[strWindowName]) {

Callers 4

queryRenderedFeaturesMethod · 0.50
queryRenderedFeaturesMethod · 0.50
eachChildMethod · 0.50
traverseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected