SYMBOL INDEX (508 symbols across 94 files) FILE: example/App.js function App (line 102) | function App() { FILE: example/Logos.js function GithubLogo (line 3) | function GithubLogo(props) { function BrahmosLogo (line 14) | function BrahmosLogo(props) { FILE: example/common/ReactCredit.js function ReactCredit (line 1) | function ReactCredit({ name, link }) { FILE: example/concurrent-mode/fakeApi.js function fetchProfileData (line 1) | function fetchProfileData(userId) { function wrapPromise (line 15) | function wrapPromise(promise) { function fetchUser (line 41) | function fetchUser(userId) { function fetchPosts (line 74) | function fetchPosts(userId) { FILE: example/concurrent-mode/index.js function getNextId (line 9) | function getNextId(id) { function ProfileDetails (line 15) | function ProfileDetails({ resource }) { function ProfileTimeline (line 20) | function ProfileTimeline({ resource }) { function ProfilePageWithoutTransition (line 31) | function ProfilePageWithoutTransition() { function ProfilePageWithTransition (line 68) | function ProfilePageWithTransition() { function ProfilePageWithTransitionPreferred (line 111) | function ProfilePageWithTransitionPreferred() { function App (line 153) | function App() { FILE: example/context-api/index.js class ContextStaticProperty (line 6) | class ContextStaticProperty extends Component { method render (line 7) | render() { function ContextConsumer (line 14) | function ContextConsumer() { function UseContext (line 18) | function UseContext() { function ContextExample (line 24) | function ContextExample() { FILE: example/error-boundaries/index.js class ErrorBoundary (line 6) | class ErrorBoundary extends Component { method constructor (line 7) | constructor(props) { method getDerivedStateFromError (line 12) | static getDerivedStateFromError(error) { method componentDidCatch (line 17) | componentDidCatch(error, errorInfo) { method render (line 25) | render() { class BuggyCounter (line 44) | class BuggyCounter extends Brahmos.Component { method constructor (line 45) | constructor(props) { method handleClick (line 51) | handleClick() { method render (line 57) | render() { function ErrorBoundaryExample (line 74) | function ErrorBoundaryExample() { FILE: example/food-app/mobx/App.js function handleVegToggle (line 12) | function handleVegToggle() { function useLoadFoodData (line 45) | function useLoadFoodData() { FILE: example/food-app/mobx/Comps.js function handleIncrement (line 10) | function handleIncrement() { function handleDecrement (line 14) | function handleDecrement() { function Message (line 89) | function Message(props) { function IconPlus (line 142) | function IconPlus() { function IconMinus (line 164) | function IconMinus() { FILE: example/food-app/mobx/index.js function ReduxExample (line 8) | function ReduxExample() { FILE: example/food-app/mobx/mobx.js class RootStore (line 4) | class RootStore { method constructor (line 8) | constructor() { method changeDiet (line 12) | changeDiet() { method loadMenu (line 17) | loadMenu(menuList) { method addToCart (line 27) | addToCart(item) { method removeFromCart (line 31) | removeFromCart(item) { method menuList (line 37) | get menuList() { method cartPrice (line 45) | get cartPrice() { function useRootStore (line 59) | function useRootStore() { FILE: example/food-app/react-query/App.js function App (line 7) | function App() { FILE: example/food-app/react-query/Comps.js function MenuItem (line 6) | function MenuItem(props) { function PureMenuList (line 78) | function PureMenuList(props) { function Message (line 92) | function Message(props) { function PaymentFooter (line 124) | function PaymentFooter() { function IconPlus (line 144) | function IconPlus() { function IconMinus (line 166) | function IconMinus() { FILE: example/food-app/react-query/hooks.js function useLoadFoodQuery (line 7) | function useLoadFoodQuery() { function useMenuList (line 12) | function useMenuList() { function useCartPrice (line 32) | function useCartPrice() { FILE: example/food-app/react-query/index.js function ReduxExample (line 16) | function ReduxExample() { FILE: example/food-app/react-query/zustand.js method addToCart (line 10) | addToCart(itemId) { method removeFromCart (line 28) | removeFromCart(itemId) { FILE: example/food-app/redux/App.js function App (line 8) | function App() { function useLoadFoodData (line 54) | function useLoadFoodData() { function selectorMenu (line 78) | function selectorMenu(state) { FILE: example/food-app/redux/Comps.js function MenuItem (line 7) | function MenuItem(props) { function PureMenuList (line 91) | function PureMenuList(props) { function Message (line 105) | function Message(props) { function selectorCartPrice (line 137) | function selectorCartPrice(state) { function PaymentFooter (line 153) | function PaymentFooter() { function IconPlus (line 173) | function IconPlus() { function IconMinus (line 195) | function IconMinus() { FILE: example/food-app/redux/index.js function ReduxExample (line 9) | function ReduxExample() { FILE: example/food-app/redux/redux.js constant ACTIONS (line 3) | const ACTIONS = { function foodReducer (line 20) | function foodReducer(state = initialState, action) { function createReduxStore (line 100) | function createReduxStore() { FILE: example/food-app/utils.js function loadFoodData (line 3) | async function loadFoodData() { FILE: example/hooks/index.js function useInterval (line 4) | function useInterval(callback, delay) { function Counter (line 24) | function Counter() { FILE: example/index.js function RootApp (line 6) | function RootApp() { FILE: example/lazy-component/index.js function LazyExample (line 11) | function LazyExample() { FILE: example/portals/index.js function Modal (line 3) | function Modal({ onClose }) { function CreatePortalExample (line 33) | function CreatePortalExample() { FILE: example/sierpinski-triangle/index.js class Dot (line 26) | class Dot extends Component { method constructor (line 27) | constructor() { method enter (line 32) | enter() { method leave (line 38) | leave() { method render (line 44) | render() { class SierpinskiTriangle (line 65) | class SierpinskiTriangle extends Component { method shouldComponentUpdate (line 66) | shouldComponentUpdate(nextProps) { method render (line 72) | render() { class Toggle (line 106) | class Toggle extends Component { method constructor (line 107) | constructor(props) { method onChange (line 112) | onChange(event) { method render (line 116) | render() { class SierpinskiWrapper (line 133) | class SierpinskiWrapper extends Component { method constructor (line 134) | constructor() { method componentDidMount (line 144) | componentDidMount() { method tick (line 148) | tick() { method onTimeSlicingChange (line 160) | onTimeSlicingChange(value) { method componentWillUnmount (line 164) | componentWillUnmount() { method render (line 168) | render() { class DemoApp (line 198) | class DemoApp extends Component { method constructor (line 199) | constructor() { method componentDidMount (line 207) | componentDidMount() { method componentWillUnmount (line 211) | componentWillUnmount() { method updateElapsed (line 215) | updateElapsed() { method render (line 227) | render() { FILE: example/suspense-list/fakeApi.js function fetchProfileData (line 1) | function fetchProfileData() { function wrapPromise (line 16) | function wrapPromise(promise) { function fetchUser (line 42) | function fetchUser() { function fetchPosts (line 69) | function fetchPosts() { function fetchTrivia (line 80) | function fetchTrivia() { FILE: example/suspense-list/index.js function ProfileDetails (line 10) | function ProfileDetails({ resource }) { function ProfileTimeline (line 15) | function ProfileTimeline({ resource }) { function ProfileTrivia (line 26) | function ProfileTrivia({ resource }) { function ProfilePage (line 40) | function ProfilePage({ revealOrder = 'forwards', tail }) { function App (line 71) | function App() { FILE: example/svg-chart/index.js function Rect (line 3) | function Rect({ height, index }) { function Chart (line 16) | function Chart({ data }) { class SVGExample (line 26) | class SVGExample extends Component { method _shuffuleArray (line 31) | _shuffuleArray(array) { method render (line 44) | render() { FILE: example/third-party-component/index.js class RechartExample (line 49) | class RechartExample extends PureComponent { method render (line 50) | render() { FILE: example/time-slicing/Chart.js class Charts (line 14) | class Charts extends PureComponent { method render (line 15) | render() { FILE: example/time-slicing/Clock.js constant SPEED (line 3) | const SPEED = 0.003 / Math.PI; constant FRAMES (line 4) | const FRAMES = 10; class Clock (line 6) | class Clock extends PureComponent { method componentDidMount (line 64) | componentDidMount() { method componentDidUpdate (line 71) | componentDidUpdate() { method componentWillUnmount (line 75) | componentWillUnmount() { method render (line 87) | render() { FILE: example/time-slicing/index.js class App (line 11) | class App extends PureComponent { method getStreamData (line 20) | getStreamData(input) { method componentDidMount (line 38) | componentDidMount() { method renderOption (line 84) | renderOption(strategy, label) { method render (line 119) | render() { FILE: example/todo-list/index.js function shuffleArray (line 4) | function shuffleArray(array) { function randomColor (line 13) | function randomColor() { class TodoList (line 19) | class TodoList extends Component { method componentDidUpdate (line 27) | componentDidUpdate(prevProps, prevState) { method render (line 59) | render() { FILE: example/use-deferred-value-suspense/fakeApi.js function fetchProfileData (line 1) | function fetchProfileData(userId) { function wrapPromise (line 15) | function wrapPromise(promise) { function fetchUser (line 41) | function fetchUser(userId) { function fetchPosts (line 74) | function fetchPosts(userId) { FILE: example/use-deferred-value-suspense/index.js function getNextId (line 10) | function getNextId(id) { function App (line 16) | function App() { function ProfilePage (line 62) | function ProfilePage({ resource }) { function ProfileDetails (line 76) | function ProfileDetails({ resource }) { function ProfileTimeline (line 81) | function ProfileTimeline({ isStale, resource }) { FILE: example/use-deferred-value/MySlowList.js function ListItem (line 5) | function ListItem({ children }) { class MySlowList (line 19) | class MySlowList extends PureComponent { method render (line 20) | render() { FILE: example/use-deferred-value/index.js function Toggle (line 10) | function Toggle({ concurrentMode, setConcurrentMode }) { function App (line 26) | function App() { FILE: example_old/App.js function shuffle (line 12) | function shuffle(array) { function OldApp (line 33) | function OldApp() { function Div (line 73) | function Div() { function Div2 (line 77) | function Div2({ length, list }) { class AppBase (line 87) | class AppBase extends Component { method render (line 93) | render() { function App (line 117) | function App() { FILE: example_old/ErrorBoundaryExample.js class ErrorBoundary (line 3) | class ErrorBoundary extends Brahmos.Component { method constructor (line 4) | constructor(props) { method getDerivedStateFromError (line 9) | static getDerivedStateFromError(error) { method componentDidCatch (line 13) | componentDidCatch(error, errorInfo) { method render (line 22) | render() { class BuggyCounter (line 41) | class BuggyCounter extends Brahmos.Component { method constructor (line 42) | constructor(props) { method handleClick (line 48) | handleClick() { method render (line 54) | render() { function ErrorBoundaryExample (line 63) | function ErrorBoundaryExample() { FILE: example_old/RefsExample.js class Child (line 3) | class Child extends Component { method logSomething (line 4) | logSomething() { method render (line 8) | render() { class RefsExample (line 17) | class RefsExample extends Component { method constructor (line 18) | constructor() { method render (line 33) | render() { FILE: example_old/SVGExample.js function Path (line 3) | function Path() { function Image (line 13) | function Image() { function Chart (line 86) | function Chart({ data }) { class SVGExample (line 103) | class SVGExample extends Component { method _shuffuleArray (line 108) | _shuffuleArray(array) { method render (line 121) | render() { FILE: example_old/TodoList.js class TodoList (line 3) | class TodoList extends Component { method componentDidMount (line 24) | componentDidMount() { method render (line 28) | render() { FILE: example_old/UnMountAtNode.js class UnMountAtNode (line 3) | class UnMountAtNode extends Component { method componentWillUnmount (line 10) | componentWillUnmount() { method render (line 14) | render() { FILE: example_old/UseStateExample.js function UseStateExample (line 4) | function UseStateExample() { FILE: example_old/concurrentApp.js function shuffle (line 8) | function shuffle(array) { function duplicateData (line 29) | function duplicateData(data, count) { class Result (line 39) | class Result extends PureComponent { method render (line 40) | render() { class App (line 94) | class App extends Component { method componentDidMount (line 99) | componentDidMount() { method componentDidUpdate (line 110) | componentDidUpdate() { method render (line 130) | render(props) { FILE: example_old/context.js class ContextStaticProperty (line 6) | class ContextStaticProperty extends Component { method render (line 7) | render() { function ContextConsumer (line 14) | function ContextConsumer() { function UseContext (line 18) | function UseContext() { function ContextExample (line 24) | function ContextExample() { FILE: example_old/createPortalExample.js class Child (line 3) | class Child extends Component { method componentWillUnmount (line 4) | componentWillUnmount() { method render (line 8) | render() { function CreatePortalExample (line 13) | function CreatePortalExample() { FILE: example_old/fakeApi.js function fetchProfileData (line 1) | function fetchProfileData() { function wrapPromise (line 16) | function wrapPromise(promise) { function fetchUser (line 46) | function fetchUser() { function fetchPosts (line 73) | function fetchPosts() { function fetchTrivia (line 84) | function fetchTrivia() { FILE: example_old/fakeApiSuspenseList.js function fetchProfileData (line 1) | function fetchProfileData() { function wrapPromise (line 16) | function wrapPromise(promise) { function fetchUser (line 42) | function fetchUser() { function fetchPosts (line 69) | function fetchPosts() { function fetchTrivia (line 80) | function fetchTrivia() { FILE: example_old/lazySuspenseExample.js function LazySuspenseExample (line 14) | function LazySuspenseExample() { FILE: example_old/suspenseExamples.js function App (line 7) | function App() { function HomePage (line 25) | function HomePage({ showProfile }) { function Separator (line 34) | function Separator() { function ProfilePage (line 38) | function ProfilePage() { function ProfileDetails (line 80) | function ProfileDetails({ resource }) { function ProfileTimeline (line 85) | function ProfileTimeline({ resource }) { function ProfileTrivia (line 96) | function ProfileTrivia({ resource }) { function Button (line 110) | function Button({ children, onClick }) { FILE: example_old/suspenseListExample.js function App (line 7) | function App() { function ProfilePage (line 11) | function ProfilePage({ resource }) { function ProfileDetails (line 29) | function ProfileDetails({ resource }) { function ProfileTimeline (line 34) | function ProfileTimeline({ resource }) { function ProfileTrivia (line 45) | function ProfileTrivia({ resource }) { FILE: src/Children.js function isPlaceholderTagNode (line 8) | function isPlaceholderTagNode(children: BrahmosNode): boolean { function flattenChildren (line 19) | function flattenChildren(children) { function only (line 91) | function only(children: any) { function count (line 96) | function count(children: any): number { function isValidElement (line 109) | function isValidElement(node: any) { FILE: src/Component.js class PureComponent (line 85) | class PureComponent extends Component implements PureComponentInstance { FILE: src/Suspense.js function resetSiblingFibers (line 60) | function resetSiblingFibers(fiber: Fiber): Fiber { function getClosestSuspenseListManager (line 92) | function getClosestSuspenseListManager(manager) { function getSuspenseManager (line 100) | function getSuspenseManager(fiber: Fiber, transition: AnyTransition): Su... function markComponentDirty (line 120) | function markComponentDirty(component: SuspenseInstance | SuspenseListIn... function markManagerDirty (line 124) | function markManagerDirty(manager) { class SuspenseManager (line 132) | class SuspenseManager { method constructor (line 151) | constructor(fiber, transition) { method recordChildSuspense (line 169) | recordChildSuspense() { method addRootToProcess (line 179) | addRootToProcess() { method suspend (line 185) | suspend(suspender) { method handleSuspense (line 192) | handleSuspense() { method isUnresolved (line 204) | isUnresolved() { method shouldShowFallback (line 214) | shouldShowFallback() { method shouldRenderChildren (line 254) | shouldRenderChildren() { method resolve (line 296) | resolve(resolvedWithSuspender) { method getChildrenSuspenders (line 364) | getChildrenSuspenders() { method handleSuspenseList (line 377) | handleSuspenseList() { function getActiveTransition (line 430) | function getActiveTransition(component: SuspenseList): AnyTransition { class SuspenseList (line 449) | class SuspenseList extends Component { method constructor (line 450) | constructor(props: SuspenseListProps) { method render (line 455) | render() { class Suspense (line 460) | class Suspense extends Component implements SuspenseInstance { method constructor (line 461) | constructor(props: SuspenseProps) { method handleSuspender (line 467) | handleSuspender(suspender: Promise, suspenseFiber: Fiber) { method render (line 495) | render() { FILE: src/TagNode.js function getTagNode (line 12) | function getTagNode(node: BrahmosNode, isSvgPart: boolean): TagNodeType { FILE: src/TemplateNode.js function isBrahmosCommentNode (line 7) | function isBrahmosCommentNode(node: ?Node): boolean { class TemplateNodeType (line 11) | class TemplateNode implements TemplateNodeType { method constructor (line 22) | constructor(templateResult: TemplateTagType, isSvgPart: boolean) { method createNode (line 40) | createNode(isSvgPart: boolean): DocumentFragment { method getParts (line 47) | getParts(): Array { method patchParts (line 122) | patchParts(nodePart: NodePart) { FILE: src/TemplateTag.js function decodePartMeta (line 20) | function decodePartMeta(partMetaCode: string): Array { FILE: src/__tests__/BrahmosES6class.test.js method getName (line 26) | getName() { method render (line 30) | render() { function test (line 39) | function test(element, expectedTag, expectedClassName) { class Foo (line 48) | class Foo extends Brahmos.Component {} method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 53) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 63) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 77) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 100) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 118) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 138) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 161) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 175) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 195) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Foo (line 215) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { class Outer (line 242) | class Outer extends Brahmos.Component { method constructor (line 243) | constructor(props) { method unmountFoo (line 250) | unmountFoo(callback) { method render (line 259) | render() { class Foo (line 283) | class Foo extends Brahmos.Component { method render (line 54) | render() { method constructor (line 64) | constructor(props) { method render (line 69) | render() { method constructor (line 78) | constructor(props) { method changeState (line 83) | changeState() { method render (line 87) | render() { method getDerivedStateFromProps (line 103) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 110) | render() { method getDerivedStateFromProps (line 124) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 130) | render() { method getDerivedStateFromProps (line 143) | static getDerivedStateFromProps(nextProps, prevState) { method render (line 152) | render() { method constructor (line 162) | constructor() { method render (line 167) | render() { method constructor (line 176) | constructor(props) { method handleClick (line 181) | handleClick(callback) { method render (line 185) | render() { method constructor (line 196) | constructor(props) { method handleClick (line 201) | handleClick() { method render (line 205) | render() { method constructor (line 216) | constructor() { method componentDidMount (line 221) | componentDidMount() { method shouldComponentUpdate (line 225) | shouldComponentUpdate(nextProps, nextState) { method componentDidUpdate (line 230) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 234) | componentWillUnmount() { method render (line 238) | render() { method constructor (line 284) | constructor(props) { method handleClick (line 289) | handleClick(callback) { method render (line 294) | render() { FILE: src/__tests__/BrahmosPureComponent.test.js class Component (line 10) | class Component extends Brahmos.PureComponent { method constructor (line 11) | constructor() { method render (line 16) | render() { method constructor (line 57) | constructor() { method render (line 61) | render() { class Component (line 56) | class Component extends Brahmos.PureComponent { method constructor (line 11) | constructor() { method render (line 16) | render() { method constructor (line 57) | constructor() { method render (line 61) | render() { FILE: src/__tests__/attributes.test.js function Test (line 13) | function Test(style) { FILE: src/__tests__/listRendering.test.js function TestComp (line 13) | function TestComp() { function TestComp (line 31) | function TestComp({ items }) { function TestComp (line 62) | function TestComp({ items }) { function List (line 90) | function List({ items }) { function TestComp (line 102) | function TestComp({ items }) { FILE: src/__tests__/setState.test.js class Child (line 10) | class Child extends Component { method componentDidMount (line 15) | componentDidMount() { method render (line 19) | render() { class Parent (line 28) | class Parent extends Component { method componentDidMount (line 33) | componentDidMount() { method render (line 37) | render() { class Test (line 56) | class Test extends Component { method componentDidMount (line 61) | componentDidMount() { method render (line 67) | render() { method render (line 96) | render() { method componentDidUpdate (line 123) | componentDidUpdate() { method render (line 129) | render() { class Test (line 85) | class Test extends Component { method componentDidMount (line 61) | componentDidMount() { method render (line 67) | render() { method render (line 96) | render() { method componentDidUpdate (line 123) | componentDidUpdate() { method render (line 129) | render() { class Test (line 118) | class Test extends Component { method componentDidMount (line 61) | componentDidMount() { method render (line 67) | render() { method render (line 96) | render() { method componentDidUpdate (line 123) | componentDidUpdate() { method render (line 129) | render() { FILE: src/__tests__/testUtils.js function unmountAll (line 8) | function unmountAll() { function renderNode (line 12) | function renderNode(node) { function sleep (line 40) | function sleep(time) { FILE: src/brahmos.js function unstable_batchedUpdates (line 62) | function unstable_batchedUpdates(cb) { FILE: src/brahmosNode.js constant TAG_NODE (line 7) | const TAG_NODE = Symbol.for('tag'); constant TAG_ELEMENT_NODE (line 8) | const TAG_ELEMENT_NODE = Symbol.for('tag-element'); constant CLASS_COMPONENT_NODE (line 9) | const CLASS_COMPONENT_NODE = Symbol.for('class-component'); constant FUNCTIONAL_COMPONENT_NODE (line 10) | const FUNCTIONAL_COMPONENT_NODE = Symbol.for('functional-component'); constant ATTRIBUTE_NODE (line 11) | const ATTRIBUTE_NODE = Symbol.for('attribute'); function isTagElementNode (line 16) | function isTagElementNode({ nodeType }: NotNil): boolean { function isHtmlTagNode (line 21) | function isHtmlTagNode({ nodeType }: NotNil): boolean { function isTagNode (line 25) | function isTagNode(node: NotNil): boolean { function isComponentNode (line 30) | function isComponentNode({ nodeType }: NotNil): boolean { function isBrahmosNode (line 34) | function isBrahmosNode(node: any): boolean { function isPrimitiveNode (line 41) | function isPrimitiveNode(node: any): boolean { function isRenderableNode (line 48) | function isRenderableNode(node: any): boolean { FILE: src/configs.js constant REACT_ELEMENT (line 4) | const REACT_ELEMENT = Symbol.for('react.element'); constant REACT_FORWARD_REF (line 5) | const REACT_FORWARD_REF = Symbol.for('react.forward_ref'); constant BRAHMOS_PLACEHOLDER (line 8) | const BRAHMOS_PLACEHOLDER = '{{brahmos}}'; constant RESERVED_ATTRIBUTES (line 11) | const RESERVED_ATTRIBUTES = { constant RENAMED_EVENTS (line 24) | const RENAMED_EVENTS = { constant ONCHANGE_INPUT_TYPES (line 35) | const ONCHANGE_INPUT_TYPES = constant CAMEL_ATTRIBUTES (line 38) | const CAMEL_ATTRIBUTES = /^(?:accent|alignment|arabic|baseline|cap|clip(... constant IS_NON_DIMENSIONAL (line 44) | const IS_NON_DIMENSIONAL = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|in... constant XLINK_NS (line 49) | const XLINK_NS = 'http://www.w3.org/1999/xlink'; constant SUSPENSE_REVEAL_INTERVAL (line 51) | const SUSPENSE_REVEAL_INTERVAL = 100; constant EFFECT_TYPE_NONE (line 70) | const EFFECT_TYPE_NONE: 0 = 0; constant EFFECT_TYPE_PLACEMENT (line 71) | const EFFECT_TYPE_PLACEMENT: 1 = 1; constant EFFECT_TYPE_OTHER (line 72) | const EFFECT_TYPE_OTHER: 2 = 2; FILE: src/createContext.js function getConsumerCallback (line 11) | function getConsumerCallback(component: AnyComponentInstance): ConsumerC... function createContext (line 30) | function createContext(defaultValue: any): ContextType { FILE: src/createPortal.js function createPortal (line 7) | function createPortal(child: ?BrahmosNode, container: HTMLElement) { FILE: src/effectLoop.js function updateTextNode (line 40) | function updateTextNode(fiber: Fiber): void { function getTagChild (line 65) | function getTagChild(fiber: Fiber): Fiber { function setLastItemInParentDOM (line 71) | function setLastItemInParentDOM(parentNode: ExtendedElement, nodeInstanc... function setFirstNodeReference (line 80) | function setFirstNodeReference(part: Part, firstDOMNode: Node) { function handleComponentEffect (line 205) | function handleComponentEffect(fiber) { function handleComponentPostCommitEffect (line 244) | function handleComponentPostCommitEffect(fiber) { function handleAttributeEffect (line 303) | function handleAttributeEffect(fiber, domNode) { function resetEffectProperties (line 314) | function resetEffectProperties(root: HostFiber) { function resetAlternate (line 334) | function resetAlternate(alternate) { function removeTransitionFromRoot (line 341) | function removeTransitionFromRoot(root: HostFiber): void { function handleFiberEffect (line 349) | function handleFiberEffect(fiber) { method handleFiberEffect (line 445) | handleFiberEffect(fibersWithEffect[i]); FILE: src/fiber.js function getCurrentComponentFiber (line 36) | function getCurrentComponentFiber(): Fiber { function setUpdateTime (line 51) | function setUpdateTime(fiber: Fiber, type: UpdateType) { function linkFiber (line 62) | function linkFiber(fiber, refFiber, parentFiber) { function markPendingEffect (line 73) | function markPendingEffect(fiber: Fiber, effectType: EffectType) { function cloneChildrenFibers (line 135) | function cloneChildrenFibers(fiber: Fiber): void { function createHostFiber (line 162) | function createHostFiber(domNode: ExtendedElement): HostFiber { function createFiber (line 205) | function createFiber(root: HostFiber, node: BrahmosNode, part: Part): Fi... function addAlternates (line 237) | function addAlternates(current: Fiber, wip: Fiber): void { function shouldClone (line 286) | function shouldClone(newNode: any, oldNode: any): boolean { function needProcessing (line 304) | function needProcessing(fiber, lastCompleteTime, updateTimeKey) { function getFiberWhichRequiresProcessing (line 308) | function getFiberWhichRequiresProcessing(fiber, lastCompleteTime, update... function getNextFiber (line 317) | function getNextFiber( function getFiberFromComponent (line 348) | function getFiberFromComponent(component: AnyComponentInstance): Fiber { function resetToCommittedChild (line 362) | function resetToCommittedChild(fiber: Fiber): void { function markToTearDown (line 376) | function markToTearDown(fiber: Fiber): void { FILE: src/functionalComponentInstance.js function functionalComponentInstance (line 6) | function functionalComponentInstance( FILE: src/helpers/shallowEqual.js function shallowEqual (line 6) | function shallowEqual(objA: any, objB: any): boolean { FILE: src/hooks.js function getCurrentComponent (line 50) | function getCurrentComponent() { function cloneHooks (line 57) | function cloneHooks(component) { function getHooksList (line 84) | function getHooksList(updateType, component) { function getHooksListFromFiber (line 92) | function getHooksListFromFiber(fiber) { function getCurrentHook (line 106) | function getCurrentHook(updateType, hookIndex, component) { function isDependenciesChanged (line 122) | function isDependenciesChanged(deps, oldDeps) { function reRenderComponentIfRequired (line 134) | function reRenderComponentIfRequired(component, state, lastState) { method updater (line 231) | updater() { method effect (line 346) | effect() { method clearTimeout (line 449) | clearTimeout() { method updatePendingState (line 452) | updatePendingState(isPending, updateSource) { method startTransition (line 468) | startTransition(cb: Function) { FILE: src/memo.js function memo (line 4) | function memo(Component, comparator) { FILE: src/parseChildren.js constant TAG_REGEX (line 7) | const TAG_REGEX = /<([^\s"'=<>/]+)/g; constant ATTR_REGEX (line 9) | const ATTR_REGEX = /\s*([^\s"'=<>/]*)/g; constant DOUBLE_QUOTE_REGEX (line 11) | const DOUBLE_QUOTE_REGEX = /[^"]*/g; constant SINGLE_QUOTE_REGEX (line 12) | const SINGLE_QUOTE_REGEX = /[^"]*/g; constant TAG_END_REGEX (line 14) | const TAG_END_REGEX = /<\/([^\s"'=<>]+)>/g; constant STRING_CHILDREN_REGEX (line 16) | const STRING_CHILDREN_REGEX = /[^<]*/g; constant COMMENT_REGEX (line 18) | const COMMENT_REGEX = //g; constant SELF_CLOSING_TAGS (line 20) | const SELF_CLOSING_TAGS = [ function parseStatic (line 40) | function parseStatic(strings: Array) { function apply (line 229) | function apply(tree: any, values) { function parseChildren (line 262) | function parseChildren(node: BrahmosNode): BrahmosNode { FILE: src/processArrayFiber.js function processArrayFiber (line 9) | function processArrayFiber(fiber: Fiber): void { FILE: src/processComponentFiber.js function getErrorInfo (line 47) | function getErrorInfo(fiber: Fiber): ErrorInfo { function getCurrentContext (line 62) | function getCurrentContext(fiber: Fiber): AllContext { function getUpdatedState (line 85) | function getUpdatedState(prevState, updates) { function resetLoopToComponentsFiber (line 93) | function resetLoopToComponentsFiber(fiber) { function processComponentFiber (line 103) | function processComponentFiber(fiber: Fiber): void { FILE: src/processTagFiber.js function isAttrOverridden (line 11) | function isAttrOverridden(tagAttrs, attrName, attrIndex) { function attributeNode (line 17) | function attributeNode(props, ref) { function partsToFiber (line 25) | function partsToFiber(parts, values, parentFiber) { function processTagFiber (line 85) | function processTagFiber(fiber: Fiber): void { FILE: src/processTextFiber.js function processTextFiber (line 8) | function processTextFiber(fiber: Fiber): void { FILE: src/reRender.js function reRender (line 21) | function reRender(component: AnyComponentInstance): void { FILE: src/reactEvents.js function getEffectiveEventName (line 5) | function getEffectiveEventName(eventName, node) { function getInputStateType (line 17) | function getInputStateType(node) { function handleControlledReset (line 27) | function handleControlledReset(node) { function handleInputProperty (line 41) | function handleInputProperty(inputStateType, node, attrName, attrValue) { function getPatchedEventHandler (line 70) | function getPatchedEventHandler(node, attrName, handler) { FILE: src/refs.js function forwardRef (line 6) | function forwardRef(Component: FunctionalComponent): FunctionalComponent { function createRef (line 17) | function createRef(): ObjectRef { function setRef (line 22) | function setRef(ref: Ref, instance: any): void { FILE: src/render.js function render (line 16) | function render(node: any, target: ExtendedElement) { FILE: src/scheduler.js constant RENDER_SLOT (line 7) | const RENDER_SLOT = 5; constant MAX_RENDER_SLOT (line 8) | const MAX_RENDER_SLOT = 30; constant FRAME_DURATION_DEFAULT (line 9) | const FRAME_DURATION_DEFAULT = 16; constant DEFERRED_TRANSITION_MAX_RETRY (line 10) | const DEFERRED_TRANSITION_MAX_RETRY = 300; constant OTHER_TRANSITION_MAX_RETRY (line 11) | const OTHER_TRANSITION_MAX_RETRY = 600; function schedule (line 42) | function schedule(cb) { function scheduleTask (line 77) | function scheduleTask( FILE: src/tags.js method return (line 20) | return (partMetaCode) => { FILE: src/tearDown.js function tearDownChild (line 18) | function tearDownChild(child, part, _isTagNode, removeDOM) { function tearDownFiber (line 36) | function tearDownFiber(fiber, removeDOM) { FILE: src/transitionUtils.js constant PREDEFINED_TRANSITION_SYNC (line 20) | const PREDEFINED_TRANSITION_SYNC: PredefinedTransition = { constant PREDEFINED_TRANSITION_DEFERRED (line 26) | const PREDEFINED_TRANSITION_DEFERRED: PredefinedTransition = { function shouldProcessTransition (line 32) | function shouldProcessTransition(transition: AnyTransition) { function isTransitionCompleted (line 41) | function isTransitionCompleted(transition: AnyTransition): boolean { function isTransitionResolved (line 49) | function isTransitionResolved(transition: Transition): boolean { function setTransitionComplete (line 56) | function setTransitionComplete(transition: AnyTransition): void { function isCustomTransition (line 100) | function isCustomTransition(transition: Transition): boolean { FILE: src/unmountComponentAtNode.js function unmountComponentAtNode (line 7) | function unmountComponentAtNode(container: ExtendedElement): boolean { FILE: src/updateAttribute.js function applyDiffProperty (line 19) | function applyDiffProperty(newObj, oldObj, resetValue, cb) { function setAttribute (line 37) | function setAttribute(node, attrName, attrValue, oldAttrValue, isSvgAttr... function updateNodeAttributes (line 134) | function updateNodeAttributes(node, attributes, oldAttributes, isSvgAttr... FILE: src/updateUtils.js function getDeferredMeta (line 38) | function getDeferredMeta() { function setUpdateSource (line 42) | function setUpdateSource(source: UpdateSource) { function getCurrentUpdateSource (line 46) | function getCurrentUpdateSource() { function getCurrentTransition (line 50) | function getCurrentTransition() { function resetUpdateSource (line 54) | function resetUpdateSource() { function withUpdateSource (line 68) | function withUpdateSource(source: UpdateSource, cb: Function): void { function withTransition (line 74) | function withTransition(transition: AnyTransition, cb: Function): void { function shouldPreventSchedule (line 82) | function shouldPreventSchedule(root: HostFiber): boolean { function isDeferredUpdate (line 87) | function isDeferredUpdate(): boolean { function getUpdateType (line 91) | function getUpdateType(): UpdateType { function getPendingUpdatesKey (line 99) | function getPendingUpdatesKey(updateType: UpdateType) { function getPendingUpdates (line 106) | function getPendingUpdates(fiber: Fiber): PendingUpdates { function deferredUpdates (line 126) | function deferredUpdates(cb: Function): void { function syncUpdates (line 134) | function syncUpdates(cb: Function): void { function getComponentFiberInWorkingTree (line 138) | function getComponentFiberInWorkingTree(fiber, nodeInstance) { FILE: src/utils.js function isHTMLElement (line 14) | function isHTMLElement(tagName: string): boolean { function isEventAttribute (line 19) | function isEventAttribute(attrName: string): boolean { function getEffectiveAttrName (line 29) | function getEffectiveAttrName(attrName: string): string { function getNodeName (line 43) | function getNodeName(node: HTMLElement): string { function getEventName (line 47) | function getEventName(attrName: string, isCaptureEvent: boolean): string { function isCustomElement (line 54) | function isCustomElement(tagName: string): boolean { function isNil (line 60) | function isNil(val: any): boolean { function now (line 71) | function now(): number { function timestamp (line 78) | function timestamp(): number { function addDataContainer (line 83) | function addDataContainer(domNode: Node): void { function getNormalizedProps (line 94) | function getNormalizedProps(props: ObjectLiteral, includeRef: boolean): ... function loopEntries (line 110) | function loopEntries(obj: ObjectLiteral, cb: (key: string, value: any) =... method if (line 221) | if (object[method]) { method read (line 269) | read() { FILE: src/workLoop.js function fiberHasUnprocessedUpdates (line 49) | function fiberHasUnprocessedUpdates(fiber) { function processFiber (line 61) | function processFiber(fiber: Fiber) { function shouldCommit (line 101) | function shouldCommit(root) { function workLoop (line 161) | function workLoop(fiber: Fiber, topFiber: Fiber | HostFiber) { function doDeferredProcessing (line 239) | function doDeferredProcessing(root: HostFiber) { function doSyncProcessing (line 261) | function doSyncProcessing(fiber: Fiber) {