Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acornjs/acorn
/ functions
Functions
1,232 in github.com/acornjs/acorn
⨍
Functions
1,232
◇
Types & classes
22
↓ 1 callers
Function
jqLiteOff
(element, type, fn, unsupported)
test/bench/fixtures/angular.js:3096
↓ 1 callers
Function
jqLiteParseHTML
(html, context)
test/bench/fixtures/angular.js:3021
↓ 1 callers
Function
jqLiteReady
(fn)
test/bench/fixtures/angular.js:3310
↓ 1 callers
Function
jqLiteWrapNode
(node, wrapper)
test/bench/fixtures/angular.js:3036
↓ 1 callers
Function
jqNextId
()
test/bench/fixtures/angular.js:2910
↓ 1 callers
Function
jsonStringToDate
(string)
test/bench/fixtures/angular.js:21176
↓ 1 callers
Function
jsonpReq
(url, callbackPath, done)
test/bench/fixtures/angular.js:12440
↓ 1 callers
Function
keywordRegexp
(words)
acorn/src/state.js:7
↓ 1 callers
Function
kw
(name, options = {})
acorn/src/tokentype.js:49
↓ 1 callers
Function
listenerAtPhase
* Some event types have a notion of different registration names for different * "phases" of propagation. This finds listeners by a given phase.
test/bench/fixtures/react-dom.js:3198
↓ 1 callers
Function
loadModules
(modulesToLoad)
test/bench/fixtures/angular.js:4717
↓ 1 callers
Function
locationGetter
(property)
test/bench/fixtures/angular.js:13823
↓ 1 callers
Function
locationGetterSetter
(property, preprocess)
test/bench/fixtures/angular.js:13830
↓ 1 callers
Method
lookahead
()
acorn/src/regexp.js:71
↓ 1 callers
Function
make
(funcs, baseVisitor)
acorn-walk/src/index.js:176
↓ 1 callers
Function
makeEmptyFunction
* Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LI
test/bench/fixtures/react-dom.js:17624
↓ 1 callers
Function
makeEmptyFunction
* Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LI
test/bench/fixtures/react.js:3150
↓ 1 callers
Function
makeInjectable
(fn)
test/bench/fixtures/angular.js:8060
↓ 1 callers
Function
makeInsertMarkup
* Make an update for markup to be rendered and inserted at a supplied index. * * @param {string} markup Markup that renders into an element. * @par
test/bench/fixtures/react-dom.js:10281
↓ 1 callers
Function
makeMap
* @param str 'key1,key2,...' * @returns {object} in the form of {key1:true, key2:true, ...}
test/bench/fixtures/angular.js:829
↓ 1 callers
Function
makeMove
* Make an update for moving an existing element to another index. * * @param {number} fromIndex Source index of the existing element. * @param {num
test/bench/fixtures/react-dom.js:10300
↓ 1 callers
Function
makeNativeSimulator
* Exports: * * - `ReactTestUtils.SimulateNative.click(Element/ReactDOMComponent)` * - `ReactTestUtils.SimulateNative.mouseMove(Element/ReactDOMComp
test/bench/fixtures/react-dom.js:12587
↓ 1 callers
Function
makePrefixMap
* Generate a mapping of standard vendor prefixes using the defined style property and event name. * * @param {string} styleProp * @param {string} e
test/bench/fixtures/react-dom.js:15952
↓ 1 callers
Function
makeRemove
* Make an update for removing an element at an index. * * @param {number} fromIndex Index of the element to remove. * @private
test/bench/fixtures/react-dom.js:10318
↓ 1 callers
Function
makeSetMarkup
* Make an update for setting the markup of a node. * * @param {string} markup Markup that renders into an element. * @private
test/bench/fixtures/react-dom.js:10336
↓ 1 callers
Function
makeSimulator
* Exports: * * - `ReactTestUtils.Simulate.click(Element/ReactDOMComponent)` * - `ReactTestUtils.Simulate.mouseMove(Element/ReactDOMComponent)` * -
test/bench/fixtures/react-dom.js:12507
↓ 1 callers
Function
makeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
test/bench/fixtures/react-dom.js:10354
↓ 1 callers
Function
manipulationTarget
( elem, content )
test/bench/fixtures/jquery.js:5634
↓ 1 callers
Function
manualDispatchChangeEvent
(nativeEvent)
test/bench/fixtures/react-dom.js:1047
↓ 1 callers
Function
markBegin
(debugID, markType)
test/bench/fixtures/react-dom.js:8639
↓ 1 callers
Function
markEnd
(debugID, markType)
test/bench/fixtures/react-dom.js:8649
↓ 1 callers
Function
matchUrl
(matcher, parsedUrl)
test/bench/fixtures/angular.js:18699
↓ 1 callers
Function
matcherFromGroupMatchers
( elementMatchers, setMatchers )
test/bench/fixtures/jquery.js:2506
↓ 1 callers
Function
matcherFromTokens
( tokens )
test/bench/fixtures/jquery.js:2448
↓ 1 callers
Function
measureLifeCyclePerf
(fn, debugID, timerType)
test/bench/fixtures/react-dom.js:4571
↓ 1 callers
Function
memoizeStringOnly
* Memoizes the return value of a function that accepts one string argument.
test/bench/fixtures/react-dom.js:18066
↓ 1 callers
Function
mergeClasses
(a,b)
test/bench/fixtures/angular.js:5152
↓ 1 callers
Function
mergeConsecutiveTextNodes
(nodeList, idx, notLiveList)
test/bench/fixtures/angular.js:8890
↓ 1 callers
Function
mergeHeaders
(config)
test/bench/fixtures/angular.js:11865
↓ 1 callers
Function
mergeIntoWithNoDuplicateKeys
* Merge two objects, but throw if both contain the same key. * * @param {object} one The first object, which is mutated. * @param {object} two The
test/bench/fixtures/react.js:944
↓ 1 callers
Function
mightThrow
()
test/bench/fixtures/jquery.js:3573
↓ 1 callers
Function
mixSpecIntoComponent
* Mixin helper which handles policy validation and reserved * specification keys when building React classes.
test/bench/fixtures/react.js:836
↓ 1 callers
Function
mixStaticSpecIntoComponent
(Constructor, statics)
test/bench/fixtures/react.js:918
↓ 1 callers
Function
modelMatcher
(attrs)
test/bench/fixtures/backbone.js:112
↓ 1 callers
Function
moveChild
(parentNode, childNode, referenceNode)
test/bench/fixtures/react-dom.js:1387
↓ 1 callers
Function
moveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
test/bench/fixtures/react-dom.js:1405
↓ 1 callers
Function
multipleContexts
( selector, contexts, results )
test/bench/fixtures/jquery.js:2325
↓ 1 callers
Function
next
()
test/bench/fixtures/angular.js:5846
↓ 1 callers
Function
ngClassWatchAction
(newClassString)
test/bench/fixtures/angular.js:25821
↓ 1 callers
Function
ngDirective
(directive)
test/bench/fixtures/angular.js:22135
↓ 1 callers
Function
noUnsafeEval
()
test/bench/fixtures/angular.js:1189
↓ 1 callers
Function
nodeIsRenderedByOtherInstance
* True if the supplied DOM node is a React DOM element and * it has been rendered by another copy of React. * * @param {?DOMElement} node The candi
test/bench/fixtures/react-dom.js:9893
↓ 1 callers
Function
nodeLinkFn
(childLinkFn, scope, linkNode, $rootElement, boundTranscludeFn)
test/bench/fixtures/angular.js:9496
↓ 1 callers
Function
notWhitespace
(nodes)
test/bench/fixtures/angular.js:31714
↓ 1 callers
Function
objectValue
(value)
test/bench/fixtures/angular.js:22078
↓ 1 callers
Method
offset
(n)
acorn/src/locutil.js:12
↓ 1 callers
Function
on
( elem, types, selector, data, fn, one )
test/bench/fixtures/jquery.js:4905
↓ 1 callers
Function
outputStats
(name, stats)
test/run.js:92
↓ 1 callers
Function
parse
(input, options)
acorn/src/index.js:44
↓ 1 callers
Method
parse
()
acorn-loose/src/state.js:153
↓ 1 callers
Function
parseConstantExpr
($parse, context, name, expression, fallback)
test/bench/fixtures/angular.js:25095
↓ 1 callers
Function
parseDirectiveBindings
(directive, directiveName)
test/bench/fixtures/angular.js:7850
↓ 1 callers
Method
parseExpressionAt
(input, pos, options)
acorn/src/state.js:110
↓ 1 callers
Function
parseIsolateBindings
(scope, directiveName, isController)
test/bench/fixtures/angular.js:7815
↓ 1 callers
Function
parseObservedDateValue
(val)
test/bench/fixtures/angular.js:24767
↓ 1 callers
Function
parseOptionsExpression
(optionsExp, selectElement, scope)
test/bench/fixtures/angular.js:29601
↓ 1 callers
Function
pauseCurrentLifeCycleTimer
()
test/bench/fixtures/react-dom.js:8593
↓ 1 callers
Function
plusFn
(l, r)
test/bench/fixtures/angular.js:14952
↓ 1 callers
Function
ppJSON
(v)
test/driver.js:64
↓ 1 callers
Function
precacheNode
* Populate `_hostNode` on the rendered host/text component with the given * DOM node. The passed `inst` can be a composite.
test/bench/fixtures/react-dom.js:6589
↓ 1 callers
Function
prefixKey
* @param {string} prefix vendor-specific prefix, eg: Webkit * @param {string} key style name, eg: transitionDuration * @return {string} style name p
test/bench/fixtures/react-dom.js:577
↓ 1 callers
Function
prepareAnimateOptions
(options)
test/bench/fixtures/angular.js:5195
↓ 1 callers
Function
printOperations
(flushHistory)
test/bench/fixtures/react-dom.js:11252
↓ 1 callers
Function
processAsyncValidators
()
test/bench/fixtures/angular.js:28411
↓ 1 callers
Function
processParseErrors
()
test/bench/fixtures/angular.js:28375
↓ 1 callers
Function
processPredicates
(sortPredicates)
test/bench/fixtures/angular.js:22044
↓ 1 callers
Function
processQueue
* Processes any enqueued updates. * * @private
test/bench/fixtures/react-dom.js:10383
↓ 1 callers
Function
processQueue
(state)
test/bench/fixtures/angular.js:16635
↓ 1 callers
Function
processSyncValidators
()
test/bench/fixtures/angular.js:28395
↓ 1 callers
Function
propFilter
( props, specialEasing )
test/bench/fixtures/jquery.js:7001
↓ 1 callers
Function
provider
(name, provider_)
test/bench/fixtures/angular.js:4663
↓ 1 callers
Function
publishEventForPlugin
* Publishes an event so that it can be dispatched by the supplied plugin. * * @param {object} dispatchConfig Dispatch configuration for the event.
test/bench/fixtures/react-dom.js:2753
↓ 1 callers
Function
publishExternalAPI
(angular)
test/bench/fixtures/angular.js:2634
↓ 1 callers
Function
publishRegistrationName
* Publishes a registration name that is used to identify dispatched events and * can be used with `EventPluginHub.putListener` to register listeners.
test/bench/fixtures/react-dom.js:2781
↓ 1 callers
Function
purgeDeep
(id)
test/bench/fixtures/react.js:1441
↓ 1 callers
Function
pushComment
(options, array)
acorn/src/options.js:116
↓ 1 callers
Function
quoteAttributeValueForBrowser
* Escapes attribute value to prevent scripting attacks. * * @param {*} value Value to escape. * @return {string} An escaped string.
test/bench/fixtures/react-dom.js:16292
↓ 1 callers
Function
recomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
test/bench/fixtures/react-dom.js:2724
↓ 1 callers
Function
recordChanges
(key, currentValue, previousValue)
test/bench/fixtures/angular.js:10385
↓ 1 callers
Function
refresh
* makes the `entry` the freshEnd of the LRU linked list
test/bench/fixtures/angular.js:6716
↓ 1 callers
Function
register
* @ngdoc method * @name $filterProvider#register * @param {string|Object} name Name of the filter function, or an object map of filters where
test/bench/fixtures/angular.js:20294
↓ 1 callers
Function
remove
( elem, selector, keepData )
test/bench/fixtures/jquery.js:5799
↓ 1 callers
Function
removeChild
(parentNode, childNode)
test/bench/fixtures/react-dom.js:1395
↓ 1 callers
Function
removeClasses
(classString)
test/bench/fixtures/angular.js:25766
↓ 1 callers
Function
removeHandler
(type)
test/bench/fixtures/angular.js:3114
↓ 1 callers
Function
removeWindowsDriveName
(path, url, base)
test/bench/fixtures/angular.js:13397
↓ 1 callers
Function
reportCell
(bench, type, text)
test/bench/worker.js:48
↓ 1 callers
Function
resetMeasurements
()
test/bench/fixtures/react-dom.js:8520
↓ 1 callers
Function
resolveHttpPromise
()
test/bench/fixtures/angular.js:12202
↓ 1 callers
Function
resumeCurrentLifeCycleTimer
()
test/bench/fixtures/react-dom.js:8607
← previous
next →
601–700 of 1,232, ranked by callers