SYMBOL INDEX (407 symbols across 34 files) FILE: build/plugins/vite-plugin-bem-levels.js constant BEM_PREFIX (line 3) | const BEM_PREFIX = 'bem:' constant VIRTUAL_PREFIX (line 4) | const VIRTUAL_PREFIX = '\0bem:' function scanLevel (line 21) | function scanLevel(levelDir) { function scanDirectory (line 45) | function scanDirectory(dir, modules, levelDir) { function parseModulesDefine (line 111) | function parseModulesDefine(source) { function parseEsModule (line 168) | function parseEsModule(source, filePath, levelDir) { function filePathToModuleName (line 197) | function filePathToModuleName(filePath, levelDir) { function parseDepsFile (line 214) | function parseDepsFile(filePath) { function normalizeDeps (line 231) | function normalizeDeps(raw) { function normalizeDep (line 261) | function normalizeDep(dep) { function bemEntityToModuleName (line 280) | function bemEntityToModuleName(entity, contextBlock) { function expandBemEntity (line 318) | function expandBemEntity(entity, contextBlock) { function buildRegistry (line 395) | function buildRegistry(levels, rootDir) { function generateBarrel (line 503) | function generateBarrel(name, entries, rootDir) { function safeIdentifier (line 533) | function safeIdentifier(name) { function bemLevels (line 551) | function bemLevels(options = {}) { FILE: build/plugins/vite-plugin-bem-levels.test.js constant ROOT (line 15) | const ROOT = resolve(import.meta.dirname, '../..'); FILE: common.blocks/cookie/cookie.js method get (line 12) | get(name) { method set (line 35) | set(name, val, options) { FILE: common.blocks/dom/dom.js constant EDITABLE_INPUT_TYPES (line 8) | const EDITABLE_INPUT_TYPES = new Set([ method contains (line 29) | contains(ctx, domElem) { method getFocused (line 48) | getFocused() { method containsFocus (line 58) | containsFocus(domElem) { method isFocusable (line 67) | isFocusable(domElem) { method isEditable (line 95) | isEditable(domElem) { FILE: common.blocks/functions/functions.vanilla.js method isFunction (line 12) | isFunction(obj) { method noop (line 22) | noop() {} FILE: common.blocks/i-bem-dom/__collection/i-bem-dom__collection.js function collectionMapMethod (line 122) | function collectionMapMethod(collection, methodName, args) { function buildProxyMethodForOne (line 126) | function buildProxyMethodForOne(methodName) { function buildAggregateProxyFn (line 132) | function buildAggregateProxyFn(arrayMethodName, entityMethodName) { function buildMapProxyFn (line 139) | function buildMapProxyFn(entityMethodName) { function buildProxyMethodForMany (line 146) | function buildProxyMethodForMany(methodName) { FILE: common.blocks/i-bem-dom/__collection/i-bem-dom__collection.spec.js function getEntityIds (line 133) | function getEntityIds(entities) { FILE: common.blocks/i-bem-dom/__events/_type/i-bem-dom__events_type_bem.js constant EVENT_PREFIX (line 11) | const EVENT_PREFIX = '__bem__', constant MOD_CHANGE_EVENT (line 11) | const EVENT_PREFIX = '__bem__', function wrapperFn (line 49) | function wrapperFn(fn, fnCtx, fnId) { FILE: common.blocks/i-bem-dom/__events/_type/i-bem-dom__events_type_bem.spec.js function initDom (line 52) | function initDom(bemjson) { function initDom (line 643) | function initDom(bemjson) { function createDomNode (line 1009) | function createDomNode(bemjson) { FILE: common.blocks/i-bem-dom/__events/_type/i-bem-dom__events_type_dom.js function wrapperFn (line 19) | function wrapperFn(fn) { FILE: common.blocks/i-bem-dom/__events/_type/i-bem-dom__events_type_dom.spec.js function initDom (line 781) | function initDom(bemjson) { function createDomNode (line 1065) | function createDomNode(bemjson) { FILE: common.blocks/i-bem-dom/__events/i-bem-dom__events.js method __constructor (line 25) | __constructor(params, fnWrapper, eventBuilder) { method on (line 39) | on(e, data, fn, _fnCtx, _isOnce) { method _bindSingle (line 58) | _bindSingle(event, origEvent, data, fn, _fnCtx, _isOnce, params) { method once (line 94) | once(e, data, fn, _fnCtx) { method un (line 110) | un(e, fn, _fnCtx) { method _unbindByEvent (line 143) | _unbindByEvent(fnStorage, e) { method __constructor (line 177) | __constructor(eventManagers) { method __constructor (line 213) | __constructor(getEntityCls) { method getEventManager (line 226) | getEventManager(ctx, bindCtx, bindScope) { method _buildEventManagerParams (line 267) | _buildEventManagerParams(bindCtx, bindScope, ctxSelector, ctxCls) { method _createEventManager (line 325) | _createEventManager(ctx, params, isInstance) { FILE: common.blocks/i-bem-dom/i-bem-dom.js constant BEM_CLASS_NAME (line 49) | const BEM_CLASS_NAME = 'i-bem' constant BEM_SELECTOR (line 50) | const BEM_SELECTOR = '.' + BEM_CLASS_NAME constant BEM_PARAMS_ATTR (line 51) | const BEM_PARAMS_ATTR = 'data-bem' constant NAME_PATTERN (line 53) | const NAME_PATTERN = bemInternal.NAME_PATTERN constant MOD_DELIM (line 55) | const MOD_DELIM = bemInternal.MOD_DELIM constant ELEM_DELIM (line 56) | const ELEM_DELIM = bemInternal.ELEM_DELIM function initEntities (line 75) | function initEntities(domElem, uniqInitId, dropElemCacheQueue) { function initEntity (line 102) | function initEntity(entityName, domElem, params, ignoreLazyInit, callbac... function getEntityCls (line 144) | function getEntityCls(entityName) { function processParams (line 159) | function processParams(params, entityName, uniqInitId) { function findDomElem (line 175) | function findDomElem(ctx, selector, excludeSelf) { function getParams (line 187) | function getParams(domNode) { function getEntityParams (line 202) | function getEntityParams(domNode, entityName) { function extractParams (line 212) | function extractParams(domNode) { function removeDomNodeFromEntity (line 222) | function removeDomNodeFromEntity(entity, domNode) { function storeDomNodeParents (line 235) | function storeDomNodeParents(domElem) { function dropElemCacheForCtx (line 245) | function dropElemCacheForCtx(ctx, dropElemCacheQueue) { function buildElemKey (line 264) | function buildElemKey(elem) { function getJqueryCollection (line 284) | function getJqueryCollection(html) { function validateBlockParam (line 295) | function validateBlockParam(Block) { function getEntityBase (line 311) | function getEntityBase(baseCls, entityName, base) { function getEntityFromDom (line 923) | function getEntityFromDom(domNode, BemDomEntity) { FILE: common.blocks/i-bem-dom/i-bem-dom.spec.js function find (line 398) | function find() { function find (line 406) | function find() { function find (line 445) | function find() { function find (line 453) | function find() { function find (line 501) | function find() { function find (line 509) | function find() { function find (line 548) | function find() { function find (line 556) | function find() { function find (line 588) | function find() { function find (line 596) | function find() { function find (line 617) | function find() { function find (line 625) | function find() { function createDomNode (line 1840) | function createDomNode(bemjson) { function initDom (line 1844) | function initDom(bemjson) { function getEntityIds (line 1848) | function getEntityIds(entities) { FILE: common.blocks/i-bem/__collection/i-bem__collection.js method __constructor (line 14) | __constructor(entities) { method get (line 80) | get(i) { method filter (line 123) | filter(...args) { method has (line 148) | has(entity) { method find (line 158) | find(fn, ctx) { method concat (line 168) | concat(...args) { method size (line 179) | size() { method toArray (line 187) | toArray() { function buildForEachEntityMethodProxyFn (line 192) | function buildForEachEntityMethodProxyFn(methodName) { function buildEntitiesMethodProxyFn (line 201) | function buildEntitiesMethodProxyFn(methodName) { function buildComplexProxyFn (line 208) | function buildComplexProxyFn(arrayMethodName, entityMethodName) { FILE: common.blocks/i-bem/__internal/i-bem__internal.vanilla.js constant MOD_DELIM (line 10) | const MOD_DELIM = '_' constant ELEM_DELIM (line 17) | const ELEM_DELIM = '__' constant NAME_PATTERN (line 24) | const NAME_PATTERN = '[a-zA-Z0-9-]+' function isSimple (line 26) | function isSimple(obj) { function buildModPostfix (line 31) | function buildModPostfix(modName, modVal) { function buildBlockClassName (line 40) | function buildBlockClassName(name, modName, modVal) { function buildElemClassName (line 44) | function buildElemClassName(block, name, modName, modVal) { method buildClassName (line 66) | buildClassName(block, elem, modName, modVal) { method buildClassNames (line 95) | buildClassNames(block, elem, mods) { FILE: common.blocks/i-bem/i-bem.vanilla.js constant ELEM_DELIM (line 12) | const ELEM_DELIM = bemInternal.ELEM_DELIM function buildModFnName (line 35) | function buildModFnName(prefix, modName, modVal) { function buildSpecialModFn (line 52) | function buildSpecialModFn(modVal, curModFn, prevModFn, condition) { function modFnsToProps (line 80) | function modFnsToProps(prefix, modFns, props) { function buildCheckMod (line 109) | function buildCheckMod(modName, modVal) { function checkMod (line 128) | function checkMod(block, modName, modVal) { function convertModHandlersToMethods (line 137) | function convertModHandlersToMethods(props) { function declEntity (line 146) | function declEntity(baseCls, entityName, base, props, staticProps) { method declBlock (line 557) | declBlock(blockName, base, props, staticProps) { method declElem (line 584) | declElem(blockName, elemName, base, props, staticProps) { method declMixin (line 618) | declMixin(props, staticProps) { method _runInitFns (line 627) | _runInitFns() { FILE: common.blocks/i18n/i18n.i18n.js function i18n (line 12) | function i18n(keyset, key, params) { FILE: common.blocks/idle/idle.js constant IDLE_TIMEOUT (line 9) | const IDLE_TIMEOUT = 3000, constant USER_EVENTS (line 9) | const IDLE_TIMEOUT = 3000, FILE: common.blocks/inherit/inherit.vanilla.js function override (line 18) | function override(base, res, add) { function applyMixins (line 48) | function applyMixins(mixins, res) { function inherit (line 69) | function inherit() { FILE: common.blocks/loader/_type/loader_type_bundle.js constant LOADING_TIMEOUT (line 6) | const LOADING_TIMEOUT = 30000 FILE: common.blocks/objects/objects.vanilla.js method extend (line 13) | extend(target, source) { method isEmpty (line 32) | isEmpty(obj) { method each (line 42) | each(obj, fn, ctx) { FILE: common.blocks/tick/tick.vanilla.js constant TICK_INTERVAL (line 9) | const TICK_INTERVAL = 50, FILE: common.blocks/uri/__querystring/uri__querystring.spec.js function test (line 53) | function test(cases) { FILE: common.blocks/uri/__querystring/uri__querystring.vanilla.js function addParam (line 8) | function addParam(res, name, val) { method parse (line 18) | parse(str) { method stringify (line 59) | stringify(obj) { FILE: common.blocks/uri/uri.vanilla.js function convert (line 9) | function convert(str) { function decode (line 18) | function decode(fn, str) { method decodeURI (line 39) | decodeURI(str) { method decodeURIComponent (line 48) | decodeURIComponent(str) { FILE: test/browser.spec.js constant MAX_ALLOWED_FAILURES (line 3) | const MAX_ALLOWED_FAILURES = 0; FILE: test/browser/bemhtml-shim.js constant BEM_JS_CLASS (line 12) | const BEM_JS_CLASS = 'i-bem'; constant BEMHTML (line 14) | const BEMHTML = { method apply (line 15) | apply(bemjson, ctx) { method _render (line 26) | _render(node, ctx) { FILE: test/browser/modules-shim.js function createModulesShim (line 12) | function createModulesShim(preRegistered) { FILE: test/dist/build-fixtures.js function buildHTML (line 54) | function buildHTML(platform, specs) { FILE: test/dist/fixtures/chai.js function require (line 1) | function require(e){var t=require.modules[e];if(!t)throw new Error('fail... function i (line 1) | function i(e){throw new Error('failed to find latest module of "'+e+'"')} function i (line 1) | function i(){function e(e,i){Object.keys(i).forEach(function(r){~t.index... function r (line 1) | function r(e,t,r){var n=i("name","message","stack","constructor","toJSON... function i (line 1) | function i(e){var t=Object.prototype.toString.call(e);return n[t]?n[t]:n... function r (line 1) | function r(){this.tests={}} function i (line 1) | function i(e,t,i){return r(e,t)?!0:"date"===d(e)?o(e,t):"regexp"===d(e)?... function r (line 1) | function r(e,t){return e===t?0!==e||1/e===1/t:e!==e&&t!==t} function n (line 1) | function n(e,t){return d(e)===d(t)} function o (line 1) | function o(e,t){return"date"!==d(t)?!1:r(e.getTime(),t.getTime())} function s (line 1) | function s(e,t){return"regexp"!==d(t)?!1:r(e.toString(),t.toString())} function a (line 1) | function a(e,t,r){return"arguments"!==d(t)?!1:(e=[].slice.call(e),t=[].s... function c (line 1) | function c(e){var t=[];for(var i in e)t.push(i);return t} function u (line 1) | function u(e,t){if(e.length!==t.length)return!1;for(var i=0,r=!0;in;n++){var s=e[n];r?("und... function t (line 1) | function t(e){-1===i.indexOf(e)&&i.push(e)} function i (line 1) | function i(e,t,i,n){var o={showHidden:t,seen:[],stylize:function(e){retu... function r (line 1) | function r(t,i,p){if(i&&"function"==typeof i.inspect&&i.inspect!==e.insp... function n (line 1) | function n(e,t){switch(typeof t){case"undefined":return e.stylize("undef... function o (line 1) | function o(e){return"["+Error.prototype.toString.call(e)+"]"} function s (line 1) | function s(e,t,i,r,n){for(var o=[],s=0,c=t.length;c>s;++s)Object.prototy... function a (line 1) | function a(e,t,i,n,o,s){var a,c;if(t.__lookupGetter__&&(t.__lookupGetter... function c (line 1) | function c(e,t,i){var r=0,n=e.reduce(function(e,t){return r++,t.indexOf(... function u (line 1) | function u(e){return Array.isArray(e)||"object"==typeof e&&"[object Arra... function h (line 1) | function h(e){return"object"==typeof e&&"[object RegExp]"===p(e)} function l (line 1) | function l(e){return"object"==typeof e&&"[object Date]"===p(e)} function f (line 1) | function f(e){return"object"==typeof e&&"[object Error]"===p(e)} function p (line 1) | function p(e){return Object.prototype.toString.call(e)} FILE: test/dist/fixtures/mocha.js function t (line 1) | function t(e){var n=t.resolve(e),r=t.modules[n];if(!r)throw new Error('f... function e (line 1) | function e(){for(var t=(new r).getTime();f.length&&(new r).getTime()-t<1... function t (line 1) | function t(t){return{newPos:t.newPos,components:t.components.slice(0)}} function e (line 1) | function e(t){for(var e=[],n=0;n=c?Math.round(t/c)+"d":t>=l?Math.round(t/l)+"h":t... function i (line 1) | function i(t){return s(t,c,"day")||s(t,l,"hour")||s(t,u,"minute")||s(t,a... function s (line 1) | function s(t,e,n){return e>t?void 0:1.5*e>t?Math.floor(t/e)+" "+n:Math.c... function o (line 1) | function o(t){var e=this.stats={suites:0,tests:0,passes:0,pending:0,fail... function s (line 1) | function s(t,e){return t=String(t),Array(e-t.length+1).join(" ")+t} function a (line 1) | function a(t,e){var n=l(t,"WordsWithSpace",e),r=n.split("\n");if(r.lengt... function u (line 1) | function u(t,e){function n(t){return e&&(t=c(t)),"+"===t[0]?o+f("diff ad... function l (line 1) | function l(t,e,n){var r=n?c(t.actual):t.actual,o=n?c(t.expected):t.expec... function c (line 1) | function c(t){return t.replace(/\t/g,"").replace(/\r/g,"").repl... function f (line 1) | function f(t,e){return e.split("\n").map(function(e){return w(t,e)}).joi... function p (line 1) | function p(t,e){return t=Object.prototype.toString.call(t),e=Object.prot... function r (line 1) | function r(t){function e(){return Array(n).join(" ")}o.call(this,t);var... function r (line 1) | function r(t){s.call(this,t);var e=this,n=(this.stats,.75*s.window.width... function o (line 1) | function o(){} function r (line 1) | function r(t){var e=n("jade"),r=__dirname+"/templates/coverage.jade",u=a... function o (line 1) | function o(t){return t>=75?"high":t>=50?"medium":t>=25?"low":"terrible"} function o (line 1) | function o(t){f.call(this,t);var e,n,r=this,o=this.stats,v=(t.total,s(m)... function i (line 1) | function i(t){document.body.appendChild(s('
%s":">",s=[];for(var a in e)s.push(a+'="'... function u (line 2) | function u(t){return""} function o (line 2) | function o(t,e){this.title=t,this.fn=e,this.async=e&&e.length,this.sync=... function i (line 2) | function i(){} function e (line 2) | function e(t){i||(i=!0,s.emit("error",t||new Error("done() called multip... function n (line 2) | function n(n){var r=s.timeout();if(!s.timedOut){if(o)return e(n||s._trac... function r (line 2) | function r(t){var e=t.call(u);e&&"function"==typeof e.then?(s.resetTimeo... function o (line 2) | function o(t){var e=this;this._globals=[],this._abort=!1,this.suite=t,th... function s (line 2) | function s(){} function a (line 2) | function a(t,e){return p(e,function(e){if(/^d+/.test(e))return!1;if(n.na... function u (line 2) | function u(){if("object"==typeof i&&"string"==typeof i.version){var t=i.... function n (line 2) | function n(t){var o=i[t];return o?s.failures&&r.bail()?e():(s.currentRun... function r (line 2) | function r(s){return o.suite=s,s?void o.hook(t,function(t){if(t){var s=o... function n (line 2) | function n(t,r,o){var s=i.suite;i.suite=o?r.parent:r,i.suite?i.hookUp("a... function r (line 2) | function r(a,u){if(i.failures&&t._bail)return e();if(i._abort)return e()... function n (line 2) | function n(e){if(e)return e==t?r():r(e);if(i._abort)return r();var o=t.s... function r (line 2) | function r(n){i.suite=t,i.hook("afterAll",function(){i.emit("suite end",... function e (line 2) | function e(t){n.uncaught(t)} function r (line 2) | function r(t,e){this.title=t;var n=function(){};n.prototype=e,this.ctx=n... function o (line 2) | function o(){} function r (line 2) | function r(t,e){i.call(this,t,e),this.pending=!e,this.type="test"} function o (line 2) | function o(){} function r (line 2) | function r(t){return!~p.indexOf(t)} function o (line 2) | function o(t){return t.replace(//g,">").replace... FILE: test/dist/fixtures/sinon-chai.js function n (line 1) | function n(t){return"function"==typeof t&&"function"==typeof t.getCall&&... function a (line 1) | function a(t){return 1===t?"once":2===t?"twice":3===t?"thrice":(t||0)+" ... function i (line 1) | function i(t){return t&&n(t.proxy)} function o (line 1) | function o(t){if(!n(t._obj)&&!i(t._obj))throw new TypeError(e.inspect(t.... function c (line 1) | function c(t,e,a,i,o){function c(e){return t.printf.apply(t,e)}var l=i?"... function l (line 1) | function l(n,a,i){e.addProperty(t.Assertion.prototype,n,function(){o(thi... function r (line 1) | function r(n,i,l){e.addMethod(t.Assertion.prototype,n,function(t){o(this... function s (line 1) | function s(t,n,a){return function(){o(this);var i="always"+t[0].toUpperC... function u (line 1) | function u(n,a,i){var o=s(n,a,i);e.addProperty(t.Assertion.prototype,n,o)} function f (line 1) | function f(n,a,i,o){var c=s(a,i,o);e.addMethod(t.Assertion.prototype,n,c)} function d (line 1) | function d(t,e,n){f(t,t,e,n)} FILE: test/dist/fixtures/sinon.js function define (line 1) | function define(e,t,n){"samsam"==e?samsam=t():"function"==typeof t&&0===... function e (line 1) | function e(e){var t=e;return"number"==typeof e&&e!==t} function t (line 1) | function t(e){return f.toString.call(e).split(/[ \]]/)[1]} function n (line 1) | function n(e){if("Arguments"===t(e))return!0;if("object"!=typeof e||"num... function r (line 1) | function r(e){if(!e||1!==e.nodeType||!d)return!1;try{e.appendChild(d),e.... function o (line 1) | function o(e){var t,n=[];for(t in e)f.hasOwnProperty.call(e,t)&&n.push(t... function i (line 1) | function i(e){return"function"==typeof e.getTime&&e.getTime()==e.valueOf()} function s (line 1) | function s(e){return 0===e&&1/e===-(1/0)} function a (line 1) | function a(t,n){return t===n||e(t)&&e(n)?0!==t||s(t)===s(n):void 0} function u (line 1) | function u(s,u){function l(e){return!("object"!=typeof e||null===e||e in... function l (line 1) | function l(e,t){if(0===t.length)return!0;var n,r,o,i;for(n=0,r=e.length;... function t (line 1) | function t(e){if(!e)return"";if(e.displayName)return e.displayName;if(e.... function n (line 1) | function n(e,n){var r,o,i=t(n&&n.constructor),a=e.excludeConstructors||s... function r (line 1) | function r(e,t){if("object"!=typeof e)return!1;var n,r;for(n=0,r=t.lengt... function o (line 1) | function o(t,n,i,s){if("string"==typeof n){var u=t.quoteStrings,l="boole... function i (line 1) | function i(e){for(var t in e)this[t]=e[t]} function o (line 1) | function o(s,a){if(!n[s]){if(!t[s]){var u="function"==typeof require&&re... function parseTime (line 1) | function parseTime(e){if(!e)return 0;var t,n=e.split(":"),r=n.length,o=r... function getEpoch (line 1) | function getEpoch(e){if(!e)return 0;if("function"==typeof e.getTime)retu... function inRange (line 1) | function inRange(e,t,n){return n&&n.callAt>=e&&n.callAt<=t} function mirrorDateProperties (line 1) | function mirrorDateProperties(e,t){var n;for(n in t)t.hasOwnProperty(n)&... function createDate (line 1) | function createDate(){function e(t,n,r,o,i,s,a){switch(arguments.length)... function addTimer (line 1) | function addTimer(e,t){if(void 0===t.func)throw new Error("Callback must... function compareTimers (line 1) | function compareTimers(e,t){return e.callAtt.callA... function firstTimerInRange (line 1) | function firstTimerInRange(e,t,n){var r,o,i=e.timers,s=null;for(r in i)i... function callTimer (line 1) | function callTimer(clock,timer){var exception;"number"==typeof timer.int... function uninstall (line 1) | function uninstall(e,t){var n,r,o;for(r=0,o=e.methods.length;o>r;r++)if(... function hijackMethod (line 1) | function hijackMethod(e,t,n){var r;if(n[t].hadOwnProperty=Object.prototy... function createClock (line 1) | function createClock(e){var t={now:getEpoch(e),timeouts:{},Date:createDa... function detectKnownFailSituation (line 1) | function detectKnownFailSituation(e){if(!(e.indexOf("Date")<0)){if(e.ind... function e (line 1) | function e(e,n,r){t=r.exports=e("./sinon/util/core"),e("./sinon/extend")... function t (line 1) | function t(e){var t=!1;try{e.appendChild(l),t=l.parentNode===e}catch(n){... function n (line 1) | function n(e){return l&&e&&1===e.nodeType&&t(e)} function r (line 1) | function r(e){return"function"==typeof e||!!(e&&e.constructor&&e.call&&e... function o (line 1) | function o(e){return"number"==typeof e&&isNaN(e)} function i (line 1) | function i(e,t){for(var n in t)c.call(e,n)||(e[n]=t[n])} function s (line 1) | function s(e){return"function"==typeof e&&"function"==typeof e.restore&&... function a (line 1) | function a(e){return e.wrapMethod=function(t,n,o){function s(e){var t;if... function u (line 1) | function u(e,t){a(t)} function t (line 1) | function t(e){function t(e){var t,r,o,i=Array.prototype.slice.call(argum... function n (line 1) | function n(e,n,r){var o=e("./util/core");r.exports=t(o)} function t (line 1) | function t(e){function t(e){switch(e){case 1:return"once";case 2:return"... function n (line 1) | function n(e,n,r){var o=e("./util/core");r.exports=t(o)} function t (line 1) | function t(e){function t(e){if(null===e)return"null";if(void 0===e)retur... function n (line 1) | function n(e,n,r){var o=e("./util/core");r.exports=t(o)} function t (line 1) | function t(e){function t(t,n,r){var o=e.typeOf(t);if(o!==n)throw new Typ... function n (line 1) | function n(e,n,r){var o=e("./util/core");e("./typeOf"),r.exports=t(o)} function n (line 1) | function n(e){function n(e){return""+e}function r(){function e(){return ... function r (line 1) | function r(e,t,r){var o=e("./util/core");r.exports=n(o)} function t (line 1) | function t(e){function t(t,n,o){var i=e.functionName(t)+n;throw o.length... function n (line 1) | function n(e,n,r){var o=e("./util/core");e("./match"),e("./format"),r.ex... function makeApi (line 1) | function makeApi(sinon){function spy(e,t,n){if(!t&&"function"==typeof e)... function loadDependencies (line 2) | function loadDependencies(e,t,n){var r=e("./util/core");e("./call"),e(".... function t (line 2) | function t(e,t){return"string"==typeof e?(this.exception=new Error(t||""... function n (line 2) | function n(e,t){var n=e.callArgAt;if(n>=0)return t[n];var r;n===a&&(r=t)... function r (line 2) | function r(e){function r(t,n,r){if(t.callArgAt<0){var o;return o=t.callA... function o (line 2) | function o(e,t,n){var o=e("./util/core");e("./extend"),n.exports=r(o)} function t (line 2) | function t(e){function t(n,r,o){if(o&&"function"!=typeof o&&"object"!=ty... function n (line 2) | function n(e,n,r){var o=e("./util/core");e("./behavior"),e("./spy"),e(".... function t (line 2) | function t(e){function t(n){return n?t.create(n):e.expectation.create("A... function n (line 2) | function n(e,n,r){var o=e("./util/core");e("./times_in_words"),e("./call... function t (line 2) | function t(e){return e.fakes||(e.fakes=[]),e.fakes} function n (line 2) | function n(e,n){for(var r=t(e),o=0,i=r.length;i>o;o+=1)"function"==typeo... function r (line 2) | function r(e){for(var n=t(e),r=0;rn;n+=1)t(e[n])} function u (line 2) | function u(e,t){for(var n=0;nt;++t)e=ar... function r (line 3) | function r(e,t,r){var o=e("./util/core");e("./match"),e("./format"),r.ex...