SYMBOL INDEX (122 symbols across 26 files) FILE: index.js method mounted (line 22) | mounted() { function add (line 41) | function add() { function update (line 45) | function update(id) { function remove (line 49) | function remove(id) { FILE: src/core/h.js constant REACT_ELEMENT_TYPE (line 8) | const REACT_ELEMENT_TYPE = hasSymbol constant REACT_FRAGMENT_TYPE (line 11) | const REACT_FRAGMENT_TYPE = hasSymbol constant RESERVED_PROPS (line 15) | const RESERVED_PROPS = { function hasValidKey (line 20) | function hasValidKey(options) { function VNode (line 24) | function VNode(type, props, key) { function h (line 36) | function h(type, options, children) { FILE: src/core/with-state.js function withState (line 3) | function withState(initialState) { FILE: src/dom/config.js constant CHILDREN (line 8) | const CHILDREN = 'children'; function precacheFiberNode (line 17) | function precacheFiberNode(hostInst, node) { function getFiberCurrentPropsFromNode (line 20) | function getFiberCurrentPropsFromNode(node) { function updateFiberProps (line 24) | function updateFiberProps(node, props) { function createDomNodeInstance (line 28) | function createDomNodeInstance( function ensureListeningTo (line 47) | function ensureListeningTo(rootContainerElement, eventName, callback) { function setInitialDOMProperties (line 55) | function setInitialDOMProperties( function setInitialProperties (line 86) | function setInitialProperties( function finalizeInitialChildren (line 111) | function finalizeInitialChildren( function createTextInstance (line 122) | function createTextInstance( function updateDOMProperties (line 132) | function updateDOMProperties( function updateProperties (line 148) | function updateProperties( function commitUpdate (line 166) | function commitUpdate( function commitTextUpdate (line 183) | function commitTextUpdate( function prepareUpdate (line 191) | function prepareUpdate( function diffProperties (line 207) | function diffProperties( function removeEvent (line 270) | function removeEvent(element, callback) { FILE: src/dom/constants.js constant HTML_NAMESPACE (line 1) | const HTML_NAMESPACE = 'http://www.w3.org/1999/xhtml'; constant SVG_NAMESPACE (line 2) | const SVG_NAMESPACE = 'http://www.w3.org/2000/svg'; constant TEXT_NODE (line 8) | const TEXT_NODE = 3; constant COMMENT_NODE (line 9) | const COMMENT_NODE = 8; constant DOCUMENT_NODE (line 10) | const DOCUMENT_NODE = 9; constant CHILDREN (line 12) | const CHILDREN = 'children'; FILE: src/dom/index.js class Root (line 6) | class Root { method constructor (line 7) | constructor(container) { method render (line 12) | render(el) { function render (line 17) | function render(el, container) { FILE: src/dom/utils/append.js function appendInitialChild (line 3) | function appendInitialChild(parent, child) { function appendChild (line 7) | function appendChild(parent, child) { function appendChildToContainer (line 11) | function appendChildToContainer( FILE: src/dom/utils/createElement.js function createElement (line 10) | function createElement(type, props, rootContainerElement, parentNamespac... FILE: src/dom/utils/getDocumentByElement.js function getDocumentByElement (line 7) | function getDocumentByElement(element) { FILE: src/dom/utils/insert.js function insertBefore (line 3) | function insertBefore(parent, child, beforeChild) { function insertInContainerBefore (line 7) | function insertInContainerBefore(container, child, beforeChild) { FILE: src/dom/utils/remove.js function removeChildFromContainer (line 3) | function removeChildFromContainer(container, child) { function removeChild (line 12) | function removeChild(parentInstance, child) { FILE: src/dom/utils/textElement.js function resetTextContent (line 4) | function resetTextContent(element) { function setTextContent (line 8) | function setTextContent(node, text) { function createTextNode (line 24) | function createTextNode(text, element) { FILE: src/dom/utils/validate.js function isDocumentNode (line 3) | function isDocumentNode(el) { function isTextNode (line 7) | function isTextNode(el) { function isCommentNode (line 11) | function isCommentNode(el) { FILE: src/fiber/begin-work.js function saveProps (line 15) | function saveProps(WIP: FNode, props: any): void { function saveState (line 19) | function saveState(WIP: FNode, state: any): void { function shouldSetTextContent (line 23) | function shouldSetTextContent(type, props) { function pushHostRootContext (line 32) | function pushHostRootContext(WIP: FNode): void { method if (line 131) | if (WIP.tag === Root) { method updateFunctionComponent (line 147) | updateFunctionComponent(current, WIP, status) FILE: src/fiber/children.js function ChildReconciler (line 19) | function ChildReconciler(shouldTrackSideEffects) { function cloneChildFNodes (line 377) | function cloneChildFNodes( function reconcileChildren (line 400) | function reconcileChildren(current, WIP, nextChild) { FILE: src/fiber/commit-work.js function isHostParent (line 23) | function isHostParent(fiber) { function getHostparentFNode (line 30) | function getHostparentFNode(fiber) { function getHostSibling (line 40) | function getHostSibling(fiber) { function commitPlacement (line 80) | function commitPlacement(finishedWork) { function safelyDetachRef (line 144) | function safelyDetachRef(current) { function commitUnmount (line 157) | function commitUnmount(current) { function commitNestedUnmounts (line 184) | function commitNestedUnmounts(root) { function unmountHostComponents (line 214) | function unmountHostComponents(current) { function detachFiber (line 280) | function detachFiber(current) { function commitDeletion (line 294) | function commitDeletion(current) { function commitWork (line 300) | function commitWork( function commitPassiveWithEffects (line 349) | function commitPassiveWithEffects(finishedWork) { function commitWithEffectList (line 354) | function commitWithEffectList(unmountTag, mountTag, finishedWork) { FILE: src/fiber/complete-work.js function markUpdate (line 28) | function markUpdate(WIP) { function updateHostContainer (line 34) | function updateHostContainer(WIP) { function updateHostComponent (line 37) | function updateHostComponent( function updateHostText (line 79) | function updateHostText( function appendAllChildren (line 90) | function appendAllChildren( function completeWork (line 117) | function completeWork( FILE: src/fiber/f-life-cycle.js function flushFirstCallback (line 3) | function flushFirstCallback() { function callLifeCycle (line 26) | function callLifeCycle(callback) { FILE: src/fiber/f-node.js function FNode (line 54) | function FNode( FILE: src/fiber/f-with.js function getCurrentRenderingFNode (line 39) | function getCurrentRenderingFNode() { function prepareWithState (line 43) | function prepareWithState(current, WIP) { function finishedWith (line 48) | function finishedWith(Component, props, children) { function resetWiths (line 66) | function resetWiths() { function createWith (line 79) | function createWith() { function cloneWith (line 91) | function cloneWith(With) { function createWIPWith (line 103) | function createWIPWith() { function basicStateReducer (line 154) | function basicStateReducer(state, action) { function withReducer (line 162) | function withReducer(initialState) { function dispatchAction (line 232) | function dispatchAction(fnode, queue, action) { function withLifeCycle (line 264) | function withLifeCycle(fnodeEffectTag, withEffectTag, lifeCycle) { function pushEffect (line 288) | function pushEffect(tag, lifeCycle, destroyed) { function createFunctionComponentUpdateQueue (line 316) | function createFunctionComponentUpdateQueue() { function inputsAreEqual (line 322) | function inputsAreEqual(arr1, arr2) { FILE: src/fiber/host-context.js class NoContextT (line 12) | class NoContextT {} function getRootHostContainer (line 23) | function getRootHostContainer() { function pushHostContainer (line 28) | function pushHostContainer(fiber, nextRootInstance) { function popHostContainer (line 34) | function popHostContainer(fiber) { FILE: src/fiber/reconciler.js function createContainer (line 9) | function createContainer(container: Container): FRoot { function updateContainer (line 13) | function updateContainer(el: VNodeElement, FRoot: FRoot): void { function scheduleRootUpdate (line 18) | function scheduleRootUpdate(current: FNode, el: VNodeElement): void { FILE: src/fiber/root-render.js function createRootRender (line 1) | function createRootRender(el) { function updateRootRender (line 9) | function updateRootRender(WIP, rootRender) { FILE: src/fiber/scheduler.js function scheduleWork (line 44) | function scheduleWork(fnode: FNode): void { function getRootFromFnode (line 54) | function getRootFromFnode(fnode: FNode): FRoot { function performWork (line 63) | function performWork(dl: any, root: FRoot): void { function workLoop (line 77) | function workLoop(dl: any, root: FRoot): void { function performUnitOfWork (line 86) | function performUnitOfWork(WIP: FNode): FNode { function completeUnitOfWork (line 97) | function completeUnitOfWork(WIP: FNode): FNode | null { function completeRoot (line 165) | function completeRoot( function commitRoot (line 174) | function commitRoot(root: FRoot, finishedWork: FNode): void { function commitPassiveEffects (line 240) | function commitPassiveEffects(root: FRoot, firstEffect: FNode): void { function commitAllHostEffects (line 255) | function commitAllHostEffects() { function commitAllLifeCycles (line 305) | function commitAllLifeCycles(finishedRoot) { function commitLifeCycles (line 320) | function commitLifeCycles(finishedRoot, current, finishedWork) { FILE: src/shared/shallowEqual.js function is (line 18) | function is(x, y) { function shallowEqual (line 36) | function shallowEqual(objA: mixed, objB: mixed): boolean { FILE: src/structures/linked-list.js function LinkedList (line 1) | function LinkedList() {