Home
last modified time | relevance | path

Searched refs:nonCallable (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/test/
Des5.js185 forEach(nonCallables, function (nonCallable) { argument
186 t.equal(false, ES.IsCallable(nonCallable), nonCallable + ' is not callable');
Dtests.js377 forEach(nonCallables, function (nonCallable) { argument
378 t.equal(false, ES.IsCallable(nonCallable), debug(nonCallable) + ' is not callable');