MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / fn

Function fn

javascript/selenium-webdriver/test/lib/promise_test.js:111–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110 it('arrayOfPrimitives', function () {
111 var fn = function () {}
112 const array = [true, fn, null, 123, '', undefined, 1]
113 return promise.fullyResolved(array).then(function (resolved) {
114 assert.strictEqual(array, resolved)

Callers 11

checkedNodeCallFunction · 0.50
forEachPropertyFunction · 0.50
forEachElementFunction · 0.50
forEachKeyFunction · 0.50
evaluateConditionMethod · 0.50
suiteFunction · 0.50
checkedCallFunction · 0.50
assertJSErrorFunction · 0.50
assertAsyncScriptPinnedFunction · 0.50
suiteFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected