SYMBOL INDEX (2545 symbols across 190 files) FILE: compat/client.js function createRoot (line 3) | function createRoot(container) { FILE: compat/client.mjs function createRoot (line 3) | function createRoot(container) { function hydrateRoot (line 16) | function hydrateRoot(container, children) { FILE: compat/scheduler.js function unstable_runWithPriority (line 3) | function unstable_runWithPriority(priority, callback) { FILE: compat/scheduler.mjs function unstable_runWithPriority (line 19) | function unstable_runWithPriority(priority, callback) { FILE: compat/src/Children.js method count (line 12) | count(children) { method only (line 15) | only(children) { FILE: compat/src/PureComponent.js function PureComponent (line 7) | function PureComponent(p, c) { FILE: compat/src/forwardRef.js constant REACT_FORWARD_SYMBOL (line 3) | const REACT_FORWARD_SYMBOL = Symbol.for('react.forward_ref'); function forwardRef (line 12) | function forwardRef(fn) { FILE: compat/src/hooks.js function useSyncExternalStore (line 8) | function useSyncExternalStore(subscribe, getSnapshot) { function didSnapshotChange (line 44) | function didSnapshotChange(inst) { function startTransition (line 52) | function startTransition(cb) { function useDeferredValue (line 56) | function useDeferredValue(val) { function useTransition (line 60) | function useTransition() { FILE: compat/src/index.d.ts type FunctionComponent (line 7) | interface FunctionComponent

{ type ComponentClass (line 16) | interface ComponentClass

{ type Component (line 29) | interface Component

{ type HTMLAttributes (line 166) | interface HTMLAttributes type HTMLProps (line 168) | interface HTMLProps type AllHTMLAttributes (line 171) | interface AllHTMLAttributes type SVGProps (line 176) | interface SVGProps type SVGAttributes (line 180) | interface SVGAttributes type ReactSVG (line 183) | interface ReactSVG extends JSXInternal.IntrinsicSVGElements {} type MemoExoticComponent (line 318) | type MemoExoticComponent> = type RefAttributes (line 335) | interface RefAttributes extends _preact.Attributes { type ForwardRefRenderFunction (line 339) | interface ForwardRefRenderFunction { type ForwardRefExoticComponent (line 344) | interface ForwardRefExoticComponent

type PropsWithoutRef (line 353) | type PropsWithoutRef

= Omit; type MutableRefObject (line 355) | interface MutableRefObject { type ForwardedRef (line 359) | type ForwardedRef = type ElementType (line 364) | type ElementType< type ComponentPropsWithoutRef (line 371) | type ComponentPropsWithoutRef = PropsWithoutRef< type ComponentPropsWithRef (line 375) | type ComponentPropsWithRef = C extends new ( type ElementRef (line 381) | type ElementRef< type PropsWithChildren (line 401) | type PropsWithChildren

= P & { FILE: compat/src/index.js function createFactory (line 50) | function createFactory(type) { function isValidElement (line 59) | function isValidElement(element) { function isFragment (line 68) | function isFragment(element) { function isMemo (line 77) | function isMemo(element) { function cloneElement (line 92) | function cloneElement(element) { function unmountComponentAtNode (line 102) | function unmountComponentAtNode(container) { function findDOMNode (line 115) | function findDOMNode(component) { function unstable_batchedUpdates (line 149) | function unstable_batchedUpdates(callback, arg) { FILE: compat/src/internal.d.ts type Component (line 13) | interface Component

extends PreactComponent { type FunctionComponent (line 28) | interface FunctionComponent

extends PreactFunctionComponent

{ type VNode (line 33) | interface VNode extends PreactVNode { type SuspenseState (line 38) | interface SuspenseState { type SuspenseComponent (line 42) | interface SuspenseComponent FILE: compat/src/memo.js function memo (line 11) | function memo(c, comparer) { FILE: compat/src/portals.js function ContextProvider (line 6) | function ContextProvider(props) { function Portal (line 18) | function Portal(props) { function createPortal (line 70) | function createPortal(vnode, container) { FILE: compat/src/render.js constant REACT_ELEMENT_TYPE (line 29) | const REACT_ELEMENT_TYPE = Symbol.for('react.element'); constant CAMEL_PROPS (line 31) | const CAMEL_PROPS = constant CAMEL_REPLACE (line 33) | const CAMEL_REPLACE = /[A-Z0-9]/g; constant IS_DOM (line 34) | const IS_DOM = typeof document !== 'undefined'; method get (line 56) | get() { method set (line 59) | set(v) { function render (line 76) | function render(vnode, parent, callback) { function hydrate (line 89) | function hydrate(vnode, parent, callback) { method get (line 112) | get() { function handleDomVNode (line 117) | function handleDomVNode(vnode) { method readContext (line 297) | readContext(context) { FILE: compat/src/suspense.d.ts type SuspenseProps (line 10) | interface SuspenseProps { class Suspense (line 15) | class Suspense extends Component { FILE: compat/src/suspense.js function detachedClone (line 42) | function detachedClone(vnode, detachedParent, parentDom) { function removeOriginal (line 73) | function removeOriginal(vnode, detachedParent, originalParent) { function Suspense (line 101) | function Suspense() { function lazy (line 217) | function lazy(loader) { FILE: compat/src/util.js function shallowDiffers (line 9) | function shallowDiffers(a, b) { constant IS_NON_DIMENSIONAL (line 15) | const IS_NON_DIMENSIONAL = FILE: compat/test/browser/Children.test.jsx function Foo (line 24) | function Foo(props) { function Foo (line 48) | function Foo(props) { function Foo (line 80) | function Foo(props) { function Foo (line 178) | function Foo(props) { FILE: compat/test/browser/PureComponent.test.jsx class Foo (line 28) | class Foo extends React.PureComponent { method constructor (line 29) | constructor(props) { method constructor (line 45) | constructor(props, context) { method render (line 53) | render(props) { class Foo (line 44) | class Foo extends React.PureComponent { method constructor (line 29) | constructor(props) { method constructor (line 45) | constructor(props, context) { method render (line 53) | render(props) { class Pure (line 78) | class Pure extends React.PureComponent { method render (line 79) | render() { class C (line 103) | class C extends React.PureComponent { method render (line 104) | render() { class App (line 141) | class App extends React.PureComponent { method render (line 142) | render() { FILE: compat/test/browser/cloneElement.test.jsx function Foo (line 89) | function Foo(props) { FILE: compat/test/browser/compat.options.test.jsx class ClassApp (line 42) | class ClassApp extends Component { method constructor (line 43) | constructor() { method render (line 52) | render() { FILE: compat/test/browser/component.test.jsx class Demo (line 30) | class Demo extends React.Component { method render (line 31) | render() { class Child (line 56) | class Child extends React.Component { method componentWillReceiveProps (line 57) | componentWillReceiveProps(newProps) { method render (line 60) | render() { class Parent (line 65) | class Parent extends React.Component { method render (line 66) | render() { class Foo (line 84) | class Foo extends React.Component { method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method render (line 90) | render() { method render (line 104) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps() { method render (line 126) | render() { method render (line 141) | render() { method UNSAFE_componentWillUpdate (line 161) | UNSAFE_componentWillUpdate() { method render (line 165) | render() { method render (line 180) | render() { method render (line 198) | render() { method UNSAFE_componentWillMount (line 221) | UNSAFE_componentWillMount() {} method UNSAFE_componentWillReceiveProps (line 223) | UNSAFE_componentWillReceiveProps() {} method UNSAFE_componentWillUpdate (line 225) | UNSAFE_componentWillUpdate() {} method render (line 226) | render() { class Foo (line 103) | class Foo extends React.Component { method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method render (line 90) | render() { method render (line 104) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps() { method render (line 126) | render() { method render (line 141) | render() { method UNSAFE_componentWillUpdate (line 161) | UNSAFE_componentWillUpdate() { method render (line 165) | render() { method render (line 180) | render() { method render (line 198) | render() { method UNSAFE_componentWillMount (line 221) | UNSAFE_componentWillMount() {} method UNSAFE_componentWillReceiveProps (line 223) | UNSAFE_componentWillReceiveProps() {} method UNSAFE_componentWillUpdate (line 225) | UNSAFE_componentWillUpdate() {} method render (line 226) | render() { class Foo (line 120) | class Foo extends React.Component { method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method render (line 90) | render() { method render (line 104) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps() { method render (line 126) | render() { method render (line 141) | render() { method UNSAFE_componentWillUpdate (line 161) | UNSAFE_componentWillUpdate() { method render (line 165) | render() { method render (line 180) | render() { method render (line 198) | render() { method UNSAFE_componentWillMount (line 221) | UNSAFE_componentWillMount() {} method UNSAFE_componentWillReceiveProps (line 223) | UNSAFE_componentWillReceiveProps() {} method UNSAFE_componentWillUpdate (line 225) | UNSAFE_componentWillUpdate() {} method render (line 226) | render() { class Foo (line 140) | class Foo extends React.Component { method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method render (line 90) | render() { method render (line 104) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps() { method render (line 126) | render() { method render (line 141) | render() { method UNSAFE_componentWillUpdate (line 161) | UNSAFE_componentWillUpdate() { method render (line 165) | render() { method render (line 180) | render() { method render (line 198) | render() { method UNSAFE_componentWillMount (line 221) | UNSAFE_componentWillMount() {} method UNSAFE_componentWillReceiveProps (line 223) | UNSAFE_componentWillReceiveProps() {} method UNSAFE_componentWillUpdate (line 225) | UNSAFE_componentWillUpdate() {} method render (line 226) | render() { class Foo (line 159) | class Foo extends React.Component { method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method render (line 90) | render() { method render (line 104) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps() { method render (line 126) | render() { method render (line 141) | render() { method UNSAFE_componentWillUpdate (line 161) | UNSAFE_componentWillUpdate() { method render (line 165) | render() { method render (line 180) | render() { method render (line 198) | render() { method UNSAFE_componentWillMount (line 221) | UNSAFE_componentWillMount() {} method UNSAFE_componentWillReceiveProps (line 223) | UNSAFE_componentWillReceiveProps() {} method UNSAFE_componentWillUpdate (line 225) | UNSAFE_componentWillUpdate() {} method render (line 226) | render() { class Foo (line 179) | class Foo extends React.Component { method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method render (line 90) | render() { method render (line 104) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps() { method render (line 126) | render() { method render (line 141) | render() { method UNSAFE_componentWillUpdate (line 161) | UNSAFE_componentWillUpdate() { method render (line 165) | render() { method render (line 180) | render() { method render (line 198) | render() { method UNSAFE_componentWillMount (line 221) | UNSAFE_componentWillMount() {} method UNSAFE_componentWillReceiveProps (line 223) | UNSAFE_componentWillReceiveProps() {} method UNSAFE_componentWillUpdate (line 225) | UNSAFE_componentWillUpdate() {} method render (line 226) | render() { class Foo (line 197) | class Foo extends React.Component { method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method render (line 90) | render() { method render (line 104) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps() { method render (line 126) | render() { method render (line 141) | render() { method UNSAFE_componentWillUpdate (line 161) | UNSAFE_componentWillUpdate() { method render (line 165) | render() { method render (line 180) | render() { method render (line 198) | render() { method UNSAFE_componentWillMount (line 221) | UNSAFE_componentWillMount() {} method UNSAFE_componentWillReceiveProps (line 223) | UNSAFE_componentWillReceiveProps() {} method UNSAFE_componentWillUpdate (line 225) | UNSAFE_componentWillUpdate() {} method render (line 226) | render() { class Foo (line 219) | class Foo extends React.Component { method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method render (line 90) | render() { method render (line 104) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps() { method render (line 126) | render() { method render (line 141) | render() { method UNSAFE_componentWillUpdate (line 161) | UNSAFE_componentWillUpdate() { method render (line 165) | render() { method render (line 180) | render() { method render (line 198) | render() { method UNSAFE_componentWillMount (line 221) | UNSAFE_componentWillMount() {} method UNSAFE_componentWillReceiveProps (line 223) | UNSAFE_componentWillReceiveProps() {} method UNSAFE_componentWillUpdate (line 225) | UNSAFE_componentWillUpdate() {} method render (line 226) | render() { class Page (line 244) | class Page extends React.Component { method UNSAFE_componentWillMount (line 245) | UNSAFE_componentWillMount() {} method render (line 246) | render() { class WithDefaultProps (line 269) | class WithDefaultProps extends Component { method constructor (line 270) | constructor(props, context) { method render (line 279) | render() { method constructor (line 305) | constructor(props, context) { method ctor (line 309) | ctor() {} method componentWillReceiveProps (line 310) | componentWillReceiveProps() {} method render (line 311) | render() { class Outer (line 292) | class Outer extends Component { method constructor (line 293) | constructor() { method componentDidMount (line 297) | componentDidMount() { method render (line 300) | render(props, { i }) { class WithDefaultProps (line 304) | class WithDefaultProps extends Component { method constructor (line 270) | constructor(props, context) { method render (line 279) | render() { method constructor (line 305) | constructor(props, context) { method ctor (line 309) | ctor() {} method componentWillReceiveProps (line 310) | componentWillReceiveProps() {} method render (line 311) | render() { FILE: compat/test/browser/componentDidCatch.test.jsx class Receiver (line 19) | class Receiver extends Component { method constructor (line 20) | constructor(props) { method componentDidCatch (line 25) | componentDidCatch(error, errorInfo) { method render (line 29) | render() { function ThrowErr (line 37) | function ThrowErr() { FILE: compat/test/browser/context.test.jsx function runUpdate (line 43) | function runUpdate() { class Router (line 51) | class Router extends Component { method constructor (line 52) | constructor(props) { method render (line 63) | render() { class Route (line 76) | class Route extends Component { method render (line 77) | render() { function Page (line 97) | function Page() { function App (line 123) | function App() { FILE: compat/test/browser/events.test.jsx method onChange (line 205) | onChange() {} function expectToBeNormalized (line 207) | function expectToBeNormalized(vnode, desc) { function expectToBeUnmodified (line 215) | function expectToBeUnmodified(vnode, desc) { FILE: compat/test/browser/findDOMNode.test.jsx class Helper (line 8) | class Helper extends React.Component { method render (line 9) | render({ something }) { FILE: compat/test/browser/forwardRef.test.jsx function Foo (line 136) | function Foo({ forwardedRef, setRefOnDiv }) { class Provider (line 478) | class Provider extends Component { method getChildContext (line 479) | getChildContext() { method render (line 482) | render() { function Foo (line 505) | function Foo(props, ref) { FILE: compat/test/browser/isMemo.test.jsx function Foo (line 16) | function Foo() { function Foo (line 24) | function Foo() { FILE: compat/test/browser/memo.test.jsx function Foo (line 43) | function Foo() { class App (line 52) | class App extends Component { method constructor (line 53) | constructor() { method render (line 57) | render() { method constructor (line 86) | constructor() { method render (line 90) | render() { method constructor (line 119) | constructor() { method render (line 123) | render() { method getDerivedStateFromError (line 256) | static getDerivedStateFromError() { method render (line 260) | render() { function Foo (line 76) | function Foo(props) { class App (line 85) | class App extends Component { method constructor (line 53) | constructor() { method render (line 57) | render() { method constructor (line 86) | constructor() { method render (line 90) | render() { method constructor (line 119) | constructor() { method render (line 123) | render() { method getDerivedStateFromError (line 256) | static getDerivedStateFromError() { method render (line 260) | render() { function Foo (line 109) | function Foo() { class App (line 118) | class App extends Component { method constructor (line 53) | constructor() { method render (line 57) | render() { method constructor (line 86) | constructor() { method render (line 90) | render() { method constructor (line 119) | constructor() { method render (line 123) | render() { method getDerivedStateFromError (line 256) | static getDerivedStateFromError() { method render (line 260) | render() { function Foo (line 138) | function Foo() { function Foo (line 153) | function Foo() { function Foo (line 234) | function Foo() { class App (line 255) | class App extends Component { method constructor (line 53) | constructor() { method render (line 57) | render() { method constructor (line 86) | constructor() { method render (line 90) | render() { method constructor (line 119) | constructor() { method render (line 123) | render() { method getDerivedStateFromError (line 256) | static getDerivedStateFromError() { method render (line 260) | render() { FILE: compat/test/browser/portals.test.jsx function Foo (line 41) | function Foo(props) { function Foo (line 54) | function Foo(props) { function Modal (line 76) | function Modal() { function Foo (line 89) | function Foo(props) { function Foo (line 106) | function Foo(props) { function Foo (line 142) | function Foo(props) { class Child (line 167) | class Child extends Component { method componentWillUnmount (line 168) | componentWillUnmount() { method render (line 172) | render(props) { method componentDidMount (line 659) | componentDidMount() { method render (line 663) | render() { function Foo (line 177) | function Foo(props) { function Dialog (line 206) | function Dialog() { function App (line 210) | function App() { method componentDidMount (line 670) | componentDidMount() { method render (line 673) | render() { function Id (line 226) | function Id() { function Dialog (line 231) | function Dialog() { function App (line 235) | function App() { method componentDidMount (line 670) | componentDidMount() { method render (line 673) | render() { function Id (line 258) | function Id() { function Dialog (line 263) | function Dialog(props) { function App (line 267) | function App(props) { method componentDidMount (line 670) | componentDidMount() { method render (line 673) | render() { function Dialog (line 296) | function Dialog() { function App (line 300) | function App() { method componentDidMount (line 670) | componentDidMount() { method render (line 673) | render() { function Foo (line 316) | function Foo(props) { function Foo (line 368) | function Foo(props) { function Foo (line 417) | function Foo(props) { function Foo (line 456) | function Foo(props) { function Foo (line 503) | function Foo(props) { function Bar (line 543) | function Bar() { function Foo (line 559) | function Foo(props) { function PortalComponent (line 594) | function PortalComponent(props) { function App (line 607) | function App() { method componentDidMount (line 670) | componentDidMount() { method render (line 673) | render() { class Child (line 658) | class Child extends Component { method componentWillUnmount (line 168) | componentWillUnmount() { method render (line 172) | render(props) { method componentDidMount (line 659) | componentDidMount() { method render (line 663) | render() { class App (line 669) | class App extends Component { method componentDidMount (line 670) | componentDidMount() { method render (line 673) | render() { function Foo (line 803) | function Foo(props) { function App (line 887) | function App() { method componentDidMount (line 670) | componentDidMount() { method render (line 673) | render() { FILE: compat/test/browser/render.test.jsx function App (line 124) | function App() { method componentDidMount (line 534) | componentDidMount() { method componentDidUpdate (line 538) | componentDidUpdate() { method render (line 542) | render() { function App (line 141) | function App() { method componentDidMount (line 534) | componentDidMount() { method componentDidUpdate (line 538) | componentDidUpdate() { method render (line 542) | render() { function TestComponent (line 164) | function TestComponent({ message }) { function TestComponent (line 176) | function TestComponent({ message }) { function TestComponent (line 188) | function TestComponent({ message }) { function TestComponent (line 200) | function TestComponent({ message }) { function TestComponent (line 212) | function TestComponent({ title, message, count }) { class Input (line 270) | class Input extends Component { method render (line 271) | render() { function Foo (line 368) | function Foo(props) { function Foo (line 384) | function Foo(props) { function Foo (line 394) | function Foo(props) { function ClassNameCheck (line 467) | function ClassNameCheck(props) { class OtherThing (line 474) | class OtherThing extends Component { method render (line 475) | render({ children }) { function StaticContent (line 519) | function StaticContent({ children, element = 'div', staticMode }) { class App (line 533) | class App extends Component { method componentDidMount (line 534) | componentDidMount() { method componentDidUpdate (line 538) | componentDidUpdate() { method render (line 542) | render() { function readContext (line 601) | function readContext(Context) { function Foo (line 608) | function Foo() { class Inner (line 629) | class Inner extends Component { method render (line 630) | render(props) { function useStateWrapper (line 663) | function useStateWrapper(init) { function Foo (line 670) | function Foo() { FILE: compat/test/browser/select.test.jsx function App (line 16) | function App() { FILE: compat/test/browser/suspense-hydration.test.jsx function onUnhandledRejection (line 32) | function onUnhandledRejection(event) { function Counter (line 175) | function Counter() { function Counter (line 219) | function Counter() { function Component (line 233) | function Component() { function Counter (line 273) | function Counter() { function Component (line 287) | function Component() { function Counter (line 318) | function Counter() { function Component (line 330) | function Component() { function Counter (line 490) | function Counter({ children }) { function Counter (line 545) | function Counter() { function App (line 615) | function App() { function App (line 708) | function App() { class ErrorBoundary (line 1026) | class ErrorBoundary extends React.Component { method constructor (line 1027) | constructor(props) { method getDerivedStateFromError (line 1032) | static getDerivedStateFromError() { method render (line 1036) | render() { function App (line 1042) | function App() { class ThrowOrRender (line 1059) | class ThrowOrRender extends React.Component { method shouldComponentUpdate (line 1060) | shouldComponentUpdate() { method render (line 1063) | render() { FILE: compat/test/browser/suspense-utils.js function createLazy (line 34) | function createLazy() { function createSuspender (line 89) | function createSuspender(DefaultComponent) { function createSuspenseLoader (line 122) | function createSuspenseLoader() { FILE: compat/test/browser/suspense.test.jsx class Catcher (line 22) | class Catcher extends Component { method constructor (line 23) | constructor(props) { method componentDidCatch (line 28) | componentDidCatch(e) { method render (line 36) | render(props, state) { function onUnhandledRejection (line 51) | function onUnhandledRejection(event) { function fakeImport (line 114) | function fakeImport() { class App (line 298) | class App extends Component { method constructor (line 299) | constructor(props) { method render (line 304) | render(props, state) { class ClassWrapper (line 379) | class ClassWrapper extends Component { method render (line 380) | render(props) { class LifecycleSuspender (line 431) | class LifecycleSuspender extends Component { method render (line 432) | render() { method componentWillMount (line 438) | componentWillMount() {} method componentDidMount (line 439) | componentDidMount() {} method componentDidUpdate (line 440) | componentDidUpdate() {} method componentWillUnmount (line 441) | componentWillUnmount() {} method constructor (line 499) | constructor(props) { method render (line 505) | render() { method componentWillMount (line 516) | componentWillMount() {} method componentDidMount (line 517) | componentDidMount() {} method componentWillUnmount (line 518) | componentWillUnmount() {} method componentDidUpdate (line 519) | componentDidUpdate() {} class LifecycleSuspender (line 498) | class LifecycleSuspender extends Component { method render (line 432) | render() { method componentWillMount (line 438) | componentWillMount() {} method componentDidMount (line 439) | componentDidMount() {} method componentDidUpdate (line 440) | componentDidUpdate() {} method componentWillUnmount (line 441) | componentWillUnmount() {} method constructor (line 499) | constructor(props) { method render (line 505) | render() { method componentWillMount (line 516) | componentWillMount() {} method componentDidMount (line 517) | componentDidMount() {} method componentWillUnmount (line 518) | componentWillUnmount() {} method componentDidUpdate (line 519) | componentDidUpdate() {} class LifecycleLogger (line 575) | class LifecycleLogger extends Component { method render (line 576) | render() { method componentWillMount (line 579) | componentWillMount() {} method componentDidMount (line 580) | componentDidMount() {} method componentDidUpdate (line 581) | componentDidUpdate() {} method componentWillUnmount (line 582) | componentWillUnmount() {} method render (line 632) | render() { method componentWillMount (line 635) | componentWillMount() {} method componentDidMount (line 636) | componentDidMount() {} method componentWillUnmount (line 637) | componentWillUnmount() {} class LifecycleLogger (line 631) | class LifecycleLogger extends Component { method render (line 576) | render() { method componentWillMount (line 579) | componentWillMount() {} method componentDidMount (line 580) | componentDidMount() {} method componentDidUpdate (line 581) | componentDidUpdate() {} method componentWillUnmount (line 582) | componentWillUnmount() {} method render (line 632) | render() { method componentWillMount (line 635) | componentWillMount() {} method componentDidMount (line 636) | componentDidMount() {} method componentWillUnmount (line 637) | componentWillUnmount() {} class Stateful (line 681) | class Stateful extends Component { method constructor (line 682) | constructor(props) { method render (line 687) | render(props, state) { method constructor (line 731) | constructor(props) { method render (line 736) | render(props, state) { method constructor (line 784) | constructor(props) { method render (line 789) | render(props, state) { class Stateful (line 730) | class Stateful extends Component { method constructor (line 682) | constructor(props) { method render (line 687) | render(props, state) { method constructor (line 731) | constructor(props) { method render (line 736) | render(props, state) { method constructor (line 784) | constructor(props) { method render (line 789) | render(props, state) { class Stateful (line 783) | class Stateful extends Component { method constructor (line 682) | constructor(props) { method render (line 687) | render(props, state) { method constructor (line 731) | constructor(props) { method render (line 736) | render(props, state) { method constructor (line 784) | constructor(props) { method render (line 789) | render(props, state) { class StatefulComp (line 1001) | class StatefulComp extends Component { method constructor (line 1002) | constructor(props) { method render (line 1009) | render(props, { tag: Tag }) { function ProfilePage (line 1282) | function ProfilePage() { class Conditional (line 1437) | class Conditional extends Component { method constructor (line 1438) | constructor(props) { method render (line 1447) | render(props, { show }) { method constructor (line 1492) | constructor(props) { method render (line 1501) | render(props, { show }) { method constructor (line 1563) | constructor(props) { method render (line 1575) | render(props, { show, value }) { method constructor (line 1629) | constructor(props) { method render (line 1638) | render(props, { show }) { method constructor (line 1760) | constructor(props) { method render (line 1769) | render(props, { show }) { class Conditional (line 1491) | class Conditional extends Component { method constructor (line 1438) | constructor(props) { method render (line 1447) | render(props, { show }) { method constructor (line 1492) | constructor(props) { method render (line 1501) | render(props, { show }) { method constructor (line 1563) | constructor(props) { method render (line 1575) | render(props, { show, value }) { method constructor (line 1629) | constructor(props) { method render (line 1638) | render(props, { show }) { method constructor (line 1760) | constructor(props) { method render (line 1769) | render(props, { show }) { function Lazy (line 1548) | function Lazy({ value }) { class Conditional (line 1562) | class Conditional extends Component { method constructor (line 1438) | constructor(props) { method render (line 1447) | render(props, { show }) { method constructor (line 1492) | constructor(props) { method render (line 1501) | render(props, { show }) { method constructor (line 1563) | constructor(props) { method render (line 1575) | render(props, { show, value }) { method constructor (line 1629) | constructor(props) { method render (line 1638) | render(props, { show }) { method constructor (line 1760) | constructor(props) { method render (line 1769) | render(props, { show }) { class Conditional (line 1628) | class Conditional extends Component { method constructor (line 1438) | constructor(props) { method render (line 1447) | render(props, { show }) { method constructor (line 1492) | constructor(props) { method render (line 1501) | render(props, { show }) { method constructor (line 1563) | constructor(props) { method render (line 1575) | render(props, { show, value }) { method constructor (line 1629) | constructor(props) { method render (line 1638) | render(props, { show }) { method constructor (line 1760) | constructor(props) { method render (line 1769) | render(props, { show }) { class Updater (line 1676) | class Updater extends Component { method constructor (line 1677) | constructor(props) { method render (line 1686) | render(props, { i }) { class Suspender (line 1731) | class Suspender extends Component { method constructor (line 1732) | constructor(props) { method render (line 1741) | render() { method constructor (line 1847) | constructor(props) { method unsuspend (line 1853) | unsuspend() { method render (line 1857) | render() { method constructor (line 2561) | constructor(props) { method render (line 2567) | render(props, state) { method constructor (line 2626) | constructor(props) { method render (line 2631) | render(props) { class Conditional (line 1759) | class Conditional extends Component { method constructor (line 1438) | constructor(props) { method render (line 1447) | render(props, { show }) { method constructor (line 1492) | constructor(props) { method render (line 1501) | render(props, { show }) { method constructor (line 1563) | constructor(props) { method render (line 1575) | render(props, { show, value }) { method constructor (line 1629) | constructor(props) { method render (line 1638) | render(props, { show }) { method constructor (line 1760) | constructor(props) { method render (line 1769) | render(props, { show }) { class Logger (line 1832) | class Logger extends Component { method constructor (line 1833) | constructor(props) { method render (line 1838) | render({ children }) { class Suspender (line 1846) | class Suspender extends Component { method constructor (line 1732) | constructor(props) { method render (line 1741) | render() { method constructor (line 1847) | constructor(props) { method unsuspend (line 1853) | unsuspend() { method render (line 1857) | render() { method constructor (line 2561) | constructor(props) { method render (line 2567) | render(props, state) { method constructor (line 2626) | constructor(props) { method render (line 2631) | render(props) { function createSuspender (line 1897) | function createSuspender() { function Suspender (line 1964) | function Suspender({ promise, content }) { method constructor (line 1732) | constructor(props) { method render (line 1741) | render() { method constructor (line 1847) | constructor(props) { method unsuspend (line 1853) | unsuspend() { method render (line 1857) | render() { method constructor (line 2561) | constructor(props) { method render (line 2567) | render(props, state) { method constructor (line 2626) | constructor(props) { method render (line 2631) | render(props) { class Parent (line 1973) | class Parent extends Component { method constructor (line 1974) | constructor(props) { method render (line 1980) | render() { class Blocker (line 2033) | class Blocker extends Component { method shouldComponentUpdate (line 2034) | shouldComponentUpdate() { method render (line 2037) | render(props) { method shouldComponentUpdate (line 2086) | shouldComponentUpdate() { method render (line 2089) | render(props) { class Blocker (line 2085) | class Blocker extends Component { method shouldComponentUpdate (line 2034) | shouldComponentUpdate() { method render (line 2037) | render(props) { method shouldComponentUpdate (line 2086) | shouldComponentUpdate() { method render (line 2089) | render(props) { class ThrowingChild (line 2205) | class ThrowingChild extends Component { method constructor (line 2206) | constructor(props) { method render (line 2212) | render(props, state) { method constructor (line 2247) | constructor(props) { method render (line 2253) | render(props, state) { method constructor (line 2302) | constructor(props) { method render (line 2308) | render(props, state) { method constructor (line 2347) | constructor(props) { method render (line 2353) | render(props, state) { method render (line 2402) | render() { class ThrowingChild (line 2246) | class ThrowingChild extends Component { method constructor (line 2206) | constructor(props) { method render (line 2212) | render(props, state) { method constructor (line 2247) | constructor(props) { method render (line 2253) | render(props, state) { method constructor (line 2302) | constructor(props) { method render (line 2308) | render(props, state) { method constructor (line 2347) | constructor(props) { method render (line 2353) | render(props, state) { method render (line 2402) | render() { class ThrowingChild (line 2301) | class ThrowingChild extends Component { method constructor (line 2206) | constructor(props) { method render (line 2212) | render(props, state) { method constructor (line 2247) | constructor(props) { method render (line 2253) | render(props, state) { method constructor (line 2302) | constructor(props) { method render (line 2308) | render(props, state) { method constructor (line 2347) | constructor(props) { method render (line 2353) | render(props, state) { method render (line 2402) | render() { class ThrowingChild (line 2346) | class ThrowingChild extends Component { method constructor (line 2206) | constructor(props) { method render (line 2212) | render(props, state) { method constructor (line 2247) | constructor(props) { method render (line 2253) | render(props, state) { method constructor (line 2302) | constructor(props) { method render (line 2308) | render(props, state) { method constructor (line 2347) | constructor(props) { method render (line 2353) | render(props, state) { method render (line 2402) | render() { class ThrowingChild (line 2401) | class ThrowingChild extends Component { method constructor (line 2206) | constructor(props) { method render (line 2212) | render(props, state) { method constructor (line 2247) | constructor(props) { method render (line 2253) | render(props, state) { method constructor (line 2302) | constructor(props) { method render (line 2308) | render(props, state) { method constructor (line 2347) | constructor(props) { method render (line 2353) | render(props, state) { method render (line 2402) | render() { function ContextUser (line 2436) | function ContextUser() { class Suspender (line 2560) | class Suspender extends Component { method constructor (line 1732) | constructor(props) { method render (line 1741) | render() { method constructor (line 1847) | constructor(props) { method unsuspend (line 1853) | unsuspend() { method render (line 1857) | render() { method constructor (line 2561) | constructor(props) { method render (line 2567) | render(props, state) { method constructor (line 2626) | constructor(props) { method render (line 2631) | render(props) { class Suspender (line 2625) | class Suspender extends Component { method constructor (line 1732) | constructor(props) { method render (line 1741) | render() { method constructor (line 1847) | constructor(props) { method unsuspend (line 1853) | unsuspend() { method render (line 1857) | render() { method constructor (line 2561) | constructor(props) { method render (line 2567) | render(props, state) { method constructor (line 2626) | constructor(props) { method render (line 2631) | render(props) { FILE: compat/test/browser/testUtils.js function getSymbol (line 6) | function getSymbol(name, fallback) { FILE: compat/test/browser/textarea.test.jsx function App (line 25) | function App() { FILE: compat/test/browser/useSyncExternalStore.test.jsx method log (line 27) | log(arg) { function defer (line 42) | function defer(cb) { function assertLog (line 46) | function assertLog(expected) { function Text (line 51) | function Text({ text }) { function createRoot (line 57) | function createRoot(container) { function createExternalStore (line 65) | function createExternalStore(initialState) { function App (line 274) | function App() { function App (line 313) | function App() { function App (line 335) | function App() { function App (line 361) | function App() { function A (line 410) | function A() { function B (line 417) | function B() { function App (line 425) | function App() { function App (line 464) | function App() { function Child1 (line 512) | function Child1({ step }) { function Child2 (line 527) | function Child2({ step }) { function App (line 535) | function App() { function Child1 (line 572) | function Child1({ step }) { function Child2 (line 587) | function Child2({ step }) { function App (line 593) | function App() { function Child1 (line 628) | function Child1() { function Child2 (line 639) | function Child2() { function App (line 674) | function App() { class ErrorBoundary (line 697) | class ErrorBoundary extends React.Component { method getDerivedStateFromError (line 699) | static getDerivedStateFromError(error) { method render (line 702) | render() { function App (line 716) | function App() { function App (line 756) | function App() { function App (line 783) | function App() { FILE: compat/test/ts/index.tsx class SimpleComponentWithContextAsProvider (line 20) | class SimpleComponentWithContextAsProvider extends React.Component { method render (line 22) | render() { FILE: compat/test/ts/lazy.tsx type LazyProps (line 3) | interface LazyProps { type LazyState (line 7) | interface LazyState { class IsLazyComponent (line 10) | class IsLazyComponent extends React.Component< method render (line 14) | render({ isProp }: LazyProps) { FILE: compat/test/ts/memo.tsx type MemoProps (line 4) | interface MemoProps { type MemoPropsExceptDefaults (line 10) | interface MemoPropsExceptDefaults { FILE: compat/test/ts/react-default.tsx class ReactIsh (line 2) | class ReactIsh extends React.Component { method render (line 3) | render() { FILE: compat/test/ts/react-star.tsx class ReactIsh (line 3) | class ReactIsh extends React.Component { method render (line 4) | render() { FILE: compat/test/ts/suspense.tsx type LazyProps (line 3) | interface LazyProps { class ReactSuspensefulFunc (line 30) | class ReactSuspensefulFunc extends React.Component { method render (line 31) | render() { function App (line 51) | function App() { FILE: debug/src/check-props.js function resetPropWarnings (line 8) | function resetPropWarnings() { function checkPropTypes (line 24) | function checkPropTypes( FILE: debug/src/component-stack.js function getDisplayName (line 9) | function getDisplayName(vnode) { function getCurrentVNode (line 53) | function getCurrentVNode() { function isPossibleOwner (line 69) | function isPossibleOwner(vnode) { function getOwnerStack (line 78) | function getOwnerStack(vnode) { function setupComponentStack (line 107) | function setupComponentStack() { function captureOwnerStack (line 155) | function captureOwnerStack() { FILE: debug/src/constants.js constant ELEMENT_NODE (line 1) | const ELEMENT_NODE = 1; constant DOCUMENT_NODE (line 2) | const DOCUMENT_NODE = 9; constant DOCUMENT_FRAGMENT_NODE (line 3) | const DOCUMENT_FRAGMENT_NODE = 11; FILE: debug/src/debug.js function getDomChildren (line 22) | function getDomChildren(vnode) { function getClosestDomNodeParentName (line 42) | function getClosestDomNodeParentName(parent) { function initDebug (line 56) | function initDebug() { function isTableElement (line 513) | function isTableElement(type) { constant ILLEGAL_PARAGRAPH_CHILD_ELEMENTS (line 525) | const ILLEGAL_PARAGRAPH_CHILD_ELEMENTS = function serializeVNode (line 553) | function serializeVNode(vnode) { FILE: debug/src/internal.d.ts type DevtoolsInjectOptions (line 5) | interface DevtoolsInjectOptions { type DevtoolsUpdater (line 18) | interface DevtoolsUpdater { type NodeType (line 26) | type NodeType = 'Composite' | 'Native' | 'Wrapper' | 'Text'; type DevtoolData (line 28) | interface DevtoolData { type EventType (line 48) | type EventType = type DevtoolsEvent (line 56) | interface DevtoolsEvent { type DevtoolsHook (line 63) | interface DevtoolsHook { type DevtoolsWindow (line 75) | interface DevtoolsWindow extends Window { FILE: debug/src/util.js function isNaN (line 3) | function isNaN(value) { FILE: debug/test/browser/component-stack-2.test.jsx function Foo (line 32) | function Foo() { class Thrower (line 36) | class Thrower extends Component { method constructor (line 37) | constructor(props) { method render (line 42) | render() { FILE: debug/test/browser/component-stack.test.jsx function Foo (line 30) | function Foo() { class Thrower (line 34) | class Thrower extends Component { method constructor (line 35) | constructor(props) { method render (line 40) | render() { method render (line 68) | render() { function Foo (line 55) | function Foo(props) { function Bar (line 59) | function Bar() { class Thrower (line 67) | class Thrower extends Component { method constructor (line 35) | constructor(props) { method render (line 40) | render() { method render (line 68) | render() { function Thrower (line 88) | function Thrower() { method constructor (line 35) | constructor(props) { method render (line 40) | render() { method render (line 68) | render() { FILE: debug/test/browser/debug-compat.test.jsx function Foo (line 42) | function Foo(props) { method ref (line 63) | ref(props) { FILE: debug/test/browser/debug-hooks.test.jsx class Foo (line 28) | class Foo extends Component { method componentWillMount (line 29) | componentWillMount() { method render (line 33) | render() { class App (line 38) | class App extends Component { method render (line 39) | render() { function foo (line 56) | function foo() { function Foo (line 69) | function Foo(props) { method componentWillMount (line 29) | componentWillMount() { method render (line 33) | render() { function Foo (line 83) | function Foo(props) { method componentWillMount (line 29) | componentWillMount() { method render (line 33) | render() { function Foo (line 97) | function Foo(props) { method componentWillMount (line 29) | componentWillMount() { method render (line 33) | render() { FILE: debug/test/browser/debug-suspense.test.jsx function Foo (line 34) | function Foo() { function Baz (line 55) | function Baz(props) { function MyLazyLoadedComponent (line 115) | function MyLazyLoadedComponent() { FILE: debug/test/browser/debug.options.test.jsx class ClassApp (line 47) | class ClassApp extends Component { method constructor (line 48) | constructor() { method render (line 54) | render() { function HookApp (line 91) | function HookApp() { class ErrorApp (line 104) | class ErrorApp extends Component { method constructor (line 105) | constructor() { method componentDidCatch (line 109) | componentDidCatch() { method render (line 112) | render() { function Throw (line 117) | function Throw({ error }) { FILE: debug/test/browser/debug.test.jsx class App (line 72) | class App extends Component { method render (line 73) | render() { class Foo (line 168) | class Foo extends Component { method constructor (line 169) | constructor(props) { method render (line 173) | render() { method componentWillMount (line 185) | componentWillMount() { method render (line 188) | render() { method constructor (line 199) | constructor(props) { method render (line 203) | render() { method constructor (line 217) | constructor(props) { method render (line 221) | render() { class Foo (line 184) | class Foo extends Component { method constructor (line 169) | constructor(props) { method render (line 173) | render() { method componentWillMount (line 185) | componentWillMount() { method render (line 188) | render() { method constructor (line 199) | constructor(props) { method render (line 203) | render() { method constructor (line 217) | constructor(props) { method render (line 221) | render() { class Foo (line 198) | class Foo extends Component { method constructor (line 169) | constructor(props) { method render (line 173) | render() { method componentWillMount (line 185) | componentWillMount() { method render (line 188) | render() { method constructor (line 199) | constructor(props) { method render (line 203) | render() { method constructor (line 217) | constructor(props) { method render (line 221) | render() { class Foo (line 216) | class Foo extends Component { method constructor (line 169) | constructor(props) { method render (line 173) | render() { method componentWillMount (line 185) | componentWillMount() { method render (line 188) | render() { method constructor (line 199) | constructor(props) { method render (line 203) | render() { method constructor (line 217) | constructor(props) { method render (line 221) | render() { function TestComponent (line 279) | function TestComponent({ loop = false }) { function TestComponent (line 310) | function TestComponent() { function App (line 365) | function App() { method render (line 73) | render() { function App (line 381) | function App() { method render (line 73) | render() { FILE: debug/test/browser/prop-types.test.js function Foo (line 39) | function Foo(props) { function Foo (line 76) | function Foo(props) { function Baz (line 100) | function Baz(props) { function Bar (line 118) | function Bar(props) { FILE: debug/test/browser/serializeVNode.test.jsx function Foo (line 6) | function Foo() { class Bar (line 15) | class Bar extends Component { method render (line 16) | render() { function Foo (line 34) | function Foo() { function Foo (line 52) | function Foo(props) { FILE: debug/test/browser/validateHookArgs.test.jsx function validateHook (line 20) | function validateHook(name, hook) { FILE: demo/contenteditable.jsx function Contenteditable (line 3) | function Contenteditable() { FILE: demo/context.jsx class ThemeProvider (line 5) | class ThemeProvider extends Component { method render (line 17) | render() { class Child (line 27) | class Child extends Component { method shouldComponentUpdate (line 28) | shouldComponentUpdate() { method render (line 32) | render() { class ContextDemo (line 42) | class ContextDemo extends Component { method render (line 43) | render() { FILE: demo/devtools.jsx function Foo (line 3) | function Foo() { function LazyComp (line 7) | function LazyComp() { class DevtoolsDemo (line 15) | class DevtoolsDemo extends Component { method render (line 16) | render() { FILE: demo/fragments.jsx class FragmentComp (line 3) | class FragmentComp extends Component { method componentDidMount (line 6) | componentDidMount() { method updateChildren (line 10) | updateChildren() { method render (line 14) | render(props, state) { FILE: demo/index.jsx class Home (line 44) | class Home extends Component { method render (line 45) | render() { class DevtoolsWarning (line 54) | class DevtoolsWarning extends Component { method render (line 59) | render() { class App (line 68) | class App extends Component { method render (line 69) | render({ url }) { function EmptyFragment (line 185) | function EmptyFragment() { FILE: demo/key_bug.jsx function Foo (line 3) | function Foo(props) { class KeyBug (line 7) | class KeyBug extends Component { method constructor (line 8) | constructor() { method onClick (line 14) | onClick() { method render (line 18) | render() { FILE: demo/list.jsx function List (line 10) | function List({ items, renders, useKeys, useCounts, update }) { function update (line 56) | function update(partial) { FILE: demo/logger.jsx function logger (line 1) | function logger(logStats, logConsole) { class ConsoleBuffer (line 137) | class ConsoleBuffer { method constructor (line 138) | constructor() { method proxy (line 148) | proxy(methodName) { method deferFlush (line 155) | deferFlush() { method flush (line 163) | flush() { FILE: demo/mobx.jsx class Todo (line 5) | class Todo { method constructor (line 6) | constructor() { function MobXDemo (line 48) | function MobXDemo() { FILE: demo/nested-suspense/addnewcomponent.jsx function AddNewComponent (line 3) | function AddNewComponent({ appearance }) { FILE: demo/nested-suspense/component-container.jsx function ComponentContainer (line 10) | function ComponentContainer({ appearance }) { FILE: demo/nested-suspense/dropzone.jsx function DropZone (line 3) | function DropZone({ appearance }) { FILE: demo/nested-suspense/editor.jsx function Editor (line 3) | function Editor({ children }) { FILE: demo/nested-suspense/index.jsx class App (line 33) | class App extends Component { method getDerivedStateFromError (line 36) | static getDerivedStateFromError(error) { method render (line 42) | render() { FILE: demo/nested-suspense/subcomponent.jsx function SubComponent (line 3) | function SubComponent({ onClick }) { FILE: demo/people/index.tsx class App (line 10) | class App extends Component { method componentDidMount (line 11) | componentDidMount() { method render (line 15) | render() { FILE: demo/people/profile.tsx type ProfileProps (line 7) | type ProfileProps = RouteChildProps; class Profile (line 9) | class Profile extends Component { method componentDidMount (line 13) | componentDidMount() { method componentWillReceiveProps (line 17) | componentWillReceiveProps(props: ProfileProps) { method render (line 21) | render() { method user (line 49) | get user() { FILE: demo/people/router.tsx type RouterData (line 17) | type RouterData = { method navigate (line 26) | navigate() {} type RouteChildProps (line 68) | type RouteChildProps = { route: string }; type RouteProps (line 69) | type RouteProps = { type LinkProps (line 99) | type LinkProps = JSX.HTMLAttributes & { FILE: demo/people/store.ts method getSortedUsers (line 27) | getSortedUsers() { method deleteUser (line 60) | deleteUser(id: string) { method setUsersOrder (line 64) | setUsersOrder(order: 'name' | 'id') { type StoreType (line 69) | type StoreType = Instance; FILE: demo/preact.jsx function asArray (line 15) | function asArray(arr) { function normalize (line 19) | function normalize(obj) { function Component (line 29) | function Component(props, context) { FILE: demo/profiler.jsx function getPrimes (line 3) | function getPrimes(max) { function Foo (line 20) | function Foo(props) { function Bar (line 24) | function Bar() { function PrimeNumber (line 33) | function PrimeNumber(props) { class ProfilerDemo (line 46) | class ProfilerDemo extends Component { method constructor (line 47) | constructor() { method componentDidMount (line 53) | componentDidMount() { method componentWillUnmount (line 58) | componentWillUnmount() { method onClick (line 63) | onClick() { method render (line 67) | render() { FILE: demo/pythagoras/index.jsx class PythagorasDemo (line 6) | class PythagorasDemo extends Component { method componentDidMount (line 54) | componentDidMount() { method componentWillUnmount (line 59) | componentWillUnmount() { method render (line 64) | render({}, { currentMax, baseW, heightFactor, lean }) { FILE: demo/pythagoras/pythagoras.jsx function Pythagoras (line 34) | function Pythagoras({ FILE: demo/redux-toolkit.jsx function Counter (line 26) | function Counter({ number }) { function ReduxToolkit (line 35) | function ReduxToolkit() { FILE: demo/redux.jsx class Child (line 17) | class Child extends React.Component { method render (line 18) | render() { class Child2 (line 29) | class Child2 extends React.Component { method render (line 30) | render() { function Redux (line 36) | function Redux() { FILE: demo/reduxUpdate.jsx function _Redux (line 11) | function _Redux({ showMe, counter }) { class Test (line 20) | class Test extends Component { method componentDidUpdate (line 21) | componentDidUpdate(prevProps) { method render (line 28) | render() { function App (line 48) | function App() { FILE: demo/reorder.jsx function createItems (line 3) | function createItems(count = 10) { function random (line 14) | function random() { class Reorder (line 18) | class Reorder extends Component { method render (line 71) | render({}, { items, count, useKeys }) { FILE: demo/spiral.jsx constant COUNT (line 3) | const COUNT = 500; constant LOOPS (line 4) | const LOOPS = 6; class Spiral (line 8) | class Spiral extends Component { method setMouse (line 23) | setMouse({ pageX: x, pageY: y }) { method setBig (line 28) | setBig(big) { method componentDidMount (line 32) | componentDidMount() { method componentWillUnmount (line 53) | componentWillUnmount() { method render (line 64) | render(props, { x, y, big, counter }) { class Cursor (line 96) | class Cursor extends Component { method getClass (line 98) | getClass(big, label) { method shouldComponentUpdate (line 106) | shouldComponentUpdate(props) { method render (line 113) | render({ x, y, label, color, big }) { FILE: demo/styled-components.jsx function StyledComp (line 24) | function StyledComp() { FILE: demo/suspense-router/bye.jsx function Bye (line 3) | function Bye() { FILE: demo/suspense-router/hello.jsx function Hello (line 3) | function Hello() { FILE: demo/suspense-router/index.jsx function Loading (line 8) | function Loading() { function SuspenseRouterBug (line 12) | function SuspenseRouterBug() { FILE: demo/suspense-router/simple-router.jsx method listen (line 20) | listen(listener) { method navigate (line 28) | navigate(to) { function Router (line 36) | function Router({ history = memoryHistory, children }) { function Switch (line 50) | function Switch(props) { function Route (line 66) | function Route({ children, path, exact }) { function Link (line 70) | function Link({ to, children }) { FILE: demo/suspense.jsx function LazyComp (line 11) | function LazyComp() { function createSuspension (line 17) | function createSuspension(name, timeout, error) { function CustomSuspense (line 45) | function CustomSuspense({ isDone, start, timeout, name }) { function init (line 57) | function init() { class DevtoolsDemo (line 65) | class DevtoolsDemo extends Component { method constructor (line 66) | constructor(props) { method onRerun (line 72) | onRerun() { method render (line 76) | render(props, state) { FILE: demo/todo.jsx class TodoList (line 5) | class TodoList extends Component { method render (line 23) | render({}, { todos, text }) { class TodoItems (line 36) | class TodoItems extends Component { method render (line 37) | render({ todos, removeTodo }) { FILE: demo/zustand.jsx function Counter (line 16) | function Counter({ number }) { function Text (line 24) | function Text() { function ZustandComponent (line 38) | function ZustandComponent() { FILE: devtools/src/devtools.js function initDevTools (line 3) | function initDevTools() { FILE: devtools/src/index.js function addHookName (line 10) | function addHookName(value, name) { FILE: devtools/test/browser/addHookName.test.jsx function useFoo (line 21) | function useFoo() { function App (line 25) | function App() { function useFoo (line 36) | function useFoo() { function App (line 40) | function App() { FILE: hooks/src/index.d.ts type Inputs (line 3) | type Inputs = ReadonlyArray; type Dispatch (line 5) | type Dispatch = (value: A) => void; type StateUpdater (line 6) | type StateUpdater = S | ((prevState: S) => S); type Reducer (line 21) | type Reducer = (prevState: S, action: A) => S; type EffectCallback (line 68) | type EffectCallback = () => void | (() => void); type CreateHandle (line 78) | type CreateHandle = () => object; FILE: hooks/src/index.js constant RAF_TIMEOUT (line 34) | const RAF_TIMEOUT = 35; function getHookState (line 142) | function getHookState(index, type) { function useState (line 172) | function useState(initialState) { function useReducer (line 185) | function useReducer(reducer, initialState, init) { function useEffect (line 278) | function useEffect(callback, args) { function useLayoutEffect (line 294) | function useLayoutEffect(callback, args) { function useRef (line 306) | function useRef(initialValue) { function useImperativeHandle (line 317) | function useImperativeHandle(ref, createHandle, args) { function useMemo (line 342) | function useMemo(factory, args) { function useCallback (line 359) | function useCallback(callback, args) { function useContext (line 367) | function useContext(context) { function useDebugValue (line 391) | function useDebugValue(value, formatter) { function useErrorBoundary (line 403) | function useErrorBoundary(cb) { function useId (line 423) | function useId() { function flushAfterPaintEffects (line 444) | function flushAfterPaintEffects() { constant HAS_RAF (line 460) | let HAS_RAF = typeof requestAnimationFrame == 'function'; function afterNextFrame (line 472) | function afterNextFrame(callback) { function afterPaint (line 494) | function afterPaint(newQueueLength) { function invokeCleanup (line 505) | function invokeCleanup(hook) { function invokeEffect (line 523) | function invokeEffect(hook) { function argsChanged (line 536) | function argsChanged(oldArgs, newArgs) { function invokeOrReturn (line 550) | function invokeOrReturn(arg, f) { FILE: hooks/src/internal.d.ts type Options (line 13) | interface Options extends PreactOptions { type ComponentHooks (line 29) | interface ComponentHooks { type Component (line 36) | interface Component type VNode (line 44) | interface VNode extends Omit { type HookState (line 49) | type HookState = type BaseHookState (line 57) | interface BaseHookState { type Effect (line 67) | type Effect = () => void | Cleanup; type Cleanup (line 68) | type Cleanup = () => void; type EffectHookState (line 70) | interface EffectHookState extends BaseHookState { type MemoHookState (line 77) | interface MemoHookState extends BaseHookState { type ReducerHookState (line 85) | interface ReducerHookState type ContextHookState (line 93) | interface ContextHookState extends BaseHookState { type ErrorBoundaryHookState (line 99) | interface ErrorBoundaryHookState extends BaseHookState { type IdHookState (line 103) | interface IdHookState extends BaseHookState { FILE: hooks/test/_util/useEffectUtil.js function scheduleEffectAssert (line 1) | function scheduleEffectAssert(assertFn) { FILE: hooks/test/browser/combinations.test.jsx function Parent (line 36) | function Parent() { function Child (line 46) | function Child() { function Comp (line 78) | function Comp() { function Comp (line 101) | function Comp() { function Comp (line 122) | function Comp() { function reducer1 (line 141) | function reducer1(state, action) { function reducer2 (line 148) | function reducer2(state, action) { function Comp (line 155) | function Comp() { function Comp (line 182) | function Comp() { function Foo (line 202) | function Foo(props) { class App (line 209) | class App extends Component { method constructor (line 210) | constructor(props) { method render (line 216) | render() { function Inner (line 245) | function Inner() { function Outer (line 257) | function Outer() { function Child (line 315) | function Child() { function Parent (line 324) | function Parent() { function Child (line 357) | function Child() { function App (line 373) | function App() { method constructor (line 210) | constructor(props) { method render (line 216) | render() { function Tooltip (line 421) | function Tooltip({ anchorRef, children }) { function App (line 445) | function App() { method constructor (line 210) | constructor(props) { method render (line 216) | render() { function App (line 485) | function App() { method constructor (line 210) | constructor(props) { method render (line 216) | render() { FILE: hooks/test/browser/componentDidCatch.test.jsx class Receiver (line 21) | class Receiver extends Component { method constructor (line 22) | constructor(props) { method componentDidCatch (line 27) | componentDidCatch(error, errorInfo) { method render (line 31) | render() { function ThrowErr (line 38) | function ThrowErr() { FILE: hooks/test/browser/errorBoundary.test.jsx function EffectThrowsError (line 120) | function EffectThrowsError() { function Child (line 125) | function Child({ children }) { function App (line 130) | function App() { function TodoList (line 160) | function TodoList() { function TodoItem (line 185) | function TodoItem(props) { function TodoItemInner (line 195) | function TodoItemInner({ todo, index, toggleTodo }) { FILE: hooks/test/browser/hooks.options.test.jsx function App (line 49) | function App() { function App (line 93) | function App() { function App (line 140) | function App() { FILE: hooks/test/browser/useCallback.test.jsx function Comp (line 20) | function Comp({ a, b }) { FILE: hooks/test/browser/useContext.test.jsx function Comp (line 23) | function Comp() { function App (line 50) | function App() { method constructor (line 314) | constructor() { method render (line 321) | render(props, state) { class NoUpdate (line 63) | class NoUpdate extends Component { method shouldComponentUpdate (line 64) | shouldComponentUpdate() { method render (line 67) | render() { method shouldComponentUpdate (line 358) | shouldComponentUpdate() { method render (line 362) | render() { function App (line 72) | function App(props) { method constructor (line 314) | constructor() { method render (line 321) | render(props, state) { function Comp (line 82) | function Comp() { function App (line 108) | function App(props) { method constructor (line 314) | constructor() { method render (line 321) | render(props, state) { function Comp (line 116) | function Comp() { function Comp (line 146) | function Comp() { function Comp (line 185) | function Comp() { function Comp (line 218) | function Comp() { class App (line 313) | class App extends Component { method constructor (line 314) | constructor() { method render (line 321) | render(props, state) { class NoUpdate (line 357) | class NoUpdate extends Component { method shouldComponentUpdate (line 64) | shouldComponentUpdate() { method render (line 67) | render() { method shouldComponentUpdate (line 358) | shouldComponentUpdate() { method render (line 362) | render() { FILE: hooks/test/browser/useDebugValue.test.jsx function useFoo (line 20) | function useFoo() { function App (line 25) | function App() { function useFoo (line 36) | function useFoo() { function App (line 41) | function App() { function useFoo (line 55) | function useFoo() { function App (line 60) | function App() { FILE: hooks/test/browser/useEffect.test.jsx function Comp (line 27) | function Comp() { function Comp (line 48) | function Comp() { class ErrorBoundary (line 111) | class ErrorBoundary extends Component { method componentDidCatch (line 112) | componentDidCatch(error) { method render (line 116) | render({ children }, { error }) { method constructor (line 418) | constructor(props) { method componentDidCatch (line 423) | componentDidCatch(error) { method render (line 427) | render() { class App (line 153) | class App extends Component { method componentDidCatch (line 154) | componentDidCatch(err) { method render (line 160) | render(props, state) { method componentDidCatch (line 205) | componentDidCatch(err) { method render (line 211) | render(props, state) { method componentDidCatch (line 240) | componentDidCatch(err) { method render (line 246) | render(props, state) { class App (line 204) | class App extends Component { method componentDidCatch (line 154) | componentDidCatch(err) { method render (line 160) | render(props, state) { method componentDidCatch (line 205) | componentDidCatch(err) { method render (line 211) | render(props, state) { method componentDidCatch (line 240) | componentDidCatch(err) { method render (line 246) | render(props, state) { function Comp (line 232) | function Comp() { class App (line 239) | class App extends Component { method componentDidCatch (line 154) | componentDidCatch(err) { method render (line 160) | render(props, state) { method componentDidCatch (line 205) | componentDidCatch(err) { method render (line 211) | render(props, state) { method componentDidCatch (line 240) | componentDidCatch(err) { method render (line 246) | render(props, state) { function Comp (line 308) | function Comp() { class ErrorBoundary (line 417) | class ErrorBoundary extends Component { method componentDidCatch (line 112) | componentDidCatch(error) { method render (line 116) | render({ children }, { error }) { method constructor (line 418) | constructor(props) { method componentDidCatch (line 423) | componentDidCatch(error) { method render (line 427) | render() { function Parent (line 513) | function Parent() { function App (line 648) | function App() { method componentDidCatch (line 154) | componentDidCatch(err) { method render (line 160) | render(props, state) { method componentDidCatch (line 205) | componentDidCatch(err) { method render (line 211) | render(props, state) { method componentDidCatch (line 240) | componentDidCatch(err) { method render (line 246) | render(props, state) { FILE: hooks/test/browser/useEffectAssertions.jsx function useEffectAssertions (line 7) | function useEffectAssertions(useEffect, scheduleEffectAssert) { FILE: hooks/test/browser/useId.test.jsx function Comp (line 21) | function Comp() { function Child (line 35) | function Child() { function Comp (line 45) | function Comp() { function Child (line 66) | function Child() { function Comp (line 71) | function Comp() { function Child (line 95) | function Child() { function Stateful (line 100) | function Stateful() { function Comp (line 111) | function Comp() { function Foo (line 274) | function Foo() { function App (line 280) | function App() { function Foo (line 297) | function Foo() { function Bar (line 302) | function Bar(props) { function App (line 306) | function App() { function Foo (line 330) | function Foo() { function App (line 336) | function App() { function Foo (line 356) | function Foo() { function App (line 362) | function App() { function Foo (line 382) | function Foo() { function App (line 388) | function App() { function Foo (line 407) | function Foo() { function Bar (line 411) | function Bar() { function App (line 417) | function App() { FILE: hooks/test/browser/useImperativeHandle.test.jsx function Comp (line 26) | function Comp() { function Comp (line 41) | function Comp() { function Comp (line 65) | function Comp() { function Comp (line 85) | function Comp() { function Comp (line 102) | function Comp({ a }) { function Comp (line 140) | function Comp() { function Comp (line 178) | function Comp() { function Comp (line 194) | function Comp() { function Comp (line 206) | function Comp() { function Comp (line 226) | function Comp() { FILE: hooks/test/browser/useLayoutEffect.test.jsx function Comp (line 37) | function Comp() { function Parent (line 57) | function Parent() { function Child (line 65) | function Child() { function AutoResizeTextareaLayoutEffect (line 100) | function AutoResizeTextareaLayoutEffect(props) { function App (line 118) | function App(props) { method componentDidCatch (line 252) | componentDidCatch(err) { method render (line 258) | render(props, state) { method componentDidCatch (line 303) | componentDidCatch(err) { method render (line 309) | render(props, state) { function Inner (line 137) | function Inner() { function Outer (line 148) | function Outer() { function App (line 194) | function App() { method componentDidCatch (line 252) | componentDidCatch(err) { method render (line 258) | render(props, state) { method componentDidCatch (line 303) | componentDidCatch(err) { method render (line 309) | render(props, state) { class App (line 251) | class App extends Component { method componentDidCatch (line 252) | componentDidCatch(err) { method render (line 258) | render(props, state) { method componentDidCatch (line 303) | componentDidCatch(err) { method render (line 309) | render(props, state) { class App (line 302) | class App extends Component { method componentDidCatch (line 252) | componentDidCatch(err) { method render (line 258) | render(props, state) { method componentDidCatch (line 303) | componentDidCatch(err) { method render (line 309) | render(props, state) { function Parent (line 353) | function Parent() { FILE: hooks/test/browser/useMemo.test.jsx function Comp (line 23) | function Comp({ a, b }) { function Comp (line 45) | function Comp({ all }) { function Comp (line 68) | function Comp() { function App (line 167) | function App() { function Comp (line 193) | function Comp({ all }) { FILE: hooks/test/browser/useReducer.test.jsx function reducer (line 28) | function reducer(state, action) { function Comp (line 35) | function Comp() { function reducer (line 53) | function reducer(state, action) { function ReducerComponent (line 60) | function ReducerComponent() { function DispatchComponent (line 70) | function DispatchComponent(props) { function init (line 92) | function init(initialCount) { function reducer (line 96) | function reducer(state, action) { function Comp (line 103) | function Comp({ initCount }) { function reducer (line 124) | function reducer(state, action) { function Comp (line 131) | function Comp() { function Comp (line 152) | function Comp({ increment }) { FILE: hooks/test/browser/useRef.test.jsx function Comp (line 20) | function Comp() { function Comp (line 36) | function Comp() { FILE: hooks/test/browser/useState.test.jsx function Comp (line 27) | function Comp() { function Comp (line 43) | function Comp() { function StateContainer (line 108) | function StateContainer() { function Increment (line 118) | function Increment(props) { function useSomething (line 136) | function useSomething() { function Message (line 180) | function Message({ message, onClose }) { function App (line 195) | function App() { function TestWidget (line 240) | function TestWidget() { function TestWidget (line 267) | function TestWidget() { function ModalProvider (line 302) | function ModalProvider(props) { function useModal (line 320) | function useModal() { function Popover (line 330) | function Popover() { function App (line 335) | function App() { function App (line 356) | function App() { function TestWidget (line 456) | function TestWidget() { function FooProvider (line 494) | function FooProvider({ children }) { function BarProvider (line 500) | function BarProvider({ children }) { function Child (line 506) | function Child() { function App (line 516) | function App() { FILE: jsx-runtime/src/index.js function createVNode (line 28) | function createVNode(type, props, key, isStaticChildren, __source, __sel... function jsxTemplate (line 78) | function jsxTemplate(templates, ...exprs) { constant JS_TO_CSS (line 86) | const JS_TO_CSS = {}; constant CSS_REGEX (line 87) | const CSS_REGEX = /[A-Z]/g; function normalizeAttrValue (line 94) | function normalizeAttrValue(value) { function jsxAttr (line 110) | function jsxAttr(name, value) { function jsxEscape (line 155) | function jsxEscape(value) { FILE: jsx-runtime/src/utils.js constant ENCODED_ENTITIES (line 1) | const ENCODED_ENTITIES = /["&<]/; function encodeEntities (line 4) | function encodeEntities(str) { FILE: jsx-runtime/test/browser/jsx-runtime.test.js function createSignal (line 15) | function createSignal(value) { FILE: scripts/release/create-gh-release.js function create (line 11) | async function create({ github, context }) { FILE: scripts/release/publish.mjs constant DEBUG (line 6) | let DEBUG = false; function main (line 18) | async function main(tag, opts) { FILE: scripts/release/upload-gh-asset.js function upload (line 13) | async function upload({ require, github, context, glob, release }) { FILE: src/clone-element.js function cloneElement (line 14) | function cloneElement(vnode, props, children) { FILE: src/component.js function BaseComponent (line 19) | function BaseComponent(props, context) { function getDomSibling (line 96) | function getDomSibling(vnode, childIndex) { function renderComponent (line 128) | function renderComponent(component) { function updateParentDomPointers (line 168) | function updateParentDomPointers(vnode) { function resetRenderCount (line 199) | function resetRenderCount() { function enqueueRender (line 207) | function enqueueRender(c) { function process (line 227) | function process() { FILE: src/constants.js constant MODE_HYDRATE (line 3) | const MODE_HYDRATE = 1 << 5; constant MODE_SUSPENDED (line 5) | const MODE_SUSPENDED = 1 << 7; constant INSERT_VNODE (line 7) | const INSERT_VNODE = 1 << 2; constant MATCHED (line 9) | const MATCHED = 1 << 1; constant FORCE_PROPS_REVALIDATE (line 11) | const FORCE_PROPS_REVALIDATE = 1 << 0; constant COMPONENT_PROCESSING_EXCEPTION (line 15) | const COMPONENT_PROCESSING_EXCEPTION = 1 << 0; constant COMPONENT_PENDING_ERROR (line 17) | const COMPONENT_PENDING_ERROR = 1 << 1; constant COMPONENT_FORCE (line 19) | const COMPONENT_FORCE = 1 << 2; constant COMPONENT_DIRTY (line 21) | const COMPONENT_DIRTY = 1 << 3; constant RESET_MODE (line 24) | const RESET_MODE = ~(MODE_HYDRATE | MODE_SUSPENDED); constant SVG_NAMESPACE (line 26) | const SVG_NAMESPACE = 'http://www.w3.org/2000/svg'; constant XHTML_NAMESPACE (line 27) | const XHTML_NAMESPACE = 'http://www.w3.org/1999/xhtml'; constant MATH_NAMESPACE (line 28) | const MATH_NAMESPACE = 'http://www.w3.org/1998/Math/MathML'; constant NULL (line 30) | const NULL = null; constant UNDEFINED (line 31) | const UNDEFINED = undefined; constant EMPTY_OBJ (line 32) | const EMPTY_OBJ = /** @type {any} */ ({}); constant EMPTY_ARR (line 33) | const EMPTY_ARR = []; constant MATHML_TOKEN_ELEMENTS (line 35) | const MATHML_TOKEN_ELEMENTS = /(mi|mn|mo|ms$|mte|msp)/; FILE: src/create-context.js function createContext (line 6) | function createContext(defaultValue) { FILE: src/create-element.js function createElement (line 16) | function createElement(type, props, children) { function createVNode (line 47) | function createVNode(type, props, key, ref, original) { function createRef (line 73) | function createRef() { function Fragment (line 77) | function Fragment(props) { FILE: src/diff/catch-error.js function _catchError (line 19) | function _catchError(error, vnode, oldVNode, errorInfo) { FILE: src/diff/children.js function diffChildren (line 45) | function diffChildren( function constructNewChildrenArray (line 151) | function constructNewChildrenArray( function insert (line 341) | function insert(parentVNode, oldDom, parentDom, shouldPlace) { function toChildArray (line 380) | function toChildArray(children, out) { function findMatchingIndex (line 400) | function findMatchingIndex( FILE: src/diff/index.js function diff (line 58) | function diff( function markAsForce (line 395) | function markAsForce(vnode) { function commitRoot (line 405) | function commitRoot(commitQueue, root, refQueue) { function cloneNode (line 427) | function cloneNode(node) { function diffElementNodes (line 455) | function diffElementNodes( function applyRef (line 659) | function applyRef(ref, value, vnode) { function unmount (line 685) | function unmount(vnode, parentVNode, skipRemove) { function doRender (line 729) | function doRender(props, state, context) { FILE: src/diff/props.js function setStyle (line 4) | function setStyle(style, key, value) { constant CAPTURE_REGEX (line 14) | const CAPTURE_REGEX = /(PointerCapture)$|Capture$/i; function setProperty (line 37) | function setProperty(dom, name, value, oldValue, namespace) { function createEventProxy (line 144) | function createEventProxy(useCapture) { FILE: src/dom.d.ts type ToggleEvent (line 6) | interface ToggleEvent extends Event { type ToggleEventInit (line 16) | interface ToggleEventInit extends EventInit { type CommandEvent (line 21) | interface CommandEvent extends Event { type CommandEventInit (line 31) | interface CommandEventInit extends EventInit { type SnapEvent (line 37) | interface SnapEvent extends Event { type SnapEventInit (line 47) | interface SnapEventInit extends EventInit { type Booleanish (line 52) | type Booleanish = boolean | 'true' | 'false'; type SignalLike (line 54) | interface SignalLike { type Signalish (line 60) | type Signalish = T | SignalLike; type UnpackSignal (line 62) | type UnpackSignal = T extends SignalLike ? V : T; type DOMCSSProperties (line 64) | type DOMCSSProperties = { type AllCSSProperties (line 74) | type AllCSSProperties = { type CSSProperties (line 77) | interface CSSProperties extends AllCSSProperties, DOMCSSProperties { type SVGAttributes (line 81) | interface SVGAttributes type PathAttributes (line 464) | interface PathAttributes { type TargetedEvent (line 468) | type TargetedEvent< type TargetedAnimationEvent (line 475) | type TargetedAnimationEvent = TargetedEvent< type TargetedClipboardEvent (line 479) | type TargetedClipboardEvent = TargetedEvent< type TargetedCommandEvent (line 483) | type TargetedCommandEvent = TargetedEvent< type TargetedCompositionEvent (line 487) | type TargetedCompositionEvent = type TargetedDragEvent (line 489) | type TargetedDragEvent = TargetedEvent< type TargetedFocusEvent (line 493) | type TargetedFocusEvent = TargetedEvent< type TargetedInputEvent (line 497) | type TargetedInputEvent = TargetedEvent< type TargetedKeyboardEvent (line 501) | type TargetedKeyboardEvent = TargetedEvent< type TargetedMouseEvent (line 505) | type TargetedMouseEvent = TargetedEvent< type TargetedPointerEvent (line 509) | type TargetedPointerEvent = TargetedEvent< type TargetedSnapEvent (line 513) | type TargetedSnapEvent = TargetedEvent< type TargetedSubmitEvent (line 517) | type TargetedSubmitEvent = TargetedEvent< type TargetedTouchEvent (line 521) | type TargetedTouchEvent = TargetedEvent< type TargetedToggleEvent (line 525) | type TargetedToggleEvent = TargetedEvent< type TargetedTransitionEvent (line 529) | type TargetedTransitionEvent = TargetedEvent< type TargetedUIEvent (line 533) | type TargetedUIEvent = TargetedEvent< type TargetedWheelEvent (line 537) | type TargetedWheelEvent = TargetedEvent< type TargetedPictureInPictureEvent (line 541) | type TargetedPictureInPictureEvent = type EventHandler (line 544) | type EventHandler = { type AnimationEventHandler (line 548) | type AnimationEventHandler = EventHandler< type ClipboardEventHandler (line 551) | type ClipboardEventHandler = EventHandler< type CommandEventHandler (line 554) | type CommandEventHandler = EventHandler< type CompositionEventHandler (line 557) | type CompositionEventHandler = EventHandler< type DragEventHandler (line 560) | type DragEventHandler = EventHandler< type ToggleEventHandler (line 563) | type ToggleEventHandler = EventHandler< type FocusEventHandler (line 566) | type FocusEventHandler = EventHandler< type GenericEventHandler (line 569) | type GenericEventHandler = EventHandler< type InputEventHandler (line 572) | type InputEventHandler = EventHandler< type KeyboardEventHandler (line 575) | type KeyboardEventHandler = EventHandler< type MouseEventHandler (line 578) | type MouseEventHandler = EventHandler< type PointerEventHandler (line 581) | type PointerEventHandler = EventHandler< type SnapEventHandler (line 584) | type SnapEventHandler = EventHandler< type SubmitEventHandler (line 587) | type SubmitEventHandler = EventHandler< type TouchEventHandler (line 590) | type TouchEventHandler = EventHandler< type TransitionEventHandler (line 593) | type TransitionEventHandler = EventHandler< type UIEventHandler (line 596) | type UIEventHandler = EventHandler< type WheelEventHandler (line 599) | type WheelEventHandler = EventHandler< type PictureInPictureEventHandler (line 602) | type PictureInPictureEventHandler = type DOMAttributes (line 605) | interface DOMAttributes type AriaAttributes (line 842) | interface AriaAttributes { type WAIAriaRole (line 1086) | type WAIAriaRole = type DPubAriaRole (line 1183) | type DPubAriaRole = type AriaRole (line 1224) | type AriaRole = WAIAriaRole | DPubAriaRole; type AllHTMLAttributes (line 1226) | interface AllHTMLAttributes type HTMLAttributes (line 1480) | interface HTMLAttributes type HTMLAttributeReferrerPolicy (line 1570) | type HTMLAttributeReferrerPolicy = type HTMLAttributeAnchorTarget (line 1581) | type HTMLAttributeAnchorTarget = type PartialAnchorHTMLAttributes (line 1588) | interface PartialAnchorHTMLAttributes type AnchorAriaRoles (line 1602) | type AnchorAriaRoles = type AccessibleAnchorHTMLAttributes (line 1629) | type AccessibleAnchorHTMLAttributes< type AnchorHTMLAttributes (line 1633) | interface AnchorHTMLAttributes type PartialAreaHTMLAttributes (line 1639) | interface PartialAreaHTMLAttributes type AreaAriaRoles (line 1654) | type AreaAriaRoles = type AccessibleAreaHTMLAttributes (line 1664) | type AccessibleAreaHTMLAttributes< type AreaHTMLAttributes (line 1668) | interface AreaHTMLAttributes type ArticleHTMLAttributes (line 1674) | interface ArticleHTMLAttributes type AsideHTMLAttributes (line 1689) | interface AsideHTMLAttributes type AudioHTMLAttributes (line 1709) | interface AudioHTMLAttributes type BaseHTMLAttributes (line 1714) | interface BaseHTMLAttributes type BlockquoteHTMLAttributes (line 1721) | interface BlockquoteHTMLAttributes< type BrHTMLAttributes (line 1727) | interface BrHTMLAttributes type ButtonHTMLAttributes (line 1732) | interface ButtonHTMLAttributes type CanvasHTMLAttributes (line 1776) | interface CanvasHTMLAttributes type CaptionHTMLAttributes (line 1782) | interface CaptionHTMLAttributes type ColHTMLAttributes (line 1787) | interface ColHTMLAttributes type ColgroupHTMLAttributes (line 1794) | interface ColgroupHTMLAttributes< type DataHTMLAttributes (line 1801) | interface DataHTMLAttributes type DataListHTMLAttributes (line 1806) | interface DataListHTMLAttributes< type DdHTMLAttributes (line 1812) | interface DdHTMLAttributes type DelHTMLAttributes (line 1817) | interface DelHTMLAttributes type DetailsHTMLAttributes (line 1824) | interface DetailsHTMLAttributes< type DialogHTMLAttributes (line 1832) | interface DialogHTMLAttributes type DlHTMLAttributes (line 1842) | interface DlHTMLAttributes type DtHTMLAttributes (line 1847) | interface DtHTMLAttributes type EmbedHTMLAttributes (line 1852) | interface EmbedHTMLAttributes type FieldsetHTMLAttributes (line 1863) | interface FieldsetHTMLAttributes< type FigcaptionHTMLAttributes (line 1874) | interface FigcaptionHTMLAttributes type FooterHTMLAttributes (line 1879) | interface FooterHTMLAttributes type FormHTMLAttributes (line 1891) | interface FormHTMLAttributes type HeadingHTMLAttributes (line 1909) | interface HeadingHTMLAttributes< type HeadHTMLAttributes (line 1917) | interface HeadHTMLAttributes type HeaderHTMLAttributes (line 1922) | interface HeaderHTMLAttributes type HrHTMLAttributes (line 1927) | interface HrHTMLAttributes type HtmlHTMLAttributes (line 1934) | interface HtmlHTMLAttributes type IframeHTMLAttributes (line 1939) | interface IframeHTMLAttributes type HTMLAttributeCrossOrigin (line 1970) | type HTMLAttributeCrossOrigin = 'anonymous' | 'use-credentials'; type PartialImgHTMLAttributes (line 1972) | interface PartialImgHTMLAttributes type ImgAriaRolesAccessibleName (line 1992) | type ImgAriaRolesAccessibleName = Signalish< type ImgAriaRoles (line 2014) | type ImgAriaRoles = type AccessibleImgHTMLAttributes (line 2039) | type AccessibleImgHTMLAttributes< type ImgHTMLAttributes (line 2047) | interface ImgHTMLAttributes type HTMLInputTypeAttribute (line 2059) | type HTMLInputTypeAttribute = type PartialInputHTMLAttributes (line 2083) | interface PartialInputHTMLAttributes type InputAriaRoles (line 2138) | type InputAriaRoles = type AccessibleInputHTMLAttributes (line 2291) | type AccessibleInputHTMLAttributes< type InputHTMLAttributes (line 2295) | interface InputHTMLAttributes type InsHTMLAttributes (line 2321) | interface InsHTMLAttributes type KeygenHTMLAttributes (line 2328) | interface KeygenHTMLAttributes< type LabelHTMLAttributes (line 2339) | interface LabelHTMLAttributes type LegendHTMLAttributes (line 2347) | interface LegendHTMLAttributes type LiHTMLAttributes (line 2352) | interface LiHTMLAttributes type LinkHTMLAttributes (line 2357) | interface LinkHTMLAttributes type MainHTMLAttributes (line 2380) | interface MainHTMLAttributes type MapHTMLAttributes (line 2385) | interface MapHTMLAttributes type MarqueeHTMLAttributes (line 2391) | interface MarqueeHTMLAttributes< type MediaHTMLAttributes (line 2407) | interface MediaHTMLAttributes type MenuHTMLAttributes (line 2432) | interface MenuHTMLAttributes type MetaHTMLAttributes (line 2449) | interface MetaHTMLAttributes type MeterHTMLAttributes (line 2461) | interface MeterHTMLAttributes type NavHTMLAttributes (line 2473) | interface NavHTMLAttributes type NoScriptHTMLAttributes (line 2486) | interface NoScriptHTMLAttributes type ObjectHTMLAttributes (line 2491) | interface ObjectHTMLAttributes type OlHTMLAttributes (line 2506) | interface OlHTMLAttributes type OptgroupHTMLAttributes (line 2527) | interface OptgroupHTMLAttributes< type OptionHTMLAttributes (line 2535) | interface OptionHTMLAttributes type OutputHTMLAttributes (line 2544) | interface OutputHTMLAttributes type ParamHTMLAttributes (line 2552) | interface ParamHTMLAttributes type PictureHTMLAttributes (line 2559) | interface PictureHTMLAttributes< type ProgressHTMLAttributes (line 2565) | interface ProgressHTMLAttributes< type QuoteHTMLAttributes (line 2573) | interface QuoteHTMLAttributes type ScriptHTMLAttributes (line 2578) | interface ScriptHTMLAttributes type SearchHTMLAttributes (line 2598) | interface SearchHTMLAttributes type PartialSelectHTMLAttributes (line 2605) | interface PartialSelectHTMLAttributes type SelectAriaRoles (line 2619) | type SelectAriaRoles = type AccessibleSelectHTMLAttributes (line 2633) | type AccessibleSelectHTMLAttributes< type SelectHTMLAttributes (line 2637) | interface SelectHTMLAttributes type SlotHTMLAttributes (line 2645) | interface SlotHTMLAttributes type SourceHTMLAttributes (line 2651) | interface SourceHTMLAttributes type StyleHTMLAttributes (line 2664) | interface StyleHTMLAttributes type TableHTMLAttributes (line 2672) | interface TableHTMLAttributes type TdHTMLAttributes (line 2680) | interface TdHTMLAttributes type TemplateHTMLAttributes (line 2697) | interface TemplateHTMLAttributes< type TextareaHTMLAttributes (line 2703) | interface TextareaHTMLAttributes< type ThHTMLAttributes (line 2728) | interface ThHTMLAttributes type TimeHTMLAttributes (line 2742) | interface TimeHTMLAttributes type TitleHTMLAttributes (line 2748) | interface TitleHTMLAttributes type TrackHTMLAttributes (line 2753) | interface TrackHTMLAttributes type UlHTMLAttributes (line 2763) | interface UlHTMLAttributes type VideoHTMLAttributes (line 2781) | interface VideoHTMLAttributes type WbrHTMLAttributes (line 2792) | interface WbrHTMLAttributes type DetailedHTMLProps (line 2797) | type DetailedHTMLProps< type MathMLAttributes (line 2802) | interface MathMLAttributes type AnnotationMathMLAttributes (line 2818) | interface AnnotationMathMLAttributes type AnnotationXmlMathMLAttributes (line 2825) | interface AnnotationXmlMathMLAttributes type MActionMathMLAttributes (line 2832) | interface MActionMathMLAttributes type MathMathMLAttributes (line 2840) | interface MathMathMLAttributes type MEncloseMathMLAttributes (line 2845) | interface MEncloseMathMLAttributes type MErrorMathMLAttributes (line 2850) | interface MErrorMathMLAttributes type MFencedMathMLAttributes (line 2853) | interface MFencedMathMLAttributes type MFracMathMLAttributes (line 2860) | interface MFracMathMLAttributes type MiMathMLAttributes (line 2869) | interface MiMathMLAttributes type MmultiScriptsMathMLAttributes (line 2896) | interface MmultiScriptsMathMLAttributes type MNMathMLAttributes (line 2904) | interface MNMathMLAttributes type MOMathMLAttributes (line 2907) | interface MOMathMLAttributes type MOverMathMLAttributes (line 2923) | interface MOverMathMLAttributes type MPaddedMathMLAttributes (line 2928) | interface MPaddedMathMLAttributes type MPhantomMathMLAttributes (line 2937) | interface MPhantomMathMLAttributes type MPrescriptsMathMLAttributes (line 2940) | interface MPrescriptsMathMLAttributes type MRootMathMLAttributes (line 2943) | interface MRootMathMLAttributes type MRowMathMLAttributes (line 2946) | interface MRowMathMLAttributes type MSMathMLAttributes (line 2949) | interface MSMathMLAttributes type MSpaceMathMLAttributes (line 2957) | interface MSpaceMathMLAttributes type MSqrtMathMLAttributes (line 2964) | interface MSqrtMathMLAttributes type MStyleMathMLAttributes (line 2967) | interface MStyleMathMLAttributes type MSubMathMLAttributes (line 2985) | interface MSubMathMLAttributes type MSubsupMathMLAttributes (line 2991) | interface MSubsupMathMLAttributes type MSupMathMLAttributes (line 2999) | interface MSupMathMLAttributes type MTableMathMLAttributes (line 3005) | interface MTableMathMLAttributes type MTdMathMLAttributes (line 3033) | interface MTdMathMLAttributes type MTextMathMLAttributes (line 3045) | interface MTextMathMLAttributes type MTrMathMLAttributes (line 3048) | interface MTrMathMLAttributes type MUnderMathMLAttributes (line 3058) | interface MUnderMathMLAttributes type MUnderoverMathMLAttributes (line 3063) | interface MUnderoverMathMLAttributes type SemanticsMathMLAttributes (line 3069) | interface SemanticsMathMLAttributes FILE: src/index.d.ts type VNode (line 13) | interface VNode

{ type Key (line 40) | type Key = string | number | any; type RefObject (line 42) | type RefObject = { current: T }; type RefCallback (line 43) | type RefCallback = (instance: T | null) => void | (() => void); type Ref (line 44) | type Ref = RefCallback | RefObject | null; type ComponentChild (line 46) | type ComponentChild = type ComponentChildren (line 55) | type ComponentChildren = ComponentChild[] | ComponentChild; type Attributes (line 57) | interface Attributes { type ClassAttributes (line 62) | interface ClassAttributes extends Attributes { type PreactDOMAttributes (line 66) | interface PreactDOMAttributes { type ErrorInfo (line 73) | interface ErrorInfo { type RenderableProps (line 77) | type RenderableProps = P & type ComponentType (line 80) | type ComponentType

= ComponentClass

| FunctionComponent

; type ComponentFactory (line 81) | type ComponentFactory

= ComponentType

; type ComponentProps (line 83) | type ComponentProps< type FunctionComponent (line 91) | interface FunctionComponent

{ type FunctionalComponent (line 95) | interface FunctionalComponent

extends FunctionComponent

{} type ComponentClass (line 97) | interface ComponentClass

{ type ComponentConstructor (line 107) | interface ComponentConstructor

type AnyComponent (line 111) | type AnyComponent

= type Component (line 116) | interface Component

{ type ContainerNode (line 289) | interface ContainerNode { type Options (line 327) | interface Options { type Consumer (line 363) | interface Consumer type PreactConsumer (line 367) | interface PreactConsumer extends Consumer {} type Provider (line 369) | interface Provider type PreactProvider (line 374) | interface PreactProvider extends Provider {} type ContextType (line 375) | type ContextType> = C extends Context type Context (line 379) | interface Context extends preact.Provider { type PreactContext (line 385) | interface PreactContext extends Context {} FILE: src/internal.d.ts type HookType (line 3) | enum HookType { type DevSource (line 18) | interface DevSource { type ErrorInfo (line 23) | interface ErrorInfo { type Options (line 27) | interface Options extends preact.Options { type ComponentChild (line 54) | type ComponentChild = type ComponentChildren (line 61) | type ComponentChildren = ComponentChild[] | ComponentChild; type FunctionComponent (line 63) | interface FunctionComponent

extends preact.FunctionComponent

{ type ComponentClass (line 78) | interface ComponentClass

extends preact.ComponentClass

{ type ComponentType (line 86) | type ComponentType

= ComponentClass

| FunctionComponent

; type PreactElement (line 88) | interface PreactElement extends preact.ContainerNode { type PreactEvent (line 129) | interface PreactEvent extends Event { type RefObject (line 135) | type RefObject = { current: T | null }; type RefCallback (line 136) | type RefCallback = { type Ref (line 140) | type Ref = RefObject | RefCallback; type VNode (line 142) | interface VNode

extends preact.VNode

{ type Component (line 160) | interface Component

type PreactContext (line 182) | interface PreactContext extends preact.Context { FILE: src/jsx.d.ts type Defaultize (line 6) | type Defaultize = type LibraryManagedAttributes (line 14) | type LibraryManagedAttributes = Component extends { type IntrinsicAttributes (line 20) | interface IntrinsicAttributes { type ElementType (line 24) | type ElementType

= type Element (line 31) | interface Element extends preact.VNode {} type ElementClass (line 32) | type ElementClass = type ElementAttributesProperty (line 36) | interface ElementAttributesProperty { type ElementChildrenAttribute (line 40) | interface ElementChildrenAttribute { type IntrinsicSVGElements (line 44) | interface IntrinsicSVGElements { type IntrinsicMathMLElements (line 106) | interface IntrinsicMathMLElements { type IntrinsicHTMLElements (line 144) | interface IntrinsicHTMLElements { type IntrinsicElements (line 264) | interface IntrinsicElements FILE: src/render.js function render (line 12) | function render(vnode, parentDom) { function hydrate (line 66) | function hydrate(vnode, parentDom) { FILE: src/util.js function removeNode (line 11) | function removeNode(node) { FILE: test-utils/src/index.js function setupRerender (line 7) | function setupRerender() { function act (line 27) | function act(cb) { function teardown (line 117) | function teardown() { FILE: test-utils/test/shared/act.test.jsx function createEvent (line 8) | function createEvent(name) { function StateContainer (line 37) | function StateContainer() { function StateContainer (line 47) | function StateContainer() { function StateContainer (line 74) | function StateContainer() { function StateContainer (line 110) | function StateContainer() { function CounterButton (line 157) | function CounterButton() { function Counter (line 182) | function Counter() { function TestComponent (line 219) | function TestComponent() { function Widget (line 290) | function Widget() { function Button (line 318) | function Button() { function BrokenWidget (line 345) | function BrokenWidget() { function WorkingWidget (line 351) | function WorkingWidget() { function BrokenEffect (line 466) | function BrokenEffect() { FILE: test-utils/test/shared/rerender.test.jsx class Counter (line 25) | class Counter extends Component { method constructor (line 26) | constructor(props) { method render (line 33) | render() { FILE: test/_util/helpers.jsx function assign (line 15) | function assign(obj, props) { function supportsPassiveEvents (line 20) | function supportsPassiveEvents() { function supportsDataList (line 38) | function supportsDataList() { constant VOID_ELEMENTS (line 47) | const VOID_ELEMENTS = function encodeEntities (line 50) | function encodeEntities(str) { function normalizePath (line 60) | function normalizePath(str) { function serializeHtml (line 76) | function serializeHtml(node) { function serializeDomTree (line 92) | function serializeDomTree(node) { function createEvent (line 148) | function createEvent(name) { function sortCss (line 164) | function sortCss(cssText) { function setupScratch (line 191) | function setupScratch(id) { function clearOptions (line 199) | function clearOptions() { function teardown (line 211) | function teardown(scratch) { function clear (line 242) | function clear(obj) { function sortAttributes (line 250) | function sortAttributes(html) { function spyOnElementAttributes (line 265) | function spyOnElementAttributes() { function restoreElementAttributes (line 288) | function restoreElementAttributes() { FILE: test/_util/logCall.js function serialize (line 6) | function serialize(obj) { function logCall (line 23) | function logCall(obj, method) { function getLog (line 59) | function getLog() { function clearLog (line 64) | function clearLog() { function getLogSummary (line 68) | function getLogSummary() { FILE: test/browser/cloneElement.test.jsx function Comp (line 5) | function Comp() {} function Foo (line 16) | function Foo() {} function Foo (line 29) | function Foo() {} function Foo (line 40) | function Foo() {} function Foo (line 51) | function Foo() {} function a (line 62) | function a() {} function b (line 63) | function b() {} FILE: test/browser/components.test.jsx function getAttributes (line 15) | function getAttributes(node) { class C1 (line 54) | class C1 extends Component { method render (line 55) | render() { class C2 (line 88) | class C2 extends Component { method constructor (line 89) | constructor(props) { method render (line 93) | render(props) { class Foo (line 116) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 131) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 145) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 160) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 201) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { function Foo (line 232) | function Foo() { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class A (line 258) | class A extends Component { method constructor (line 259) | constructor(props) { method set (line 265) | set() { method render (line 269) | render() { method constructor (line 314) | constructor(props) { method set (line 320) | set() { method render (line 324) | render() { class C (line 295) | class C extends Component { method constructor (line 296) | constructor(props) { method set (line 302) | set() { method render (line 306) | render() { method componentWillMount (line 1476) | componentWillMount() {} method render (line 1477) | render({ children }) { class A (line 313) | class A extends Component { method constructor (line 259) | constructor(props) { method set (line 265) | set() { method render (line 269) | render() { method constructor (line 314) | constructor(props) { method set (line 320) | set() { method render (line 324) | render() { class Counter (line 343) | class Counter extends Component { method constructor (line 344) | constructor(props) { method render (line 352) | render({ counter }) { class App (line 361) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { function Wrapper (line 387) | function Wrapper() { function Foo (line 411) | function Foo() { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { function Foo (line 435) | function Foo() { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 455) | class Foo { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { function Provider (line 482) | function Provider() { class Foo (line 505) | class Foo { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 530) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class StringComponent (line 553) | class StringComponent extends Component { method render (line 554) | render() { class NumberComponent (line 564) | class NumberComponent extends Component { method render (line 565) | render() { class ConstructedStringComponent (line 575) | class ConstructedStringComponent extends Component { method render (line 576) | render() { class NullComponent (line 587) | class NullComponent extends Component { method render (line 588) | render() { class Comp (line 599) | class Comp extends Component { method render (line 600) | render() { method constructor (line 623) | constructor() { method render (line 627) | render(_, { alt }) { method componentWillMount (line 736) | componentWillMount() { method render (line 740) | render() { function test (line 606) | function test(content) { class Comp (line 622) | class Comp extends Component { method render (line 600) | render() { method constructor (line 623) | constructor() { method render (line 627) | render(_, { alt }) { method componentWillMount (line 736) | componentWillMount() { method render (line 740) | render() { class App (line 657) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { class Comp (line 735) | class Comp extends Component { method render (line 600) | render() { method constructor (line 623) | constructor() { method render (line 627) | render(_, { alt }) { method componentWillMount (line 736) | componentWillMount() { method render (line 740) | render() { class GoodContainer (line 747) | class GoodContainer extends Component { method constructor (line 748) | constructor(props) { method render (line 754) | render(_, { alt }) { class BadContainer (line 765) | class BadContainer extends Component { method constructor (line 766) | constructor(props) { method render (line 772) | render(_, { alt }) { function withBobRoss (line 1048) | function withBobRoss(ChildComponent) { class BobRossProvider (line 1071) | class BobRossProvider extends Component { method getChildContext (line 1072) | getChildContext() { method render (line 1076) | render(props) { function BobRossConsumer (line 1081) | function BobRossConsumer(props, context) { class Outer (line 1136) | class Outer extends Component { method componentDidMount (line 1137) | componentDidMount() { method componentWillUnmount (line 1141) | componentWillUnmount() {} method render (line 1142) | render(props, { i }) { method componentDidMount (line 1194) | componentDidMount() { method componentWillUnmount (line 1198) | componentWillUnmount() {} method render (line 1199) | render(props, { i }) { method constructor (line 1346) | constructor(props, context) { method componentWillUnmount (line 1353) | componentWillUnmount() {} method componentWillMount (line 1354) | componentWillMount() {} method componentDidMount (line 1355) | componentDidMount() {} method render (line 1356) | render(_, { child: C }) { method render (line 1434) | render({ child: Child }) { class Outer (line 1193) | class Outer extends Component { method componentDidMount (line 1137) | componentDidMount() { method componentWillUnmount (line 1141) | componentWillUnmount() {} method render (line 1142) | render(props, { i }) { method componentDidMount (line 1194) | componentDidMount() { method componentWillUnmount (line 1198) | componentWillUnmount() {} method render (line 1199) | render(props, { i }) { method constructor (line 1346) | constructor(props, context) { method componentWillUnmount (line 1353) | componentWillUnmount() {} method componentWillMount (line 1354) | componentWillMount() {} method componentDidMount (line 1355) | componentDidMount() {} method render (line 1356) | render(_, { child: C }) { method render (line 1434) | render({ child: Child }) { class Inner (line 1209) | class Inner extends Component { method constructor (line 1210) | constructor() { method componentWillMount (line 1213) | componentWillMount() {} method componentDidMount (line 1214) | componentDidMount() {} method componentWillUnmount (line 1215) | componentWillUnmount() {} method render (line 1216) | render(props) { method componentWillMount (line 1314) | componentWillMount() {} method componentDidMount (line 1315) | componentDidMount() {} method componentWillUnmount (line 1316) | componentWillUnmount() {} method render (line 1317) | render() { method componentWillUnmount (line 1366) | componentWillUnmount() {} method componentWillMount (line 1367) | componentWillMount() {} method componentDidMount (line 1368) | componentDidMount() {} method render (line 1369) | render() { method componentWillMount (line 1440) | componentWillMount() {} method componentWillUnmount (line 1441) | componentWillUnmount() {} method render (line 1442) | render() { class Root (line 1304) | class Root extends Component { method getChildContext (line 1305) | getChildContext() { method render (line 1308) | render() { class Inner (line 1313) | class Inner extends Component { method constructor (line 1210) | constructor() { method componentWillMount (line 1213) | componentWillMount() {} method componentDidMount (line 1214) | componentDidMount() {} method componentWillUnmount (line 1215) | componentWillUnmount() {} method render (line 1216) | render(props) { method componentWillMount (line 1314) | componentWillMount() {} method componentDidMount (line 1315) | componentDidMount() {} method componentWillUnmount (line 1316) | componentWillUnmount() {} method render (line 1317) | render() { method componentWillUnmount (line 1366) | componentWillUnmount() {} method componentWillMount (line 1367) | componentWillMount() {} method componentDidMount (line 1368) | componentDidMount() {} method render (line 1369) | render() { method componentWillMount (line 1440) | componentWillMount() {} method componentWillUnmount (line 1441) | componentWillUnmount() {} method render (line 1442) | render() { class Outer (line 1345) | class Outer extends Component { method componentDidMount (line 1137) | componentDidMount() { method componentWillUnmount (line 1141) | componentWillUnmount() {} method render (line 1142) | render(props, { i }) { method componentDidMount (line 1194) | componentDidMount() { method componentWillUnmount (line 1198) | componentWillUnmount() {} method render (line 1199) | render(props, { i }) { method constructor (line 1346) | constructor(props, context) { method componentWillUnmount (line 1353) | componentWillUnmount() {} method componentWillMount (line 1354) | componentWillMount() {} method componentDidMount (line 1355) | componentDidMount() {} method render (line 1356) | render(_, { child: C }) { method render (line 1434) | render({ child: Child }) { class Inner (line 1365) | class Inner extends Component { method constructor (line 1210) | constructor() { method componentWillMount (line 1213) | componentWillMount() {} method componentDidMount (line 1214) | componentDidMount() {} method componentWillUnmount (line 1215) | componentWillUnmount() {} method render (line 1216) | render(props) { method componentWillMount (line 1314) | componentWillMount() {} method componentDidMount (line 1315) | componentDidMount() {} method componentWillUnmount (line 1316) | componentWillUnmount() {} method render (line 1317) | render() { method componentWillUnmount (line 1366) | componentWillUnmount() {} method componentWillMount (line 1367) | componentWillMount() {} method componentDidMount (line 1368) | componentDidMount() {} method render (line 1369) | render() { method componentWillMount (line 1440) | componentWillMount() {} method componentWillUnmount (line 1441) | componentWillUnmount() {} method render (line 1442) | render() { class Inner2 (line 1378) | class Inner2 extends Component { method constructor (line 1379) | constructor(props, context) { method componentWillUnmount (line 1383) | componentWillUnmount() {} method componentWillMount (line 1384) | componentWillMount() {} method componentDidMount (line 1385) | componentDidMount() {} method render (line 1386) | render() { class Outer (line 1433) | class Outer extends Component { method componentDidMount (line 1137) | componentDidMount() { method componentWillUnmount (line 1141) | componentWillUnmount() {} method render (line 1142) | render(props, { i }) { method componentDidMount (line 1194) | componentDidMount() { method componentWillUnmount (line 1198) | componentWillUnmount() {} method render (line 1199) | render(props, { i }) { method constructor (line 1346) | constructor(props, context) { method componentWillUnmount (line 1353) | componentWillUnmount() {} method componentWillMount (line 1354) | componentWillMount() {} method componentDidMount (line 1355) | componentDidMount() {} method render (line 1356) | render(_, { child: C }) { method render (line 1434) | render({ child: Child }) { class Inner (line 1439) | class Inner extends Component { method constructor (line 1210) | constructor() { method componentWillMount (line 1213) | componentWillMount() {} method componentDidMount (line 1214) | componentDidMount() {} method componentWillUnmount (line 1215) | componentWillUnmount() {} method render (line 1216) | render(props) { method componentWillMount (line 1314) | componentWillMount() {} method componentDidMount (line 1315) | componentDidMount() {} method componentWillUnmount (line 1316) | componentWillUnmount() {} method render (line 1317) | render() { method componentWillUnmount (line 1366) | componentWillUnmount() {} method componentWillMount (line 1367) | componentWillMount() {} method componentDidMount (line 1368) | componentDidMount() {} method render (line 1369) | render() { method componentWillMount (line 1440) | componentWillMount() {} method componentWillUnmount (line 1441) | componentWillUnmount() {} method render (line 1442) | render() { class C (line 1475) | class C extends Component { method constructor (line 296) | constructor(props) { method set (line 302) | set() { method render (line 306) | render() { method componentWillMount (line 1476) | componentWillMount() {} method render (line 1477) | render({ children }) { class Child (line 1647) | class Child extends Component { method constructor (line 1648) | constructor(props) { method render (line 1656) | render() { method shouldComponentUpdate (line 1778) | shouldComponentUpdate() { method render (line 1781) | render() { method componentDidMount (line 2060) | componentDidMount() { method shouldComponentUpdate (line 2065) | shouldComponentUpdate() { method render (line 2069) | render() { class Parent (line 1665) | class Parent extends Component { method render (line 1666) | render() { method render (line 1768) | render() { class Parent (line 1767) | class Parent extends Component { method render (line 1666) | render() { method render (line 1768) | render() { class Child (line 1777) | class Child extends Component { method constructor (line 1648) | constructor(props) { method render (line 1656) | render() { method shouldComponentUpdate (line 1778) | shouldComponentUpdate() { method render (line 1781) | render() { method componentDidMount (line 2060) | componentDidMount() { method shouldComponentUpdate (line 2065) | shouldComponentUpdate() { method render (line 2069) | render() { class App (line 1789) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { class X (line 1829) | class X extends Component { method constructor (line 1830) | constructor(props) { method componentDidMount (line 1835) | componentDidMount() { method componentWillUnmount (line 1839) | componentWillUnmount() { method render (line 1843) | render() { class App (line 1851) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { class App (line 1884) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { class Foo (line 1906) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 1936) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 1963) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class Foo (line 1995) | class Foo extends Component { method constructor (line 117) | constructor(props) { method constructor (line 132) | constructor(props) { method constructor (line 146) | constructor(props) { method constructor (line 161) | constructor(props) { method componentDidMount (line 166) | componentDidMount() { method render (line 182) | render() { method constructor (line 202) | constructor(props, context) { method render (line 210) | render(props) { method constructor (line 456) | constructor() { method render (line 460) | render(props, state) { method constructor (line 506) | constructor() { method render (line 509) | render(props, state) { method constructor (line 531) | constructor(props, context) { method constructor (line 1907) | constructor(props) { method render (line 1912) | render(props, state) { method constructor (line 1937) | constructor(props) { method render (line 1941) | render() { method constructor (line 1964) | constructor(props) { method render (line 1977) | render() { method constructor (line 1996) | constructor(props) { method render (line 2000) | render(props, state) { class App (line 2018) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { class App (line 2036) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { class Child (line 2059) | class Child extends Component { method constructor (line 1648) | constructor(props) { method render (line 1656) | render() { method shouldComponentUpdate (line 1778) | shouldComponentUpdate() { method render (line 1781) | render() { method componentDidMount (line 2060) | componentDidMount() { method shouldComponentUpdate (line 2065) | shouldComponentUpdate() { method render (line 2069) | render() { class App (line 2074) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { class App (line 2102) | class App extends Component { method constructor (line 362) | constructor(props) { method render (line 370) | render() { method constructor (line 658) | constructor(props) { method add (line 668) | add() { method addTwice (line 672) | addTwice() { method reset (line 676) | reset() { method render (line 680) | render() { method render (line 1790) | render() { method constructor (line 1852) | constructor(props) { method render (line 1858) | render() { method constructor (line 1885) | constructor(props) { method render (line 1891) | render() { method componentWillReceiveProps (line 2019) | componentWillReceiveProps() { method render (line 2022) | render() { method shouldComponentUpdate (line 2037) | shouldComponentUpdate() { method render (line 2041) | render() { method render (line 2076) | render() { method constructor (line 2103) | constructor(props) { method render (line 2108) | render(props, state) { FILE: test/browser/context.test.jsx class Outer (line 21) | class Outer extends Component { method getChildContext (line 22) | getChildContext() { method render (line 25) | render(props) { method getChildContext (line 105) | getChildContext() { method render (line 108) | render(props) { method getChildContext (line 175) | getChildContext() { method render (line 178) | render() { class Inner (line 35) | class Inner extends Component { method shouldComponentUpdate (line 40) | shouldComponentUpdate() { method componentWillReceiveProps (line 43) | componentWillReceiveProps() {} method componentWillUpdate (line 44) | componentWillUpdate() {} method componentDidUpdate (line 45) | componentDidUpdate() {} method render (line 46) | render(props, state, context) { method shouldComponentUpdate (line 115) | shouldComponentUpdate() { method componentWillReceiveProps (line 118) | componentWillReceiveProps() {} method componentWillUpdate (line 119) | componentWillUpdate() {} method componentDidUpdate (line 120) | componentDidUpdate() {} method render (line 121) | render(props, state, context) { method getChildContext (line 188) | getChildContext() { method render (line 191) | render() { class Outer (line 104) | class Outer extends Component { method getChildContext (line 22) | getChildContext() { method render (line 25) | render(props) { method getChildContext (line 105) | getChildContext() { method render (line 108) | render(props) { method getChildContext (line 175) | getChildContext() { method render (line 178) | render() { class Inner (line 114) | class Inner extends Component { method shouldComponentUpdate (line 40) | shouldComponentUpdate() { method componentWillReceiveProps (line 43) | componentWillReceiveProps() {} method componentWillUpdate (line 44) | componentWillUpdate() {} method componentDidUpdate (line 45) | componentDidUpdate() {} method render (line 46) | render(props, state, context) { method shouldComponentUpdate (line 115) | shouldComponentUpdate() { method componentWillReceiveProps (line 118) | componentWillReceiveProps() {} method componentWillUpdate (line 119) | componentWillUpdate() {} method componentDidUpdate (line 120) | componentDidUpdate() {} method render (line 121) | render(props, state, context) { method getChildContext (line 188) | getChildContext() { method render (line 191) | render() { class Outer (line 174) | class Outer extends Component { method getChildContext (line 22) | getChildContext() { method render (line 25) | render(props) { method getChildContext (line 105) | getChildContext() { method render (line 108) | render(props) { method getChildContext (line 175) | getChildContext() { method render (line 178) | render() { class Inner (line 187) | class Inner extends Component { method shouldComponentUpdate (line 40) | shouldComponentUpdate() { method componentWillReceiveProps (line 43) | componentWillReceiveProps() {} method componentWillUpdate (line 44) | componentWillUpdate() {} method componentDidUpdate (line 45) | componentDidUpdate() {} method render (line 46) | render(props, state, context) { method shouldComponentUpdate (line 115) | shouldComponentUpdate() { method componentWillReceiveProps (line 118) | componentWillReceiveProps() {} method componentWillUpdate (line 119) | componentWillUpdate() {} method componentDidUpdate (line 120) | componentDidUpdate() {} method render (line 121) | render(props, state, context) { method getChildContext (line 188) | getChildContext() { method render (line 191) | render() { class InnerMost (line 196) | class InnerMost extends Component { method render (line 197) | render() { class Wrapper (line 224) | class Wrapper extends Component { method getChildContext (line 225) | getChildContext() { method render (line 229) | render() { FILE: test/browser/createContext.test.jsx class Inner (line 31) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class Inner (line 69) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class State (line 113) | class State extends Component { method constructor (line 114) | constructor(props) { method render (line 119) | render() { method constructor (line 147) | constructor(props) { method render (line 152) | render() { class State (line 146) | class State extends Component { method constructor (line 114) | constructor(props) { method render (line 119) | render() { method constructor (line 147) | constructor(props) { method render (line 152) | render() { class Inner (line 180) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class Inner (line 245) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class Inner (line 299) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class NoUpdate (line 341) | class NoUpdate extends Component { method shouldComponentUpdate (line 342) | shouldComponentUpdate() { method render (line 346) | render() { method shouldComponentUpdate (line 611) | shouldComponentUpdate() { method render (line 615) | render() { method shouldComponentUpdate (line 1004) | shouldComponentUpdate() { method render (line 1008) | render() { class Inner (line 351) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class Consumed (line 392) | class Consumed extends Component { method render (line 393) | render(props) { method render (line 462) | render(props) { class Outer (line 400) | class Outer extends Component { method render (line 401) | render() { method render (line 470) | render() { class Inner (line 410) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class InnerMost (line 420) | class InnerMost extends Component { method render (line 421) | render() { method render (line 494) | render() { class Consumed (line 461) | class Consumed extends Component { method render (line 393) | render(props) { method render (line 462) | render(props) { class Outer (line 469) | class Outer extends Component { method render (line 401) | render() { method render (line 470) | render() { class Inner (line 479) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class InnerMost (line 493) | class InnerMost extends Component { method render (line 421) | render() { method render (line 494) | render() { class App (line 503) | class App extends Component { method render (line 504) | render() { method constructor (line 680) | constructor(props) { method renderInner (line 691) | renderInner(value) { method render (line 699) | render() { method constructor (line 764) | constructor() { method render (line 771) | render(props, state) { method render (line 810) | render() { method render (line 827) | render() { method constructor (line 896) | constructor(props) { method componentWillUnmount (line 901) | componentWillUnmount() { method render (line 905) | render() { method shouldComponentUpdate (line 951) | shouldComponentUpdate() { method render (line 955) | render() { method constructor (line 1047) | constructor(props) { method render (line 1052) | render() { class Inner (line 545) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class Nested (line 554) | class Nested extends Component { method render (line 555) | render(props) { class NoUpdate (line 610) | class NoUpdate extends Component { method shouldComponentUpdate (line 342) | shouldComponentUpdate() { method render (line 346) | render() { method shouldComponentUpdate (line 611) | shouldComponentUpdate() { method render (line 615) | render() { method shouldComponentUpdate (line 1004) | shouldComponentUpdate() { method render (line 1008) | render() { class Inner (line 620) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class App (line 679) | class App extends Component { method render (line 504) | render() { method constructor (line 680) | constructor(props) { method renderInner (line 691) | renderInner(value) { method render (line 699) | render() { method constructor (line 764) | constructor() { method render (line 771) | render(props, state) { method render (line 810) | render() { method render (line 827) | render() { method constructor (line 896) | constructor(props) { method componentWillUnmount (line 901) | componentWillUnmount() { method render (line 905) | render() { method shouldComponentUpdate (line 951) | shouldComponentUpdate() { method render (line 955) | render() { method constructor (line 1047) | constructor(props) { method render (line 1052) | render() { class Inner (line 726) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class App (line 763) | class App extends Component { method render (line 504) | render() { method constructor (line 680) | constructor(props) { method renderInner (line 691) | renderInner(value) { method render (line 699) | render() { method constructor (line 764) | constructor() { method render (line 771) | render(props, state) { method render (line 810) | render() { method render (line 827) | render() { method constructor (line 896) | constructor(props) { method componentWillUnmount (line 901) | componentWillUnmount() { method render (line 905) | render() { method shouldComponentUpdate (line 951) | shouldComponentUpdate() { method render (line 955) | render() { method constructor (line 1047) | constructor(props) { method render (line 1052) | render() { class App (line 809) | class App extends Component { method render (line 504) | render() { method constructor (line 680) | constructor(props) { method renderInner (line 691) | renderInner(value) { method render (line 699) | render() { method constructor (line 764) | constructor() { method render (line 771) | render(props, state) { method render (line 810) | render() { method render (line 827) | render() { method constructor (line 896) | constructor(props) { method componentWillUnmount (line 901) | componentWillUnmount() { method render (line 905) | render() { method shouldComponentUpdate (line 951) | shouldComponentUpdate() { method render (line 955) | render() { method constructor (line 1047) | constructor(props) { method render (line 1052) | render() { class App (line 826) | class App extends Component { method render (line 504) | render() { method constructor (line 680) | constructor(props) { method renderInner (line 691) | renderInner(value) { method render (line 699) | render() { method constructor (line 764) | constructor() { method render (line 771) | render(props, state) { method render (line 810) | render() { method render (line 827) | render() { method constructor (line 896) | constructor(props) { method componentWillUnmount (line 901) | componentWillUnmount() { method render (line 905) | render() { method shouldComponentUpdate (line 951) | shouldComponentUpdate() { method render (line 955) | render() { method constructor (line 1047) | constructor(props) { method render (line 1052) | render() { class NewContext (line 851) | class NewContext extends Component { method render (line 852) | render() { class OldContext (line 857) | class OldContext extends Component { method getChildContext (line 858) | getChildContext() { method render (line 862) | render() { class Inner (line 867) | class Inner extends Component { method render (line 32) | render(props) { method render (line 70) | render(props) { method render (line 181) | render(props) { method render (line 246) | render(props) { method render (line 300) | render(props) { method render (line 352) | render(props) { method render (line 411) | render() { method shouldComponentUpdate (line 480) | shouldComponentUpdate() { method render (line 484) | render() { method render (line 546) | render(props) { method render (line 621) | render(props) { method render (line 727) | render(props) { method render (line 868) | render() { class App (line 895) | class App extends Component { method render (line 504) | render() { method constructor (line 680) | constructor(props) { method renderInner (line 691) | renderInner(value) { method render (line 699) | render() { method constructor (line 764) | constructor() { method render (line 771) | render(props, state) { method render (line 810) | render() { method render (line 827) | render() { method constructor (line 896) | constructor(props) { method componentWillUnmount (line 901) | componentWillUnmount() { method render (line 905) | render() { method shouldComponentUpdate (line 951) | shouldComponentUpdate() { method render (line 955) | render() { method constructor (line 1047) | constructor(props) { method render (line 1052) | render() { class Root (line 930) | class Root extends Component { method constructor (line 931) | constructor(props) { method updateStore (line 937) | updateStore() { method render (line 941) | render() { class App (line 950) | class App extends Component { method render (line 504) | render() { method constructor (line 680) | constructor(props) { method renderInner (line 691) | renderInner(value) { method render (line 699) | render() { method constructor (line 764) | constructor() { method render (line 771) | render(props, state) { method render (line 810) | render() { method render (line 827) | render() { method constructor (line 896) | constructor(props) { method componentWillUnmount (line 901) | componentWillUnmount() { method render (line 905) | render() { method shouldComponentUpdate (line 951) | shouldComponentUpdate() { method render (line 955) | render() { method constructor (line 1047) | constructor(props) { method render (line 1052) | render() { function Parent (line 960) | function Parent(props) { class Child (line 964) | class Child extends Component { method componentDidMount (line 965) | componentDidMount() { method componentDidUpdate (line 969) | componentDidUpdate(prevProps) { method componentWillUnmount (line 973) | componentWillUnmount() { method render (line 977) | render() { method shouldComponentUpdate (line 1066) | shouldComponentUpdate() { method render (line 1071) | render() { class NoUpdate (line 1003) | class NoUpdate extends Component { method shouldComponentUpdate (line 342) | shouldComponentUpdate() { method render (line 346) | render() { method shouldComponentUpdate (line 611) | shouldComponentUpdate() { method render (line 615) | render() { method shouldComponentUpdate (line 1004) | shouldComponentUpdate() { method render (line 1008) | render() { class Provider (line 1013) | class Provider extends Component { method constructor (line 1014) | constructor(props) { method render (line 1020) | render() { class App (line 1046) | class App extends Component { method render (line 504) | render() { method constructor (line 680) | constructor(props) { method renderInner (line 691) | renderInner(value) { method render (line 699) | render() { method constructor (line 764) | constructor() { method render (line 771) | render(props, state) { method render (line 810) | render() { method render (line 827) | render() { method constructor (line 896) | constructor(props) { method componentWillUnmount (line 901) | componentWillUnmount() { method render (line 905) | render() { method shouldComponentUpdate (line 951) | shouldComponentUpdate() { method render (line 955) | render() { method constructor (line 1047) | constructor(props) { method render (line 1052) | render() { class Child (line 1063) | class Child extends Component { method componentDidMount (line 965) | componentDidMount() { method componentDidUpdate (line 969) | componentDidUpdate(prevProps) { method componentWillUnmount (line 973) | componentWillUnmount() { method render (line 977) | render() { method shouldComponentUpdate (line 1066) | shouldComponentUpdate() { method render (line 1071) | render() { class Wrapper (line 1091) | class Wrapper extends Component { method constructor (line 1092) | constructor(props) { method getChildContext (line 1098) | getChildContext() { method render (line 1102) | render() { FILE: test/browser/customBuiltInElements.test.jsx class Foo (line 19) | class Foo extends Component { method render (line 20) | render() { class BuiltIn (line 27) | class BuiltIn extends HTMLDivElement { method connectedCallback (line 28) | connectedCallback() { FILE: test/browser/events.test.jsx function fireEvent (line 12) | function fireEvent(on, type) { function fooHandler (line 51) | function fooHandler() {} FILE: test/browser/focus.test.jsx class DynamicList (line 24) | class DynamicList extends Component { method constructor (line 25) | constructor(props) { method render (line 73) | render(props, state) { function focusInput (line 98) | function focusInput() { function focusInputById (line 111) | function focusInputById() { function validateFocus (line 131) | function validateFocus(input, message) { function getListHtml (line 141) | function getListHtml(before, after) { function App (line 182) | function App({ showFirst, showLast }) { method constructor (line 463) | constructor() { method render (line 469) | render() { method constructor (line 517) | constructor() { method render (line 523) | render() { class App (line 462) | class App extends Component { method constructor (line 463) | constructor() { method render (line 469) | render() { method constructor (line 517) | constructor() { method render (line 523) | render() { class App (line 516) | class App extends Component { method constructor (line 463) | constructor() { method render (line 469) | render() { method constructor (line 517) | constructor() { method render (line 523) | render() { FILE: test/browser/fragments.test.jsx function expectDomLogToBe (line 24) | function expectDomLogToBe(expectedOperations, message) { class Stateful (line 28) | class Stateful extends Component { method componentDidUpdate (line 29) | componentDidUpdate() { method render (line 32) | render() { class X (line 159) | class X extends Component { method render (line 160) | render() { method render (line 192) | render() { class App (line 165) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class X (line 191) | class X extends Component { method render (line 160) | render() { method render (line 192) | render() { class App (line 199) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { function Foo (line 253) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 275) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 303) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 340) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 379) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { class Comp (line 415) | class Comp extends Component { method render (line 416) | render() { method constructor (line 940) | constructor() { method render (line 946) | render() { method constructor (line 964) | constructor() { method render (line 970) | render() { function Foo (line 431) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 465) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 486) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 518) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 541) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 560) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 583) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 607) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { class Foo (line 633) | class Foo extends Component { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { class Foo (line 665) | class Foo extends Component { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { class Foo (line 706) | class Foo extends Component { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 736) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 796) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 848) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { class Comp (line 939) | class Comp extends Component { method render (line 416) | render() { method constructor (line 940) | constructor() { method render (line 946) | render() { method constructor (line 964) | constructor() { method render (line 970) | render() { class Comp (line 963) | class Comp extends Component { method render (line 416) | render() { method constructor (line 940) | constructor() { method render (line 946) | render() { method constructor (line 964) | constructor() { method render (line 970) | render() { class List (line 1000) | class List extends Component { method constructor (line 1001) | constructor() { method render (line 1010) | render() { class App (line 1071) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class BobRossProvider (line 1146) | class BobRossProvider extends Component { method getChildContext (line 1147) | getChildContext() { method render (line 1151) | render(props) { function BobRossConsumer (line 1156) | function BobRossConsumer(props, context) { function Foo (line 1511) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 1586) | function Foo({ condition }) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { function Foo (line 1774) | function Foo(props) { method constructor (line 634) | constructor(props) { method render (line 639) | render(props, { isLoading, data }) { method constructor (line 666) | constructor(props) { method render (line 671) | render(props, { isLoading, data }) { method constructor (line 707) | constructor(props) { method render (line 712) | render(props, { isLoading, data }) { class SubList (line 1883) | class SubList extends Component { method shouldComponentUpdate (line 1884) | shouldComponentUpdate(nextProps) { method render (line 1887) | render() { class App (line 1899) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class App (line 1948) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class SetState (line 1993) | class SetState extends Component { method constructor (line 1994) | constructor(props) { method render (line 1999) | render() { method constructor (line 2034) | constructor(props) { method render (line 2039) | render() { method constructor (line 2085) | constructor(props) { method render (line 2090) | render() { method constructor (line 2122) | constructor(props) { method render (line 2127) | render() { method constructor (line 2161) | constructor(props) { method render (line 2166) | render() { method constructor (line 2200) | constructor(props) { method render (line 2205) | render() { method constructor (line 2246) | constructor(props) { method render (line 2251) | render() { method constructor (line 2289) | constructor(props) { method render (line 2294) | render() { class SetState (line 2033) | class SetState extends Component { method constructor (line 1994) | constructor(props) { method render (line 1999) | render() { method constructor (line 2034) | constructor(props) { method render (line 2039) | render() { method constructor (line 2085) | constructor(props) { method render (line 2090) | render() { method constructor (line 2122) | constructor(props) { method render (line 2127) | render() { method constructor (line 2161) | constructor(props) { method render (line 2166) | render() { method constructor (line 2200) | constructor(props) { method render (line 2205) | render() { method constructor (line 2246) | constructor(props) { method render (line 2251) | render() { method constructor (line 2289) | constructor(props) { method render (line 2294) | render() { class SetState (line 2084) | class SetState extends Component { method constructor (line 1994) | constructor(props) { method render (line 1999) | render() { method constructor (line 2034) | constructor(props) { method render (line 2039) | render() { method constructor (line 2085) | constructor(props) { method render (line 2090) | render() { method constructor (line 2122) | constructor(props) { method render (line 2127) | render() { method constructor (line 2161) | constructor(props) { method render (line 2166) | render() { method constructor (line 2200) | constructor(props) { method render (line 2205) | render() { method constructor (line 2246) | constructor(props) { method render (line 2251) | render() { method constructor (line 2289) | constructor(props) { method render (line 2294) | render() { class SetState (line 2121) | class SetState extends Component { method constructor (line 1994) | constructor(props) { method render (line 1999) | render() { method constructor (line 2034) | constructor(props) { method render (line 2039) | render() { method constructor (line 2085) | constructor(props) { method render (line 2090) | render() { method constructor (line 2122) | constructor(props) { method render (line 2127) | render() { method constructor (line 2161) | constructor(props) { method render (line 2166) | render() { method constructor (line 2200) | constructor(props) { method render (line 2205) | render() { method constructor (line 2246) | constructor(props) { method render (line 2251) | render() { method constructor (line 2289) | constructor(props) { method render (line 2294) | render() { class SetState (line 2160) | class SetState extends Component { method constructor (line 1994) | constructor(props) { method render (line 1999) | render() { method constructor (line 2034) | constructor(props) { method render (line 2039) | render() { method constructor (line 2085) | constructor(props) { method render (line 2090) | render() { method constructor (line 2122) | constructor(props) { method render (line 2127) | render() { method constructor (line 2161) | constructor(props) { method render (line 2166) | render() { method constructor (line 2200) | constructor(props) { method render (line 2205) | render() { method constructor (line 2246) | constructor(props) { method render (line 2251) | render() { method constructor (line 2289) | constructor(props) { method render (line 2294) | render() { class SetState (line 2199) | class SetState extends Component { method constructor (line 1994) | constructor(props) { method render (line 1999) | render() { method constructor (line 2034) | constructor(props) { method render (line 2039) | render() { method constructor (line 2085) | constructor(props) { method render (line 2090) | render() { method constructor (line 2122) | constructor(props) { method render (line 2127) | render() { method constructor (line 2161) | constructor(props) { method render (line 2166) | render() { method constructor (line 2200) | constructor(props) { method render (line 2205) | render() { method constructor (line 2246) | constructor(props) { method render (line 2251) | render() { method constructor (line 2289) | constructor(props) { method render (line 2294) | render() { class SetState (line 2245) | class SetState extends Component { method constructor (line 1994) | constructor(props) { method render (line 1999) | render() { method constructor (line 2034) | constructor(props) { method render (line 2039) | render() { method constructor (line 2085) | constructor(props) { method render (line 2090) | render() { method constructor (line 2122) | constructor(props) { method render (line 2127) | render() { method constructor (line 2161) | constructor(props) { method render (line 2166) | render() { method constructor (line 2200) | constructor(props) { method render (line 2205) | render() { method constructor (line 2246) | constructor(props) { method render (line 2251) | render() { method constructor (line 2289) | constructor(props) { method render (line 2294) | render() { function Outer (line 2256) | function Outer() { class SetState (line 2288) | class SetState extends Component { method constructor (line 1994) | constructor(props) { method render (line 1999) | render() { method constructor (line 2034) | constructor(props) { method render (line 2039) | render() { method constructor (line 2085) | constructor(props) { method render (line 2090) | render() { method constructor (line 2122) | constructor(props) { method render (line 2127) | render() { method constructor (line 2161) | constructor(props) { method render (line 2166) | render() { method constructor (line 2200) | constructor(props) { method render (line 2205) | render() { method constructor (line 2246) | constructor(props) { method render (line 2251) | render() { method constructor (line 2289) | constructor(props) { method render (line 2294) | render() { function Outer (line 2304) | function Outer() { class A (line 2338) | class A extends Component { method constructor (line 2339) | constructor(props) { method render (line 2345) | render() { method constructor (line 2400) | constructor(props) { method render (line 2406) | render() { method constructor (line 2471) | constructor(props) { method render (line 2477) | render() { method constructor (line 2549) | constructor(props) { method render (line 2555) | render() { function B (line 2350) | function B() { method constructor (line 2485) | constructor(props) { method render (line 2490) | render() { method constructor (line 2565) | constructor(props) { method render (line 2570) | render() { function X (line 2354) | function X(props) { method render (line 160) | render() { method render (line 192) | render() { function App (line 2358) | function App(props) { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class A (line 2399) | class A extends Component { method constructor (line 2339) | constructor(props) { method render (line 2345) | render() { method constructor (line 2400) | constructor(props) { method render (line 2406) | render() { method constructor (line 2471) | constructor(props) { method render (line 2477) | render() { method constructor (line 2549) | constructor(props) { method render (line 2555) | render() { function B (line 2413) | function B() { method constructor (line 2485) | constructor(props) { method render (line 2490) | render() { method constructor (line 2565) | constructor(props) { method render (line 2570) | render() { function X (line 2417) | function X(props) { method render (line 160) | render() { method render (line 192) | render() { function App (line 2421) | function App(props) { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class A (line 2470) | class A extends Component { method constructor (line 2339) | constructor(props) { method render (line 2345) | render() { method constructor (line 2400) | constructor(props) { method render (line 2406) | render() { method constructor (line 2471) | constructor(props) { method render (line 2477) | render() { method constructor (line 2549) | constructor(props) { method render (line 2555) | render() { class B (line 2484) | class B extends Component { method constructor (line 2485) | constructor(props) { method render (line 2490) | render() { method constructor (line 2565) | constructor(props) { method render (line 2570) | render() { function X (line 2495) | function X(props) { method render (line 160) | render() { method render (line 192) | render() { function App (line 2499) | function App() { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class A (line 2548) | class A extends Component { method constructor (line 2339) | constructor(props) { method render (line 2345) | render() { method constructor (line 2400) | constructor(props) { method render (line 2406) | render() { method constructor (line 2471) | constructor(props) { method render (line 2477) | render() { method constructor (line 2549) | constructor(props) { method render (line 2555) | render() { class B (line 2564) | class B extends Component { method constructor (line 2485) | constructor(props) { method render (line 2490) | render() { method constructor (line 2565) | constructor(props) { method render (line 2570) | render() { class Parent (line 2629) | class Parent extends Component { method constructor (line 2630) | constructor(props) { method tooglePanelPosition (line 2636) | tooglePanelPosition() { method render (line 2642) | render() { function App (line 2699) | function App({ condition }) { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { function App (line 2733) | function App({ condition }) { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class App (line 2775) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { function App (line 2864) | function App({ condition }) { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class App (line 2919) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { function App (line 2963) | function App({ condition }) { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class App (line 3010) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class App (line 3067) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class Provider (line 3112) | class Provider extends Component { method constructor (line 3113) | constructor(props) { method render (line 3119) | render(props) { method constructor (line 3151) | constructor(props) { method render (line 3157) | render(props) { method constructor (line 3190) | constructor(props) { method render (line 3196) | render(props) { method constructor (line 3226) | constructor(props) { method render (line 3232) | render(props) { class App (line 3126) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class Provider (line 3150) | class Provider extends Component { method constructor (line 3113) | constructor(props) { method render (line 3119) | render(props) { method constructor (line 3151) | constructor(props) { method render (line 3157) | render(props) { method constructor (line 3190) | constructor(props) { method render (line 3196) | render(props) { method constructor (line 3226) | constructor(props) { method render (line 3232) | render(props) { class App (line 3164) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class Provider (line 3189) | class Provider extends Component { method constructor (line 3113) | constructor(props) { method render (line 3119) | render(props) { method constructor (line 3151) | constructor(props) { method render (line 3157) | render(props) { method constructor (line 3190) | constructor(props) { method render (line 3196) | render(props) { method constructor (line 3226) | constructor(props) { method render (line 3232) | render(props) { class App (line 3203) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { class Provider (line 3225) | class Provider extends Component { method constructor (line 3113) | constructor(props) { method render (line 3119) | render(props) { method constructor (line 3151) | constructor(props) { method render (line 3157) | render(props) { method constructor (line 3190) | constructor(props) { method render (line 3196) | render(props) { method constructor (line 3226) | constructor(props) { method render (line 3232) | render(props) { class App (line 3239) | class App extends Component { method render (line 166) | render(props) { method constructor (line 200) | constructor(props, context) { method render (line 207) | render() { method constructor (line 1072) | constructor() { method render (line 1078) | render() { method constructor (line 1900) | constructor() { method render (line 1907) | render() { method constructor (line 1949) | constructor(props) { method render (line 1957) | render() { method constructor (line 2776) | constructor(props) { method componentDidMount (line 2799) | componentDidMount() { method render (line 2821) | render() { method constructor (line 2920) | constructor(props) { method render (line 2929) | render(_props, state) { method constructor (line 3011) | constructor(props) { method render (line 3016) | render() { method constructor (line 3068) | constructor(props) { method render (line 3074) | render() { method render (line 3127) | render() { method render (line 3165) | render() { method render (line 3204) | render() { method render (line 3240) | render() { FILE: test/browser/hydrate.test.jsx class Root (line 480) | class Root extends Component { method constructor (line 481) | constructor() { method componentDidCatch (line 486) | componentDidCatch(error) { method render (line 490) | render() { function App (line 499) | function App() { FILE: test/browser/keys.test.jsx function createStateful (line 17) | function createStateful(name) { function move (line 62) | function move(values, from, to) { class App (line 162) | class App extends Component { method componentDidMount (line 163) | componentDidMount() { method render (line 168) | render({ opened, loading }) { method constructor (line 714) | constructor(props) { method componentDidMount (line 721) | componentDidMount() { method set (line 734) | set() { method render (line 743) | render() { method constructor (line 779) | constructor(props) { method componentDidMount (line 786) | componentDidMount() { method set (line 799) | set() { method render (line 808) | render() { method sort (line 920) | sort() { method render (line 928) | render(_, { items }) { class BusyIndicator (line 178) | class BusyIndicator extends Component { method render (line 179) | render({ children, busy }) { class Item (line 464) | class Item extends Component { method shouldComponentUpdate (line 465) | shouldComponentUpdate(props) { method render (line 469) | render() { function App (line 474) | function App({ values }) { method componentDidMount (line 163) | componentDidMount() { method render (line 168) | render({ opened, loading }) { method constructor (line 714) | constructor(props) { method componentDidMount (line 721) | componentDidMount() { method set (line 734) | set() { method render (line 743) | render() { method constructor (line 779) | constructor(props) { method componentDidMount (line 786) | componentDidMount() { method set (line 799) | set() { method render (line 808) | render() { method sort (line 920) | sort() { method render (line 928) | render(_, { items }) { function Foo (line 502) | function Foo({ condition }) { function Foo (line 533) | function Foo({ keyed }) { function Foo (line 570) | function Foo({ moved }) { function Foo (line 641) | function Foo({ moved }) { class App (line 713) | class App extends Component { method componentDidMount (line 163) | componentDidMount() { method render (line 168) | render({ opened, loading }) { method constructor (line 714) | constructor(props) { method componentDidMount (line 721) | componentDidMount() { method set (line 734) | set() { method render (line 743) | render() { method constructor (line 779) | constructor(props) { method componentDidMount (line 786) | componentDidMount() { method set (line 799) | set() { method render (line 808) | render() { method sort (line 920) | sort() { method render (line 928) | render(_, { items }) { class App (line 778) | class App extends Component { method componentDidMount (line 163) | componentDidMount() { method render (line 168) | render({ opened, loading }) { method constructor (line 714) | constructor(props) { method componentDidMount (line 721) | componentDidMount() { method set (line 734) | set() { method render (line 743) | render() { method constructor (line 779) | constructor(props) { method componentDidMount (line 786) | componentDidMount() { method set (line 799) | set() { method render (line 808) | render() { method sort (line 920) | sort() { method render (line 928) | render(_, { items }) { function Foo (line 843) | function Foo({ unkeyed }) { class App (line 915) | class App extends Component { method componentDidMount (line 163) | componentDidMount() { method render (line 168) | render({ opened, loading }) { method constructor (line 714) | constructor(props) { method componentDidMount (line 721) | componentDidMount() { method set (line 734) | set() { method render (line 743) | render() { method constructor (line 779) | constructor(props) { method componentDidMount (line 786) | componentDidMount() { method set (line 799) | set() { method render (line 808) | render() { method sort (line 920) | sort() { method render (line 928) | render(_, { items }) { class Comp (line 968) | class Comp extends Component { method componentDidMount (line 969) | componentDidMount() { method render (line 972) | render() { method componentDidMount (line 1003) | componentDidMount() { method render (line 1006) | render() { method componentDidMount (line 1038) | componentDidMount() { method render (line 1041) | render() { method componentDidMount (line 1080) | componentDidMount() { method render (line 1083) | render() { method componentDidMount (line 1115) | componentDidMount() { method render (line 1118) | render() { class Comp (line 1002) | class Comp extends Component { method componentDidMount (line 969) | componentDidMount() { method render (line 972) | render() { method componentDidMount (line 1003) | componentDidMount() { method render (line 1006) | render() { method componentDidMount (line 1038) | componentDidMount() { method render (line 1041) | render() { method componentDidMount (line 1080) | componentDidMount() { method render (line 1083) | render() { method componentDidMount (line 1115) | componentDidMount() { method render (line 1118) | render() { class Comp (line 1037) | class Comp extends Component { method componentDidMount (line 969) | componentDidMount() { method render (line 972) | render() { method componentDidMount (line 1003) | componentDidMount() { method render (line 1006) | render() { method componentDidMount (line 1038) | componentDidMount() { method render (line 1041) | render() { method componentDidMount (line 1080) | componentDidMount() { method render (line 1083) | render() { method componentDidMount (line 1115) | componentDidMount() { method render (line 1118) | render() { class Comp (line 1079) | class Comp extends Component { method componentDidMount (line 969) | componentDidMount() { method render (line 972) | render() { method componentDidMount (line 1003) | componentDidMount() { method render (line 1006) | render() { method componentDidMount (line 1038) | componentDidMount() { method render (line 1041) | render() { method componentDidMount (line 1080) | componentDidMount() { method render (line 1083) | render() { method componentDidMount (line 1115) | componentDidMount() { method render (line 1118) | render() { class Comp (line 1114) | class Comp extends Component { method componentDidMount (line 969) | componentDidMount() { method render (line 972) | render() { method componentDidMount (line 1003) | componentDidMount() { method render (line 1006) | render() { method componentDidMount (line 1038) | componentDidMount() { method render (line 1041) | render() { method componentDidMount (line 1080) | componentDidMount() { method render (line 1083) | render() { method componentDidMount (line 1115) | componentDidMount() { method render (line 1118) | render() { FILE: test/browser/lifecycles/componentDidCatch.test.jsx class Receiver (line 30) | class Receiver extends Component { method componentDidCatch (line 31) | componentDidCatch(error) { method render (line 35) | render() { method constructor (line 252) | constructor() { method componentDidCatch (line 257) | componentDidCatch(error) { method render (line 260) | render() { method constructor (line 284) | constructor() { method componentDidCatch (line 289) | componentDidCatch(error) { method render (line 292) | render() { method componentDidCatch (line 344) | componentDidCatch(error) { method render (line 347) | render() { method componentDidCatch (line 372) | componentDidCatch(error) { method render (line 375) | render() { method constructor (line 688) | constructor(props) { method componentDidCatch (line 692) | componentDidCatch(error, errorInfo) { method render (line 696) | render() { function throwExpectedError (line 47) | function throwExpectedError() { method constructor (line 53) | constructor(props) { method componentDidCatch (line 58) | componentDidCatch() { method render (line 61) | render() { class ThrowErr (line 82) | class ThrowErr extends Component { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { class Receiver (line 251) | class Receiver extends Component { method componentDidCatch (line 31) | componentDidCatch(error) { method render (line 35) | render() { method constructor (line 252) | constructor() { method componentDidCatch (line 257) | componentDidCatch(error) { method render (line 260) | render() { method constructor (line 284) | constructor() { method componentDidCatch (line 289) | componentDidCatch(error) { method render (line 292) | render() { method componentDidCatch (line 344) | componentDidCatch(error) { method render (line 347) | render() { method componentDidCatch (line 372) | componentDidCatch(error) { method render (line 375) | render() { method constructor (line 688) | constructor(props) { method componentDidCatch (line 692) | componentDidCatch(error, errorInfo) { method render (line 696) | render() { class Receiver (line 283) | class Receiver extends Component { method componentDidCatch (line 31) | componentDidCatch(error) { method render (line 35) | render() { method constructor (line 252) | constructor() { method componentDidCatch (line 257) | componentDidCatch(error) { method render (line 260) | render() { method constructor (line 284) | constructor() { method componentDidCatch (line 289) | componentDidCatch(error) { method render (line 292) | render() { method componentDidCatch (line 344) | componentDidCatch(error) { method render (line 347) | render() { method componentDidCatch (line 372) | componentDidCatch(error) { method render (line 375) | render() { method constructor (line 688) | constructor(props) { method componentDidCatch (line 692) | componentDidCatch(error, errorInfo) { method render (line 696) | render() { class Receiver (line 343) | class Receiver extends Component { method componentDidCatch (line 31) | componentDidCatch(error) { method render (line 35) | render() { method constructor (line 252) | constructor() { method componentDidCatch (line 257) | componentDidCatch(error) { method render (line 260) | render() { method constructor (line 284) | constructor() { method componentDidCatch (line 289) | componentDidCatch(error) { method render (line 292) | render() { method componentDidCatch (line 344) | componentDidCatch(error) { method render (line 347) | render() { method componentDidCatch (line 372) | componentDidCatch(error) { method render (line 375) | render() { method constructor (line 688) | constructor(props) { method componentDidCatch (line 692) | componentDidCatch(error, errorInfo) { method render (line 696) | render() { class Receiver (line 371) | class Receiver extends Component { method componentDidCatch (line 31) | componentDidCatch(error) { method render (line 35) | render() { method constructor (line 252) | constructor() { method componentDidCatch (line 257) | componentDidCatch(error) { method render (line 260) | render() { method constructor (line 284) | constructor() { method componentDidCatch (line 289) | componentDidCatch(error) { method render (line 292) | render() { method componentDidCatch (line 344) | componentDidCatch(error) { method render (line 347) | render() { method componentDidCatch (line 372) | componentDidCatch(error) { method render (line 375) | render() { method constructor (line 688) | constructor(props) { method componentDidCatch (line 692) | componentDidCatch(error, errorInfo) { method render (line 696) | render() { function ThrowErr (line 419) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { function ThrowErr (line 436) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { class ThrowErr (line 455) | class ThrowErr extends Component { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { class Adapter (line 476) | class Adapter extends Component { method componentDidCatch (line 477) | componentDidCatch(error) { method render (line 483) | render() { method componentDidCatch (line 517) | componentDidCatch(error) { method render (line 521) | render() { method componentDidCatch (line 559) | componentDidCatch() { method render (line 562) | render() { function ThrowErr (line 488) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { class Adapter (line 516) | class Adapter extends Component { method componentDidCatch (line 477) | componentDidCatch(error) { method render (line 483) | render() { method componentDidCatch (line 517) | componentDidCatch(error) { method render (line 521) | render() { method componentDidCatch (line 559) | componentDidCatch() { method render (line 562) | render() { function ThrowErr (line 530) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { class Adapter (line 558) | class Adapter extends Component { method componentDidCatch (line 477) | componentDidCatch(error) { method render (line 483) | render() { method componentDidCatch (line 517) | componentDidCatch(error) { method render (line 521) | render() { method componentDidCatch (line 559) | componentDidCatch() { method render (line 562) | render() { function ThrowErr (line 567) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { class TopReceiver (line 589) | class TopReceiver extends Component { method componentDidCatch (line 590) | componentDidCatch(error) { method render (line 593) | render() { function ThrowErr (line 604) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { function ThrowErr (line 651) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { function ThrowErr (line 670) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { class Receiver (line 687) | class Receiver extends Component { method componentDidCatch (line 31) | componentDidCatch(error) { method render (line 35) | render() { method constructor (line 252) | constructor() { method componentDidCatch (line 257) | componentDidCatch(error) { method render (line 260) | render() { method constructor (line 284) | constructor() { method componentDidCatch (line 289) | componentDidCatch(error) { method render (line 292) | render() { method componentDidCatch (line 344) | componentDidCatch(error) { method render (line 347) | render() { method componentDidCatch (line 372) | componentDidCatch(error) { method render (line 375) | render() { method constructor (line 688) | constructor(props) { method componentDidCatch (line 692) | componentDidCatch(error, errorInfo) { method render (line 696) | render() { function ThrowErr (line 702) | function ThrowErr() { method constructor (line 83) | constructor(props, context) { method componentDidCatch (line 87) | componentDidCatch() { method render (line 90) | render() { method componentWillMount (line 456) | componentWillMount() { method render (line 459) | render() { class TestWithSCU (line 722) | class TestWithSCU extends Component { method shouldComponentUpdate (line 723) | shouldComponentUpdate(nextProps) { method render (line 726) | render(props) { class App (line 735) | class App extends Component { method componentDidCatch (line 736) | componentDidCatch() { method render (line 740) | render() { FILE: test/browser/lifecycles/componentDidMount.test.jsx class App (line 24) | class App extends Component { method componentDidMount (line 25) | componentDidMount() { method render (line 30) | render() { method constructor (line 44) | constructor(props) { method componentDidMount (line 49) | componentDidMount() { method render (line 56) | render() { class App (line 43) | class App extends Component { method componentDidMount (line 25) | componentDidMount() { method render (line 30) | render() { method constructor (line 44) | constructor(props) { method componentDidMount (line 49) | componentDidMount() { method render (line 56) | render() { FILE: test/browser/lifecycles/componentDidUpdate.test.jsx class Foo (line 33) | class Foo extends Component { method constructor (line 34) | constructor(props) { method getDerivedStateFromProps (line 44) | static getDerivedStateFromProps(props, state) { method componentDidUpdate (line 51) | componentDidUpdate(prevProps, prevState, snapshot) { method render (line 61) | render() { method constructor (line 172) | constructor() { method updateState (line 177) | updateState() { method componentDidUpdate (line 183) | componentDidUpdate(prevProps, prevState) { method render (line 187) | render() { method constructor (line 204) | constructor() { method updateState (line 209) | updateState() { method componentDidUpdate (line 215) | componentDidUpdate(prevProps) { method render (line 219) | render() { class App (line 108) | class App extends Component { method constructor (line 109) | constructor() { method shouldComponentUpdate (line 114) | shouldComponentUpdate() { method componentDidUpdate (line 118) | componentDidUpdate(prevProps) { method componentDidUpdate (line 276) | componentDidUpdate() { method render (line 281) | render() { method constructor (line 399) | constructor(props) { method componentDidMount (line 407) | componentDidMount() { method componentDidUpdate (line 412) | componentDidUpdate() {} method render (line 414) | render() { class PropsProvider (line 133) | class PropsProvider extends Component { method constructor (line 134) | constructor() { method changeReceiverProps (line 139) | changeReceiverProps() { method render (line 145) | render() { method constructor (line 236) | constructor() { method changeReceiverProps (line 241) | changeReceiverProps() { method render (line 247) | render() { class PropsReceiver (line 150) | class PropsReceiver extends Component { method componentDidUpdate (line 151) | componentDidUpdate(prevProps, prevState) { method render (line 155) | render({ value }) { method componentDidUpdate (line 253) | componentDidUpdate(prevProps) { method render (line 257) | render({ value }) { class Foo (line 171) | class Foo extends Component { method constructor (line 34) | constructor(props) { method getDerivedStateFromProps (line 44) | static getDerivedStateFromProps(props, state) { method componentDidUpdate (line 51) | componentDidUpdate(prevProps, prevState, snapshot) { method render (line 61) | render() { method constructor (line 172) | constructor() { method updateState (line 177) | updateState() { method componentDidUpdate (line 183) | componentDidUpdate(prevProps, prevState) { method render (line 187) | render() { method constructor (line 204) | constructor() { method updateState (line 209) | updateState() { method componentDidUpdate (line 215) | componentDidUpdate(prevProps) { method render (line 219) | render() { class Foo (line 203) | class Foo extends Component { method constructor (line 34) | constructor(props) { method getDerivedStateFromProps (line 44) | static getDerivedStateFromProps(props, state) { method componentDidUpdate (line 51) | componentDidUpdate(prevProps, prevState, snapshot) { method render (line 61) | render() { method constructor (line 172) | constructor() { method updateState (line 177) | updateState() { method componentDidUpdate (line 183) | componentDidUpdate(prevProps, prevState) { method render (line 187) | render() { method constructor (line 204) | constructor() { method updateState (line 209) | updateState() { method componentDidUpdate (line 215) | componentDidUpdate(prevProps) { method render (line 219) | render() { class PropsProvider (line 235) | class PropsProvider extends Component { method constructor (line 134) | constructor() { method changeReceiverProps (line 139) | changeReceiverProps() { method render (line 145) | render() { method constructor (line 236) | constructor() { method changeReceiverProps (line 241) | changeReceiverProps() { method render (line 247) | render() { class PropsReceiver (line 252) | class PropsReceiver extends Component { method componentDidUpdate (line 151) | componentDidUpdate(prevProps, prevState) { method render (line 155) | render({ value }) { method componentDidUpdate (line 253) | componentDidUpdate(prevProps) { method render (line 257) | render({ value }) { class App (line 275) | class App extends Component { method constructor (line 109) | constructor() { method shouldComponentUpdate (line 114) | shouldComponentUpdate() { method componentDidUpdate (line 118) | componentDidUpdate(prevProps) { method componentDidUpdate (line 276) | componentDidUpdate() { method render (line 281) | render() { method constructor (line 399) | constructor(props) { method componentDidMount (line 407) | componentDidMount() { method componentDidUpdate (line 412) | componentDidUpdate() {} method render (line 414) | render() { class Inner (line 308) | class Inner extends Component { method componentDidMount (line 309) | componentDidMount() { method render (line 317) | render() { method componentDidUpdate (line 361) | componentDidUpdate() { method render (line 366) | render(props, { i }) { class Outer (line 322) | class Outer extends Component { method componentDidUpdate (line 323) | componentDidUpdate() { method render (line 327) | render(props) { method constructor (line 343) | constructor(p, c) { method render (line 350) | render(props, { i }) { class Outer (line 342) | class Outer extends Component { method componentDidUpdate (line 323) | componentDidUpdate() { method render (line 327) | render(props) { method constructor (line 343) | constructor(p, c) { method render (line 350) | render(props, { i }) { class Inner (line 360) | class Inner extends Component { method componentDidMount (line 309) | componentDidMount() { method render (line 317) | render() { method componentDidUpdate (line 361) | componentDidUpdate() { method render (line 366) | render(props, { i }) { class Child (line 389) | class Child extends Component { method componentDidMount (line 390) | componentDidMount() { method render (line 393) | render() { class App (line 398) | class App extends Component { method constructor (line 109) | constructor() { method shouldComponentUpdate (line 114) | shouldComponentUpdate() { method componentDidUpdate (line 118) | componentDidUpdate(prevProps) { method componentDidUpdate (line 276) | componentDidUpdate() { method render (line 281) | render() { method constructor (line 399) | constructor(props) { method componentDidMount (line 407) | componentDidMount() { method componentDidUpdate (line 412) | componentDidUpdate() {} method render (line 414) | render() { FILE: test/browser/lifecycles/componentWillMount.test.jsx class Foo (line 25) | class Foo extends Component { method constructor (line 26) | constructor(props) { method componentWillMount (line 32) | componentWillMount() { method render (line 35) | render() { method constructor (line 51) | constructor(props) { method componentWillMount (line 57) | componentWillMount() { method render (line 64) | render() { class Foo (line 50) | class Foo extends Component { method constructor (line 26) | constructor(props) { method componentWillMount (line 32) | componentWillMount() { method render (line 35) | render() { method constructor (line 51) | constructor(props) { method componentWillMount (line 57) | componentWillMount() { method render (line 64) | render() { FILE: test/browser/lifecycles/componentWillReceiveProps.test.jsx class Foo (line 26) | class Foo extends Component { method constructor (line 27) | constructor(props) { method componentDidMount (line 33) | componentDidMount() { method render (line 37) | render() { class Bar (line 41) | class Bar extends Component { method constructor (line 42) | constructor(props) { method componentWillReceiveProps (line 48) | componentWillReceiveProps() { method render (line 51) | render() { class ReceivePropsComponent (line 88) | class ReceivePropsComponent extends Component { method componentWillReceiveProps (line 89) | componentWillReceiveProps() {} method render (line 90) | render() { class Inner (line 107) | class Inner extends Component { method componentWillReceiveProps (line 108) | componentWillReceiveProps() { method render (line 112) | render() { method componentWillMount (line 163) | componentWillMount() { method componentWillReceiveProps (line 166) | componentWillReceiveProps(nextProps) { method render (line 169) | render() { method componentDidMount (line 205) | componentDidMount() { method componentWillReceiveProps (line 217) | componentWillReceiveProps(nextProps) { method render (line 220) | render() { method componentDidUpdate (line 254) | componentDidUpdate() { method componentWillReceiveProps (line 258) | componentWillReceiveProps() { method componentWillUpdate (line 262) | componentWillUpdate() { method shouldComponentUpdate (line 266) | shouldComponentUpdate() { method render (line 271) | render() { class Outer (line 117) | class Outer extends Component { method constructor (line 118) | constructor() { method componentWillReceiveProps (line 123) | componentWillReceiveProps() { method render (line 127) | render() { method constructor (line 151) | constructor(p, c) { method componentDidMount (line 155) | componentDidMount() { method render (line 158) | render(props, { i }) { method constructor (line 192) | constructor(p, c) { method update (line 197) | update() { method render (line 200) | render(props, { i }) { method constructor (line 242) | constructor(p, c) { method componentDidMount (line 246) | componentDidMount() { method render (line 249) | render(props, { i }) { class Outer (line 150) | class Outer extends Component { method constructor (line 118) | constructor() { method componentWillReceiveProps (line 123) | componentWillReceiveProps() { method render (line 127) | render() { method constructor (line 151) | constructor(p, c) { method componentDidMount (line 155) | componentDidMount() { method render (line 158) | render(props, { i }) { method constructor (line 192) | constructor(p, c) { method update (line 197) | update() { method render (line 200) | render(props, { i }) { method constructor (line 242) | constructor(p, c) { method componentDidMount (line 246) | componentDidMount() { method render (line 249) | render(props, { i }) { class Inner (line 162) | class Inner extends Component { method componentWillReceiveProps (line 108) | componentWillReceiveProps() { method render (line 112) | render() { method componentWillMount (line 163) | componentWillMount() { method componentWillReceiveProps (line 166) | componentWillReceiveProps(nextProps) { method render (line 169) | render() { method componentDidMount (line 205) | componentDidMount() { method componentWillReceiveProps (line 217) | componentWillReceiveProps(nextProps) { method render (line 220) | render() { method componentDidUpdate (line 254) | componentDidUpdate() { method componentWillReceiveProps (line 258) | componentWillReceiveProps() { method componentWillUpdate (line 262) | componentWillUpdate() { method shouldComponentUpdate (line 266) | shouldComponentUpdate() { method render (line 271) | render() { class Outer (line 191) | class Outer extends Component { method constructor (line 118) | constructor() { method componentWillReceiveProps (line 123) | componentWillReceiveProps() { method render (line 127) | render() { method constructor (line 151) | constructor(p, c) { method componentDidMount (line 155) | componentDidMount() { method render (line 158) | render(props, { i }) { method constructor (line 192) | constructor(p, c) { method update (line 197) | update() { method render (line 200) | render(props, { i }) { method constructor (line 242) | constructor(p, c) { method componentDidMount (line 246) | componentDidMount() { method render (line 249) | render(props, { i }) { class Inner (line 204) | class Inner extends Component { method componentWillReceiveProps (line 108) | componentWillReceiveProps() { method render (line 112) | render() { method componentWillMount (line 163) | componentWillMount() { method componentWillReceiveProps (line 166) | componentWillReceiveProps(nextProps) { method render (line 169) | render() { method componentDidMount (line 205) | componentDidMount() { method componentWillReceiveProps (line 217) | componentWillReceiveProps(nextProps) { method render (line 220) | render() { method componentDidUpdate (line 254) | componentDidUpdate() { method componentWillReceiveProps (line 258) | componentWillReceiveProps() { method componentWillUpdate (line 262) | componentWillUpdate() { method shouldComponentUpdate (line 266) | shouldComponentUpdate() { method render (line 271) | render() { class Outer (line 241) | class Outer extends Component { method constructor (line 118) | constructor() { method componentWillReceiveProps (line 123) | componentWillReceiveProps() { method render (line 127) | render() { method constructor (line 151) | constructor(p, c) { method componentDidMount (line 155) | componentDidMount() { method render (line 158) | render(props, { i }) { method constructor (line 192) | constructor(p, c) { method update (line 197) | update() { method render (line 200) | render(props, { i }) { method constructor (line 242) | constructor(p, c) { method componentDidMount (line 246) | componentDidMount() { method render (line 249) | render(props, { i }) { class Inner (line 253) | class Inner extends Component { method componentWillReceiveProps (line 108) | componentWillReceiveProps() { method render (line 112) | render() { method componentWillMount (line 163) | componentWillMount() { method componentWillReceiveProps (line 166) | componentWillReceiveProps(nextProps) { method render (line 169) | render() { method componentDidMount (line 205) | componentDidMount() { method componentWillReceiveProps (line 217) | componentWillReceiveProps(nextProps) { method render (line 220) | render() { method componentDidUpdate (line 254) | componentDidUpdate() { method componentWillReceiveProps (line 258) | componentWillReceiveProps() { method componentWillUpdate (line 262) | componentWillUpdate() { method shouldComponentUpdate (line 266) | shouldComponentUpdate() { method render (line 271) | render() { FILE: test/browser/lifecycles/componentWillUnmount.test.jsx class Foo (line 19) | class Foo extends Component { method componentDidMount (line 20) | componentDidMount() {} method componentWillUnmount (line 21) | componentWillUnmount() {} method render (line 22) | render() { method componentWillUnmount (line 54) | componentWillUnmount() { method render (line 58) | render() { class Bar (line 26) | class Bar extends Component { method componentDidMount (line 27) | componentDidMount() {} method componentWillUnmount (line 28) | componentWillUnmount() {} method render (line 29) | render() { class Foo (line 53) | class Foo extends Component { method componentDidMount (line 20) | componentDidMount() {} method componentWillUnmount (line 21) | componentWillUnmount() {} method render (line 22) | render() { method componentWillUnmount (line 54) | componentWillUnmount() { method render (line 58) | render() { FILE: test/browser/lifecycles/componentWillUpdate.test.jsx class ReceivePropsComponent (line 24) | class ReceivePropsComponent extends Component { method componentWillUpdate (line 25) | componentWillUpdate() {} method render (line 26) | render() { method componentWillUpdate (line 76) | componentWillUpdate() {} method componentDidMount (line 77) | componentDidMount() { method render (line 80) | render() { class Outer (line 39) | class Outer extends Component { method constructor (line 40) | constructor(p, c) { method componentDidMount (line 44) | componentDidMount() { method render (line 47) | render(props, { i }) { class Inner (line 51) | class Inner extends Component { method componentWillUpdate (line 52) | componentWillUpdate(nextProps, nextState) { method render (line 56) | render() { class ReceivePropsComponent (line 75) | class ReceivePropsComponent extends Component { method componentWillUpdate (line 25) | componentWillUpdate() {} method render (line 26) | render() { method componentWillUpdate (line 76) | componentWillUpdate() {} method componentDidMount (line 77) | componentDidMount() { method render (line 80) | render() { FILE: test/browser/lifecycles/getDerivedStateFromError.test.jsx class Receiver (line 33) | class Receiver extends Component { method getDerivedStateFromError (line 34) | static getDerivedStateFromError(error) { method render (line 37) | render() { method constructor (line 246) | constructor() { method getDerivedStateFromError (line 251) | static getDerivedStateFromError(error) { method render (line 254) | render() { method constructor (line 276) | constructor() { method getDerivedStateFromError (line 281) | static getDerivedStateFromError(error) { method render (line 284) | render() { method getDerivedStateFromError (line 334) | static getDerivedStateFromError(error) { method render (line 337) | render() { method getDerivedStateFromError (line 361) | static getDerivedStateFromError(error) { method render (line 364) | render() { function throwExpectedError (line 47) | function throwExpectedError() { method constructor (line 53) | constructor(props) { method getDerivedStateFromError (line 58) | static getDerivedStateFromError() { method render (line 62) | render() { class ThrowErr (line 83) | class ThrowErr extends Component { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { class Receiver (line 245) | class Receiver extends Component { method getDerivedStateFromError (line 34) | static getDerivedStateFromError(error) { method render (line 37) | render() { method constructor (line 246) | constructor() { method getDerivedStateFromError (line 251) | static getDerivedStateFromError(error) { method render (line 254) | render() { method constructor (line 276) | constructor() { method getDerivedStateFromError (line 281) | static getDerivedStateFromError(error) { method render (line 284) | render() { method getDerivedStateFromError (line 334) | static getDerivedStateFromError(error) { method render (line 337) | render() { method getDerivedStateFromError (line 361) | static getDerivedStateFromError(error) { method render (line 364) | render() { class Receiver (line 275) | class Receiver extends Component { method getDerivedStateFromError (line 34) | static getDerivedStateFromError(error) { method render (line 37) | render() { method constructor (line 246) | constructor() { method getDerivedStateFromError (line 251) | static getDerivedStateFromError(error) { method render (line 254) | render() { method constructor (line 276) | constructor() { method getDerivedStateFromError (line 281) | static getDerivedStateFromError(error) { method render (line 284) | render() { method getDerivedStateFromError (line 334) | static getDerivedStateFromError(error) { method render (line 337) | render() { method getDerivedStateFromError (line 361) | static getDerivedStateFromError(error) { method render (line 364) | render() { class Receiver (line 333) | class Receiver extends Component { method getDerivedStateFromError (line 34) | static getDerivedStateFromError(error) { method render (line 37) | render() { method constructor (line 246) | constructor() { method getDerivedStateFromError (line 251) | static getDerivedStateFromError(error) { method render (line 254) | render() { method constructor (line 276) | constructor() { method getDerivedStateFromError (line 281) | static getDerivedStateFromError(error) { method render (line 284) | render() { method getDerivedStateFromError (line 334) | static getDerivedStateFromError(error) { method render (line 337) | render() { method getDerivedStateFromError (line 361) | static getDerivedStateFromError(error) { method render (line 364) | render() { class Receiver (line 360) | class Receiver extends Component { method getDerivedStateFromError (line 34) | static getDerivedStateFromError(error) { method render (line 37) | render() { method constructor (line 246) | constructor() { method getDerivedStateFromError (line 251) | static getDerivedStateFromError(error) { method render (line 254) | render() { method constructor (line 276) | constructor() { method getDerivedStateFromError (line 281) | static getDerivedStateFromError(error) { method render (line 284) | render() { method getDerivedStateFromError (line 334) | static getDerivedStateFromError(error) { method render (line 337) | render() { method getDerivedStateFromError (line 361) | static getDerivedStateFromError(error) { method render (line 364) | render() { function ThrowErr (line 411) | function ThrowErr() { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { class ThrowErr (line 427) | class ThrowErr extends Component { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { class Adapter (line 448) | class Adapter extends Component { method getDerivedStateFromError (line 449) | static getDerivedStateFromError(error) { method render (line 455) | render() { method getDerivedStateFromError (line 487) | static getDerivedStateFromError(error) { method render (line 490) | render() { method getDerivedStateFromError (line 526) | static getDerivedStateFromError(error) { method render (line 530) | render() { function ThrowErr (line 460) | function ThrowErr() { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { class Adapter (line 486) | class Adapter extends Component { method getDerivedStateFromError (line 449) | static getDerivedStateFromError(error) { method render (line 455) | render() { method getDerivedStateFromError (line 487) | static getDerivedStateFromError(error) { method render (line 490) | render() { method getDerivedStateFromError (line 526) | static getDerivedStateFromError(error) { method render (line 530) | render() { function ThrowErr (line 499) | function ThrowErr() { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { class Adapter (line 525) | class Adapter extends Component { method getDerivedStateFromError (line 449) | static getDerivedStateFromError(error) { method render (line 455) | render() { method getDerivedStateFromError (line 487) | static getDerivedStateFromError(error) { method render (line 490) | render() { method getDerivedStateFromError (line 526) | static getDerivedStateFromError(error) { method render (line 530) | render() { function ThrowErr (line 535) | function ThrowErr() { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { class TopReceiver (line 557) | class TopReceiver extends Component { method getDerivedStateFromError (line 558) | static getDerivedStateFromError(error) { method render (line 561) | render() { function ThrowErr (line 572) | function ThrowErr() { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { function ThrowErr (line 618) | function ThrowErr() { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { function ThrowErr (line 636) | function ThrowErr() { method constructor (line 84) | constructor(props, context) { method getDerivedStateFromError (line 88) | static getDerivedStateFromError() { method render (line 92) | render() { method componentWillMount (line 428) | componentWillMount() { method render (line 431) | render() { FILE: test/browser/lifecycles/getDerivedStateFromProps.test.jsx class Foo (line 24) | class Foo extends Component { method getDerivedStateFromProps (line 25) | static getDerivedStateFromProps(props) { method render (line 31) | render() { method constructor (line 42) | constructor(props, context) { method getDerivedStateFromProps (line 49) | static getDerivedStateFromProps(props, state) { method render (line 54) | render() { method constructor (line 65) | constructor(props, context) { method getDerivedStateFromProps (line 71) | static getDerivedStateFromProps(props) { method componentDidMount (line 80) | componentDidMount() {} method componentDidUpdate (line 81) | componentDidUpdate() {} method render (line 82) | render() { method constructor (line 106) | constructor(props, context) { method getDerivedStateFromProps (line 112) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 122) | componentDidMount() { method render (line 126) | render() { method constructor (line 144) | constructor(props, context) { method getDerivedStateFromProps (line 151) | static getDerivedStateFromProps() { method render (line 154) | render() { method constructor (line 170) | constructor(props, context) { method getDerivedStateFromProps (line 177) | static getDerivedStateFromProps() {} method render (line 178) | render() { method getDerivedStateFromProps (line 192) | static getDerivedStateFromProps() {} method componentWillMount (line 193) | componentWillMount() {} method componentWillReceiveProps (line 194) | componentWillReceiveProps() {} method render (line 195) | render() { method constructor (line 266) | constructor(props) { method getDerivedStateFromProps (line 276) | static getDerivedStateFromProps(props, state) { method render (line 288) | render() { class Foo (line 41) | class Foo extends Component { method getDerivedStateFromProps (line 25) | static getDerivedStateFromProps(props) { method render (line 31) | render() { method constructor (line 42) | constructor(props, context) { method getDerivedStateFromProps (line 49) | static getDerivedStateFromProps(props, state) { method render (line 54) | render() { method constructor (line 65) | constructor(props, context) { method getDerivedStateFromProps (line 71) | static getDerivedStateFromProps(props) { method componentDidMount (line 80) | componentDidMount() {} method componentDidUpdate (line 81) | componentDidUpdate() {} method render (line 82) | render() { method constructor (line 106) | constructor(props, context) { method getDerivedStateFromProps (line 112) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 122) | componentDidMount() { method render (line 126) | render() { method constructor (line 144) | constructor(props, context) { method getDerivedStateFromProps (line 151) | static getDerivedStateFromProps() { method render (line 154) | render() { method constructor (line 170) | constructor(props, context) { method getDerivedStateFromProps (line 177) | static getDerivedStateFromProps() {} method render (line 178) | render() { method getDerivedStateFromProps (line 192) | static getDerivedStateFromProps() {} method componentWillMount (line 193) | componentWillMount() {} method componentWillReceiveProps (line 194) | componentWillReceiveProps() {} method render (line 195) | render() { method constructor (line 266) | constructor(props) { method getDerivedStateFromProps (line 276) | static getDerivedStateFromProps(props, state) { method render (line 288) | render() { class Foo (line 64) | class Foo extends Component { method getDerivedStateFromProps (line 25) | static getDerivedStateFromProps(props) { method render (line 31) | render() { method constructor (line 42) | constructor(props, context) { method getDerivedStateFromProps (line 49) | static getDerivedStateFromProps(props, state) { method render (line 54) | render() { method constructor (line 65) | constructor(props, context) { method getDerivedStateFromProps (line 71) | static getDerivedStateFromProps(props) { method componentDidMount (line 80) | componentDidMount() {} method componentDidUpdate (line 81) | componentDidUpdate() {} method render (line 82) | render() { method constructor (line 106) | constructor(props, context) { method getDerivedStateFromProps (line 112) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 122) | componentDidMount() { method render (line 126) | render() { method constructor (line 144) | constructor(props, context) { method getDerivedStateFromProps (line 151) | static getDerivedStateFromProps() { method render (line 154) | render() { method constructor (line 170) | constructor(props, context) { method getDerivedStateFromProps (line 177) | static getDerivedStateFromProps() {} method render (line 178) | render() { method getDerivedStateFromProps (line 192) | static getDerivedStateFromProps() {} method componentWillMount (line 193) | componentWillMount() {} method componentWillReceiveProps (line 194) | componentWillReceiveProps() {} method render (line 195) | render() { method constructor (line 266) | constructor(props) { method getDerivedStateFromProps (line 276) | static getDerivedStateFromProps(props, state) { method render (line 288) | render() { class Foo (line 105) | class Foo extends Component { method getDerivedStateFromProps (line 25) | static getDerivedStateFromProps(props) { method render (line 31) | render() { method constructor (line 42) | constructor(props, context) { method getDerivedStateFromProps (line 49) | static getDerivedStateFromProps(props, state) { method render (line 54) | render() { method constructor (line 65) | constructor(props, context) { method getDerivedStateFromProps (line 71) | static getDerivedStateFromProps(props) { method componentDidMount (line 80) | componentDidMount() {} method componentDidUpdate (line 81) | componentDidUpdate() {} method render (line 82) | render() { method constructor (line 106) | constructor(props, context) { method getDerivedStateFromProps (line 112) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 122) | componentDidMount() { method render (line 126) | render() { method constructor (line 144) | constructor(props, context) { method getDerivedStateFromProps (line 151) | static getDerivedStateFromProps() { method render (line 154) | render() { method constructor (line 170) | constructor(props, context) { method getDerivedStateFromProps (line 177) | static getDerivedStateFromProps() {} method render (line 178) | render() { method getDerivedStateFromProps (line 192) | static getDerivedStateFromProps() {} method componentWillMount (line 193) | componentWillMount() {} method componentWillReceiveProps (line 194) | componentWillReceiveProps() {} method render (line 195) | render() { method constructor (line 266) | constructor(props) { method getDerivedStateFromProps (line 276) | static getDerivedStateFromProps(props, state) { method render (line 288) | render() { class Foo (line 143) | class Foo extends Component { method getDerivedStateFromProps (line 25) | static getDerivedStateFromProps(props) { method render (line 31) | render() { method constructor (line 42) | constructor(props, context) { method getDerivedStateFromProps (line 49) | static getDerivedStateFromProps(props, state) { method render (line 54) | render() { method constructor (line 65) | constructor(props, context) { method getDerivedStateFromProps (line 71) | static getDerivedStateFromProps(props) { method componentDidMount (line 80) | componentDidMount() {} method componentDidUpdate (line 81) | componentDidUpdate() {} method render (line 82) | render() { method constructor (line 106) | constructor(props, context) { method getDerivedStateFromProps (line 112) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 122) | componentDidMount() { method render (line 126) | render() { method constructor (line 144) | constructor(props, context) { method getDerivedStateFromProps (line 151) | static getDerivedStateFromProps() { method render (line 154) | render() { method constructor (line 170) | constructor(props, context) { method getDerivedStateFromProps (line 177) | static getDerivedStateFromProps() {} method render (line 178) | render() { method getDerivedStateFromProps (line 192) | static getDerivedStateFromProps() {} method componentWillMount (line 193) | componentWillMount() {} method componentWillReceiveProps (line 194) | componentWillReceiveProps() {} method render (line 195) | render() { method constructor (line 266) | constructor(props) { method getDerivedStateFromProps (line 276) | static getDerivedStateFromProps(props, state) { method render (line 288) | render() { class Foo (line 169) | class Foo extends Component { method getDerivedStateFromProps (line 25) | static getDerivedStateFromProps(props) { method render (line 31) | render() { method constructor (line 42) | constructor(props, context) { method getDerivedStateFromProps (line 49) | static getDerivedStateFromProps(props, state) { method render (line 54) | render() { method constructor (line 65) | constructor(props, context) { method getDerivedStateFromProps (line 71) | static getDerivedStateFromProps(props) { method componentDidMount (line 80) | componentDidMount() {} method componentDidUpdate (line 81) | componentDidUpdate() {} method render (line 82) | render() { method constructor (line 106) | constructor(props, context) { method getDerivedStateFromProps (line 112) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 122) | componentDidMount() { method render (line 126) | render() { method constructor (line 144) | constructor(props, context) { method getDerivedStateFromProps (line 151) | static getDerivedStateFromProps() { method render (line 154) | render() { method constructor (line 170) | constructor(props, context) { method getDerivedStateFromProps (line 177) | static getDerivedStateFromProps() {} method render (line 178) | render() { method getDerivedStateFromProps (line 192) | static getDerivedStateFromProps() {} method componentWillMount (line 193) | componentWillMount() {} method componentWillReceiveProps (line 194) | componentWillReceiveProps() {} method render (line 195) | render() { method constructor (line 266) | constructor(props) { method getDerivedStateFromProps (line 276) | static getDerivedStateFromProps(props, state) { method render (line 288) | render() { class Foo (line 191) | class Foo extends Component { method getDerivedStateFromProps (line 25) | static getDerivedStateFromProps(props) { method render (line 31) | render() { method constructor (line 42) | constructor(props, context) { method getDerivedStateFromProps (line 49) | static getDerivedStateFromProps(props, state) { method render (line 54) | render() { method constructor (line 65) | constructor(props, context) { method getDerivedStateFromProps (line 71) | static getDerivedStateFromProps(props) { method componentDidMount (line 80) | componentDidMount() {} method componentDidUpdate (line 81) | componentDidUpdate() {} method render (line 82) | render() { method constructor (line 106) | constructor(props, context) { method getDerivedStateFromProps (line 112) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 122) | componentDidMount() { method render (line 126) | render() { method constructor (line 144) | constructor(props, context) { method getDerivedStateFromProps (line 151) | static getDerivedStateFromProps() { method render (line 154) | render() { method constructor (line 170) | constructor(props, context) { method getDerivedStateFromProps (line 177) | static getDerivedStateFromProps() {} method render (line 178) | render() { method getDerivedStateFromProps (line 192) | static getDerivedStateFromProps() {} method componentWillMount (line 193) | componentWillMount() {} method componentWillReceiveProps (line 194) | componentWillReceiveProps() {} method render (line 195) | render() { method constructor (line 266) | constructor(props) { method getDerivedStateFromProps (line 276) | static getDerivedStateFromProps(props, state) { method render (line 288) | render() { class Parent (line 214) | class Parent extends Component { method constructor (line 215) | constructor(props) { method getDerivedStateFromProps (line 220) | static getDerivedStateFromProps(props, state) { method render (line 225) | render() { class Child (line 231) | class Child extends Component { method constructor (line 232) | constructor(props) { method render (line 236) | render() { class Foo (line 265) | class Foo extends Component { method getDerivedStateFromProps (line 25) | static getDerivedStateFromProps(props) { method render (line 31) | render() { method constructor (line 42) | constructor(props, context) { method getDerivedStateFromProps (line 49) | static getDerivedStateFromProps(props, state) { method render (line 54) | render() { method constructor (line 65) | constructor(props, context) { method getDerivedStateFromProps (line 71) | static getDerivedStateFromProps(props) { method componentDidMount (line 80) | componentDidMount() {} method componentDidUpdate (line 81) | componentDidUpdate() {} method render (line 82) | render() { method constructor (line 106) | constructor(props, context) { method getDerivedStateFromProps (line 112) | static getDerivedStateFromProps(props, state) { method componentDidMount (line 122) | componentDidMount() { method render (line 126) | render() { method constructor (line 144) | constructor(props, context) { method getDerivedStateFromProps (line 151) | static getDerivedStateFromProps() { method render (line 154) | render() { method constructor (line 170) | constructor(props, context) { method getDerivedStateFromProps (line 177) | static getDerivedStateFromProps() {} method render (line 178) | render() { method getDerivedStateFromProps (line 192) | static getDerivedStateFromProps() {} method componentWillMount (line 193) | componentWillMount() {} method componentWillReceiveProps (line 194) | componentWillReceiveProps() {} method render (line 195) | render() { method constructor (line 266) | constructor(props) { method getDerivedStateFromProps (line 276) | static getDerivedStateFromProps(props, state) { method render (line 288) | render() { class Stateful (line 351) | class Stateful extends Component { method getDerivedStateFromProps (line 352) | static getDerivedStateFromProps() { method constructor (line 356) | constructor() { method componentDidMount (line 361) | componentDidMount() { method render (line 365) | render() { method getDerivedStateFromProps (line 384) | static getDerivedStateFromProps(props, state) { method constructor (line 388) | constructor() { method componentDidMount (line 396) | componentDidMount() { method componentDidUpdate (line 400) | componentDidUpdate() { method render (line 404) | render() { class Stateful (line 383) | class Stateful extends Component { method getDerivedStateFromProps (line 352) | static getDerivedStateFromProps() { method constructor (line 356) | constructor() { method componentDidMount (line 361) | componentDidMount() { method render (line 365) | render() { method getDerivedStateFromProps (line 384) | static getDerivedStateFromProps(props, state) { method constructor (line 388) | constructor() { method componentDidMount (line 396) | componentDidMount() { method componentDidUpdate (line 400) | componentDidUpdate() { method render (line 404) | render() { FILE: test/browser/lifecycles/getSnapshotBeforeUpdate.test.jsx class MyComponent (line 25) | class MyComponent extends Component { method constructor (line 26) | constructor(props) { method getDerivedStateFromProps (line 32) | static getDerivedStateFromProps(nextProps, prevState) { method getSnapshotBeforeUpdate (line 37) | getSnapshotBeforeUpdate(prevProps, prevState) { method componentDidUpdate (line 43) | componentDidUpdate(prevProps, prevState, snapshot) { method render (line 48) | render() { method getSnapshotBeforeUpdate (line 82) | getSnapshotBeforeUpdate(prevProps) { method componentDidUpdate (line 87) | componentDidUpdate(prevProps, prevState, snapshot) { method render (line 92) | render() { class MyComponent (line 81) | class MyComponent extends Component { method constructor (line 26) | constructor(props) { method getDerivedStateFromProps (line 32) | static getDerivedStateFromProps(nextProps, prevState) { method getSnapshotBeforeUpdate (line 37) | getSnapshotBeforeUpdate(prevProps, prevState) { method componentDidUpdate (line 43) | componentDidUpdate(prevProps, prevState, snapshot) { method render (line 48) | render() { method getSnapshotBeforeUpdate (line 82) | getSnapshotBeforeUpdate(prevProps) { method componentDidUpdate (line 87) | componentDidUpdate(prevProps, prevState, snapshot) { method render (line 92) | render() { class Foo (line 123) | class Foo extends Component { method constructor (line 124) | constructor(props) { method getDerivedStateFromProps (line 134) | static getDerivedStateFromProps(props, state) { method getSnapshotBeforeUpdate (line 141) | getSnapshotBeforeUpdate(prevProps, prevState) { method render (line 150) | render() { FILE: test/browser/lifecycles/lifecycle.test.jsx function logger (line 29) | function logger(msg) { class Outer (line 37) | class Outer extends Component { method getDerivedStateFromProps (line 38) | static getDerivedStateFromProps() { method constructor (line 42) | constructor() { method render (line 55) | render() { method constructor (line 215) | constructor(p, c) { method render (line 220) | render(props, { show }) { method constructor (line 304) | constructor() { method render (line 309) | render(props, { show }) { method constructor (line 472) | constructor() { method componentWillMount (line 480) | componentWillMount() { method componentDidMount (line 486) | componentDidMount() { method componentWillUnmount (line 490) | componentWillUnmount() { method render (line 502) | render(props, { show }) { class Inner (line 72) | class Inner extends Component { method getDerivedStateFromProps (line 73) | static getDerivedStateFromProps() { method constructor (line 77) | constructor() { method render (line 90) | render() { method render (line 235) | render() { method shouldComponentUpdate (line 323) | shouldComponentUpdate() { method componentWillMount (line 326) | componentWillMount() {} method componentDidMount (line 327) | componentDidMount() {} method componentWillUnmount (line 328) | componentWillUnmount() {} method render (line 329) | render() { method componentWillMount (line 516) | componentWillMount() { method componentDidMount (line 522) | componentDidMount() { method componentWillUnmount (line 526) | componentWillUnmount() { method render (line 539) | render() { class Outer (line 214) | class Outer extends Component { method getDerivedStateFromProps (line 38) | static getDerivedStateFromProps() { method constructor (line 42) | constructor() { method render (line 55) | render() { method constructor (line 215) | constructor(p, c) { method render (line 220) | render(props, { show }) { method constructor (line 304) | constructor() { method render (line 309) | render(props, { show }) { method constructor (line 472) | constructor() { method componentWillMount (line 480) | componentWillMount() { method componentDidMount (line 486) | componentDidMount() { method componentWillUnmount (line 490) | componentWillUnmount() { method render (line 502) | render(props, { show }) { class LifecycleTestComponent (line 225) | class LifecycleTestComponent extends Component { method componentWillMount (line 226) | componentWillMount() {} method componentDidMount (line 227) | componentDidMount() {} method componentWillUnmount (line 228) | componentWillUnmount() {} method render (line 229) | render() { class Inner (line 234) | class Inner extends LifecycleTestComponent { method getDerivedStateFromProps (line 73) | static getDerivedStateFromProps() { method constructor (line 77) | constructor() { method render (line 90) | render() { method render (line 235) | render() { method shouldComponentUpdate (line 323) | shouldComponentUpdate() { method componentWillMount (line 326) | componentWillMount() {} method componentDidMount (line 327) | componentDidMount() {} method componentWillUnmount (line 328) | componentWillUnmount() {} method render (line 329) | render() { method componentWillMount (line 516) | componentWillMount() { method componentDidMount (line 522) | componentDidMount() { method componentWillUnmount (line 526) | componentWillUnmount() { method render (line 539) | render() { class InnerMost (line 244) | class InnerMost extends LifecycleTestComponent { method render (line 245) | render() { class Outer (line 303) | class Outer extends Component { method getDerivedStateFromProps (line 38) | static getDerivedStateFromProps() { method constructor (line 42) | constructor() { method render (line 55) | render() { method constructor (line 215) | constructor(p, c) { method render (line 220) | render(props, { show }) { method constructor (line 304) | constructor() { method render (line 309) | render(props, { show }) { method constructor (line 472) | constructor() { method componentWillMount (line 480) | componentWillMount() { method componentDidMount (line 486) | componentDidMount() { method componentWillUnmount (line 490) | componentWillUnmount() { method render (line 502) | render(props, { show }) { class Inner (line 322) | class Inner extends Component { method getDerivedStateFromProps (line 73) | static getDerivedStateFromProps() { method constructor (line 77) | constructor() { method render (line 90) | render() { method render (line 235) | render() { method shouldComponentUpdate (line 323) | shouldComponentUpdate() { method componentWillMount (line 326) | componentWillMount() {} method componentDidMount (line 327) | componentDidMount() {} method componentWillUnmount (line 328) | componentWillUnmount() {} method render (line 329) | render() { method componentWillMount (line 516) | componentWillMount() { method componentDidMount (line 522) | componentDidMount() { method componentWillUnmount (line 526) | componentWillUnmount() { method render (line 539) | render() { class Stateful (line 389) | class Stateful extends Component { method constructor (line 390) | constructor() { method componentDidMount (line 395) | componentDidMount() { method render (line 404) | render() { class Foo (line 421) | class Foo extends Component { method constructor (line 422) | constructor() { method render (line 432) | render() { method constructor (line 450) | constructor() { method onUpdate (line 455) | onUpdate() { class Foo (line 449) | class Foo extends Component { method constructor (line 422) | constructor() { method render (line 432) | render() { method constructor (line 450) | constructor() { method onUpdate (line 455) | onUpdate() { class Outer (line 471) | class Outer extends Component { method getDerivedStateFromProps (line 38) | static getDerivedStateFromProps() { method constructor (line 42) | constructor() { method render (line 55) | render() { method constructor (line 215) | constructor(p, c) { method render (line 220) | render(props, { show }) { method constructor (line 304) | constructor() { method render (line 309) | render(props, { show }) { method constructor (line 472) | constructor() { method componentWillMount (line 480) | componentWillMount() { method componentDidMount (line 486) | componentDidMount() { method componentWillUnmount (line 490) | componentWillUnmount() { method render (line 502) | render(props, { show }) { class Inner (line 515) | class Inner extends Component { method getDerivedStateFromProps (line 73) | static getDerivedStateFromProps() { method constructor (line 77) | constructor() { method render (line 90) | render() { method render (line 235) | render() { method shouldComponentUpdate (line 323) | shouldComponentUpdate() { method componentWillMount (line 326) | componentWillMount() {} method componentDidMount (line 327) | componentDidMount() {} method componentWillUnmount (line 328) | componentWillUnmount() {} method render (line 329) | render() { method componentWillMount (line 516) | componentWillMount() { method componentDidMount (line 522) | componentDidMount() { method componentWillUnmount (line 526) | componentWillUnmount() { method render (line 539) | render() { class Boundary (line 583) | class Boundary extends Component { method getDerivedStateFromError (line 584) | static getDerivedStateFromError(err) { method componentDidCatch (line 589) | componentDidCatch(err) { method render (line 593) | render() { FILE: test/browser/lifecycles/shouldComponentUpdate.test.jsx class Should (line 47) | class Should extends Component { method constructor (line 48) | constructor() { method render (line 53) | render() { class ShouldNot (line 58) | class ShouldNot extends Should { method shouldComponentUpdate (line 59) | shouldComponentUpdate() { class Row (line 94) | class Row extends Component { method shouldComponentUpdate (line 95) | shouldComponentUpdate(nextProps) { method render (line 99) | render() { method shouldComponentUpdate (line 811) | shouldComponentUpdate(nextProps) { method render (line 815) | render(props) { class App (line 127) | class App extends Component { method constructor (line 128) | constructor() { method shouldComponentUpdate (line 133) | shouldComponentUpdate(_, nextState) { method render (line 137) | render() { method constructor (line 159) | constructor() { method shouldComponentUpdate (line 165) | shouldComponentUpdate(_, nextState) { method render (line 169) | render() { method constructor (line 192) | constructor() { method shouldComponentUpdate (line 198) | shouldComponentUpdate(_, nextState) { method render (line 202) | render() { method render (line 299) | render() { method constructor (line 491) | constructor(props) { method render (line 495) | render() { method constructor (line 561) | constructor(props) { method render (line 565) | render() { method constructor (line 695) | constructor(props) { method render (line 699) | render() { method shouldComponentUpdate (line 735) | shouldComponentUpdate() { method render (line 738) | render() { class App (line 158) | class App extends Component { method constructor (line 128) | constructor() { method shouldComponentUpdate (line 133) | shouldComponentUpdate(_, nextState) { method render (line 137) | render() { method constructor (line 159) | constructor() { method shouldComponentUpdate (line 165) | shouldComponentUpdate(_, nextState) { method render (line 169) | render() { method constructor (line 192) | constructor() { method shouldComponentUpdate (line 198) | shouldComponentUpdate(_, nextState) { method render (line 202) | render() { method render (line 299) | render() { method constructor (line 491) | constructor(props) { method render (line 495) | render() { method constructor (line 561) | constructor(props) { method render (line 565) | render() { method constructor (line 695) | constructor(props) { method render (line 699) | render() { method shouldComponentUpdate (line 735) | shouldComponentUpdate() { method render (line 738) | render() { class App (line 191) | class App extends Component { method constructor (line 128) | constructor() { method shouldComponentUpdate (line 133) | shouldComponentUpdate(_, nextState) { method render (line 137) | render() { method constructor (line 159) | constructor() { method shouldComponentUpdate (line 165) | shouldComponentUpdate(_, nextState) { method render (line 169) | render() { method constructor (line 192) | constructor() { method shouldComponentUpdate (line 198) | shouldComponentUpdate(_, nextState) { method render (line 202) | render() { method render (line 299) | render() { method constructor (line 491) | constructor(props) { method render (line 495) | render() { method constructor (line 561) | constructor(props) { method render (line 565) | render() { method constructor (line 695) | constructor(props) { method render (line 699) | render() { method shouldComponentUpdate (line 735) | shouldComponentUpdate() { method render (line 738) | render() { class Foo (line 219) | class Foo extends Component { method constructor (line 220) | constructor() { method shouldComponentUpdate (line 225) | shouldComponentUpdate() { method render (line 229) | render() { method constructor (line 248) | constructor() { method shouldComponentUpdate (line 253) | shouldComponentUpdate() { method render (line 257) | render() { method constructor (line 329) | constructor(props) { method getDerivedStateFromProps (line 339) | static getDerivedStateFromProps(props, state) { method shouldComponentUpdate (line 346) | shouldComponentUpdate(nextProps, nextState) { method render (line 355) | render() { method constructor (line 401) | constructor() { method shouldComponentUpdate (line 406) | shouldComponentUpdate(nextProps) { method constructor (line 430) | constructor() { method shouldComponentUpdate (line 436) | shouldComponentUpdate(_, nextState) { class Foo (line 247) | class Foo extends Component { method constructor (line 220) | constructor() { method shouldComponentUpdate (line 225) | shouldComponentUpdate() { method render (line 229) | render() { method constructor (line 248) | constructor() { method shouldComponentUpdate (line 253) | shouldComponentUpdate() { method render (line 257) | render() { method constructor (line 329) | constructor(props) { method getDerivedStateFromProps (line 339) | static getDerivedStateFromProps(props, state) { method shouldComponentUpdate (line 346) | shouldComponentUpdate(nextProps, nextState) { method render (line 355) | render() { method constructor (line 401) | constructor() { method shouldComponentUpdate (line 406) | shouldComponentUpdate(nextProps) { method constructor (line 430) | constructor() { method shouldComponentUpdate (line 436) | shouldComponentUpdate(_, nextState) { class Inner (line 277) | class Inner extends Component { method shouldComponentUpdate (line 278) | shouldComponentUpdate() { method render (line 281) | render() { method constructor (line 476) | constructor(props) { method render (line 483) | render() { method constructor (line 546) | constructor(props) { method render (line 553) | render() { method constructor (line 680) | constructor(props) { method render (line 687) | render() { class Outer (line 288) | class Outer extends Component { method shouldComponentUpdate (line 289) | shouldComponentUpdate() { method render (line 292) | render() { class App (line 298) | class App extends Component { method constructor (line 128) | constructor() { method shouldComponentUpdate (line 133) | shouldComponentUpdate(_, nextState) { method render (line 137) | render() { method constructor (line 159) | constructor() { method shouldComponentUpdate (line 165) | shouldComponentUpdate(_, nextState) { method render (line 169) | render() { method constructor (line 192) | constructor() { method shouldComponentUpdate (line 198) | shouldComponentUpdate(_, nextState) { method render (line 202) | render() { method render (line 299) | render() { method constructor (line 491) | constructor(props) { method render (line 495) | render() { method constructor (line 561) | constructor(props) { method render (line 565) | render() { method constructor (line 695) | constructor(props) { method render (line 699) | render() { method shouldComponentUpdate (line 735) | shouldComponentUpdate() { method render (line 738) | render() { class Foo (line 328) | class Foo extends Component { method constructor (line 220) | constructor() { method shouldComponentUpdate (line 225) | shouldComponentUpdate() { method render (line 229) | render() { method constructor (line 248) | constructor() { method shouldComponentUpdate (line 253) | shouldComponentUpdate() { method render (line 257) | render() { method constructor (line 329) | constructor(props) { method getDerivedStateFromProps (line 339) | static getDerivedStateFromProps(props, state) { method shouldComponentUpdate (line 346) | shouldComponentUpdate(nextProps, nextState) { method render (line 355) | render() { method constructor (line 401) | constructor() { method shouldComponentUpdate (line 406) | shouldComponentUpdate(nextProps) { method constructor (line 430) | constructor() { method shouldComponentUpdate (line 436) | shouldComponentUpdate(_, nextState) { class Foo (line 400) | class Foo extends Component { method constructor (line 220) | constructor() { method shouldComponentUpdate (line 225) | shouldComponentUpdate() { method render (line 229) | render() { method constructor (line 248) | constructor() { method shouldComponentUpdate (line 253) | shouldComponentUpdate() { method render (line 257) | render() { method constructor (line 329) | constructor(props) { method getDerivedStateFromProps (line 339) | static getDerivedStateFromProps(props, state) { method shouldComponentUpdate (line 346) | shouldComponentUpdate(nextProps, nextState) { method render (line 355) | render() { method constructor (line 401) | constructor() { method shouldComponentUpdate (line 406) | shouldComponentUpdate(nextProps) { method constructor (line 430) | constructor() { method shouldComponentUpdate (line 436) | shouldComponentUpdate(_, nextState) { class Foo (line 429) | class Foo extends Component { method constructor (line 220) | constructor() { method shouldComponentUpdate (line 225) | shouldComponentUpdate() { method render (line 229) | render() { method constructor (line 248) | constructor() { method shouldComponentUpdate (line 253) | shouldComponentUpdate() { method render (line 257) | render() { method constructor (line 329) | constructor(props) { method getDerivedStateFromProps (line 339) | static getDerivedStateFromProps(props, state) { method shouldComponentUpdate (line 346) | shouldComponentUpdate(nextProps, nextState) { method render (line 355) | render() { method constructor (line 401) | constructor() { method shouldComponentUpdate (line 406) | shouldComponentUpdate(nextProps) { method constructor (line 430) | constructor() { method shouldComponentUpdate (line 436) | shouldComponentUpdate(_, nextState) { function Child (line 461) | function Child({ showMe, counter }) { method constructor (line 757) | constructor(props) { method render (line 762) | render() { method shouldComponentUpdate (line 882) | shouldComponentUpdate(nextProps, nextState) { method componentDidMount (line 886) | componentDidMount() { method render (line 890) | render() { method constructor (line 911) | constructor(props) { method render (line 918) | render() { class Parent (line 465) | class Parent extends Component { method shouldComponentUpdate (line 466) | shouldComponentUpdate() { method render (line 469) | render() { method shouldComponentUpdate (line 536) | shouldComponentUpdate() { method render (line 539) | render() { method shouldComponentUpdate (line 670) | shouldComponentUpdate() { method render (line 673) | render() { method componentDidMount (line 866) | componentDidMount() { method render (line 870) | render() { method constructor (line 934) | constructor(props) { method render (line 938) | render() { class Inner (line 475) | class Inner extends Component { method shouldComponentUpdate (line 278) | shouldComponentUpdate() { method render (line 281) | render() { method constructor (line 476) | constructor(props) { method render (line 483) | render() { method constructor (line 546) | constructor(props) { method render (line 553) | render() { method constructor (line 680) | constructor(props) { method render (line 687) | render() { class App (line 490) | class App extends Component { method constructor (line 128) | constructor() { method shouldComponentUpdate (line 133) | shouldComponentUpdate(_, nextState) { method render (line 137) | render() { method constructor (line 159) | constructor() { method shouldComponentUpdate (line 165) | shouldComponentUpdate(_, nextState) { method render (line 169) | render() { method constructor (line 192) | constructor() { method shouldComponentUpdate (line 198) | shouldComponentUpdate(_, nextState) { method render (line 202) | render() { method render (line 299) | render() { method constructor (line 491) | constructor(props) { method render (line 495) | render() { method constructor (line 561) | constructor(props) { method render (line 565) | render() { method constructor (line 695) | constructor(props) { method render (line 699) | render() { method shouldComponentUpdate (line 735) | shouldComponentUpdate() { method render (line 738) | render() { function Child (line 531) | function Child({ showMe, counter }) { method constructor (line 757) | constructor(props) { method render (line 762) | render() { method shouldComponentUpdate (line 882) | shouldComponentUpdate(nextProps, nextState) { method componentDidMount (line 886) | componentDidMount() { method render (line 890) | render() { method constructor (line 911) | constructor(props) { method render (line 918) | render() { class Parent (line 535) | class Parent extends Component { method shouldComponentUpdate (line 466) | shouldComponentUpdate() { method render (line 469) | render() { method shouldComponentUpdate (line 536) | shouldComponentUpdate() { method render (line 539) | render() { method shouldComponentUpdate (line 670) | shouldComponentUpdate() { method render (line 673) | render() { method componentDidMount (line 866) | componentDidMount() { method render (line 870) | render() { method constructor (line 934) | constructor(props) { method render (line 938) | render() { class Inner (line 545) | class Inner extends Component { method shouldComponentUpdate (line 278) | shouldComponentUpdate() { method render (line 281) | render() { method constructor (line 476) | constructor(props) { method render (line 483) | render() { method constructor (line 546) | constructor(props) { method render (line 553) | render() { method constructor (line 680) | constructor(props) { method render (line 687) | render() { class App (line 560) | class App extends Component { method constructor (line 128) | constructor() { method shouldComponentUpdate (line 133) | shouldComponentUpdate(_, nextState) { method render (line 137) | render() { method constructor (line 159) | constructor() { method shouldComponentUpdate (line 165) | shouldComponentUpdate(_, nextState) { method render (line 169) | render() { method constructor (line 192) | constructor() { method shouldComponentUpdate (line 198) | shouldComponentUpdate(_, nextState) { method render (line 202) | render() { method render (line 299) | render() { method constructor (line 491) | constructor(props) { method render (line 495) | render() { method constructor (line 561) | constructor(props) { method render (line 565) | render() { method constructor (line 695) | constructor(props) { method render (line 699) | render() { method shouldComponentUpdate (line 735) | shouldComponentUpdate() { method render (line 738) | render() { class One (line 602) | class One extends Component { method shouldComponentUpdate (line 603) | shouldComponentUpdate() { method render (line 606) | render(p) { class Two (line 611) | class Two extends Component { method constructor (line 612) | constructor(props) { method shouldComponentUpdate (line 618) | shouldComponentUpdate(nextProps, nextState) { method render (line 622) | render(p, { hideMe }) { class Three (line 627) | class Three extends Component { method constructor (line 628) | constructor(props) { method render (line 635) | render(p, { counter }) { function Child (line 665) | function Child({ showMe, counter }) { method constructor (line 757) | constructor(props) { method render (line 762) | render() { method shouldComponentUpdate (line 882) | shouldComponentUpdate(nextProps, nextState) { method componentDidMount (line 886) | componentDidMount() { method render (line 890) | render() { method constructor (line 911) | constructor(props) { method render (line 918) | render() { class Parent (line 669) | class Parent extends Component { method shouldComponentUpdate (line 466) | shouldComponentUpdate() { method render (line 469) | render() { method shouldComponentUpdate (line 536) | shouldComponentUpdate() { method render (line 539) | render() { method shouldComponentUpdate (line 670) | shouldComponentUpdate() { method render (line 673) | render() { method componentDidMount (line 866) | componentDidMount() { method render (line 870) | render() { method constructor (line 934) | constructor(props) { method render (line 938) | render() { class Inner (line 679) | class Inner extends Component { method shouldComponentUpdate (line 278) | shouldComponentUpdate() { method render (line 281) | render() { method constructor (line 476) | constructor(props) { method render (line 483) | render() { method constructor (line 546) | constructor(props) { method render (line 553) | render() { method constructor (line 680) | constructor(props) { method render (line 687) | render() { class App (line 694) | class App extends Component { method constructor (line 128) | constructor() { method shouldComponentUpdate (line 133) | shouldComponentUpdate(_, nextState) { method render (line 137) | render() { method constructor (line 159) | constructor() { method shouldComponentUpdate (line 165) | shouldComponentUpdate(_, nextState) { method render (line 169) | render() { method constructor (line 192) | constructor() { method shouldComponentUpdate (line 198) | shouldComponentUpdate(_, nextState) { method render (line 202) | render() { method render (line 299) | render() { method constructor (line 491) | constructor(props) { method render (line 495) | render() { method constructor (line 561) | constructor(props) { method render (line 565) | render() { method constructor (line 695) | constructor(props) { method render (line 699) | render() { method shouldComponentUpdate (line 735) | shouldComponentUpdate() { method render (line 738) | render() { class App (line 734) | class App extends Component { method constructor (line 128) | constructor() { method shouldComponentUpdate (line 133) | shouldComponentUpdate(_, nextState) { method render (line 137) | render() { method constructor (line 159) | constructor() { method shouldComponentUpdate (line 165) | shouldComponentUpdate(_, nextState) { method render (line 169) | render() { method constructor (line 192) | constructor() { method shouldComponentUpdate (line 198) | shouldComponentUpdate(_, nextState) { method render (line 202) | render() { method render (line 299) | render() { method constructor (line 491) | constructor(props) { method render (line 495) | render() { method constructor (line 561) | constructor(props) { method render (line 565) | render() { method constructor (line 695) | constructor(props) { method render (line 699) | render() { method shouldComponentUpdate (line 735) | shouldComponentUpdate() { method render (line 738) | render() { class Child (line 756) | class Child extends Component { method constructor (line 757) | constructor(props) { method render (line 762) | render() { method shouldComponentUpdate (line 882) | shouldComponentUpdate(nextProps, nextState) { method componentDidMount (line 886) | componentDidMount() { method render (line 890) | render() { method constructor (line 911) | constructor(props) { method render (line 918) | render() { class Wrapper (line 768) | class Wrapper extends Component { method render (line 769) | render() { function Cell (line 797) | function Cell({ id, a, b }) { class Row (line 810) | class Row extends Component { method shouldComponentUpdate (line 95) | shouldComponentUpdate(nextProps) { method render (line 99) | render() { method shouldComponentUpdate (line 811) | shouldComponentUpdate(nextProps) { method render (line 815) | render(props) { class Parent (line 863) | class Parent extends Component { method shouldComponentUpdate (line 466) | shouldComponentUpdate() { method render (line 469) | render() { method shouldComponentUpdate (line 536) | shouldComponentUpdate() { method render (line 539) | render() { method shouldComponentUpdate (line 670) | shouldComponentUpdate() { method render (line 673) | render() { method componentDidMount (line 866) | componentDidMount() { method render (line 870) | render() { method constructor (line 934) | constructor(props) { method render (line 938) | render() { class Child (line 879) | class Child extends Component { method constructor (line 757) | constructor(props) { method render (line 762) | render() { method shouldComponentUpdate (line 882) | shouldComponentUpdate(nextProps, nextState) { method componentDidMount (line 886) | componentDidMount() { method render (line 890) | render() { method constructor (line 911) | constructor(props) { method render (line 918) | render() { class Child (line 910) | class Child extends Component { method constructor (line 757) | constructor(props) { method render (line 762) | render() { method shouldComponentUpdate (line 882) | shouldComponentUpdate(nextProps, nextState) { method componentDidMount (line 886) | componentDidMount() { method render (line 890) | render() { method constructor (line 911) | constructor(props) { method render (line 918) | render() { class Memoized (line 925) | class Memoized extends Component { method shouldComponentUpdate (line 926) | shouldComponentUpdate() { method render (line 929) | render() { class Parent (line 933) | class Parent extends Component { method shouldComponentUpdate (line 466) | shouldComponentUpdate() { method render (line 469) | render() { method shouldComponentUpdate (line 536) | shouldComponentUpdate() { method render (line 539) | render() { method shouldComponentUpdate (line 670) | shouldComponentUpdate() { method render (line 673) | render() { method componentDidMount (line 866) | componentDidMount() { method render (line 870) | render() { method constructor (line 934) | constructor(props) { method render (line 938) | render() { class MemoizedItem (line 965) | class MemoizedItem extends Component { method shouldComponentUpdate (line 966) | shouldComponentUpdate(nextProps) { method render (line 969) | render() { function renderItemsAndAssert (line 984) | function renderItemsAndAssert({ items, expectedLog }) { FILE: test/browser/mathml.test.jsx constant XHTML_NAMESPACE (line 5) | const XHTML_NAMESPACE = 'http://www.w3.org/1999/xhtml'; constant MATH_NAMESPACE (line 6) | const MATH_NAMESPACE = 'http://www.w3.org/1998/Math/MathML'; class App (line 62) | class App extends Component { method componentDidMount (line 64) | componentDidMount() { method render (line 72) | render() { FILE: test/browser/placeholders.test.jsx function createNullable (line 18) | function createNullable(name) { function createStatefulNullable (line 28) | function createStatefulNullable(name) { function Foo (line 89) | function Foo(props) { class Stateful (line 116) | class Stateful extends Component { method constructor (line 117) | constructor(props) { method increment (line 126) | increment() { method componentDidUpdate (line 129) | componentDidUpdate() { method componentDidMount (line 132) | componentDidMount() { method componentWillUnmount (line 135) | componentWillUnmount() { method render (line 138) | render() { function App (line 151) | function App({ first = null, second = false }) { method constructor (line 271) | constructor(props) { method render (line 276) | render() { method constructor (line 328) | constructor(props) { method render (line 334) | render(props, state) { method constructor (line 385) | constructor(props) { method render (line 391) | render(props, state) { method constructor (line 441) | constructor(props) { method render (line 447) | render(props, state) { function App (line 221) | function App() { method constructor (line 271) | constructor(props) { method render (line 276) | render() { method constructor (line 328) | constructor(props) { method render (line 334) | render(props, state) { method constructor (line 385) | constructor(props) { method render (line 391) | render(props, state) { method constructor (line 441) | constructor(props) { method render (line 447) | render(props, state) { class App (line 270) | class App extends Component { method constructor (line 271) | constructor(props) { method render (line 276) | render() { method constructor (line 328) | constructor(props) { method render (line 334) | render(props, state) { method constructor (line 385) | constructor(props) { method render (line 391) | render(props, state) { method constructor (line 441) | constructor(props) { method render (line 447) | render(props, state) { class App (line 327) | class App extends Component { method constructor (line 271) | constructor(props) { method render (line 276) | render() { method constructor (line 328) | constructor(props) { method render (line 334) | render(props, state) { method constructor (line 385) | constructor(props) { method render (line 391) | render(props, state) { method constructor (line 441) | constructor(props) { method render (line 447) | render(props, state) { class App (line 384) | class App extends Component { method constructor (line 271) | constructor(props) { method render (line 276) | render() { method constructor (line 328) | constructor(props) { method render (line 334) | render(props, state) { method constructor (line 385) | constructor(props) { method render (line 391) | render(props, state) { method constructor (line 441) | constructor(props) { method render (line 447) | render(props, state) { class App (line 440) | class App extends Component { method constructor (line 271) | constructor(props) { method render (line 276) | render() { method constructor (line 328) | constructor(props) { method render (line 334) | render(props, state) { method constructor (line 385) | constructor(props) { method render (line 391) | render(props, state) { method constructor (line 441) | constructor(props) { method render (line 447) | render(props, state) { FILE: test/browser/refs.test.jsx class Foo (line 62) | class Foo extends Component { method render (line 63) | render() { method constructor (line 81) | constructor() { method render (line 84) | render(props) { class Foo (line 80) | class Foo extends Component { method render (line 63) | render() { method constructor (line 81) | constructor() { method render (line 84) | render(props) { class TestUnmount (line 119) | class TestUnmount extends Component { method componentWillUnmount (line 120) | componentWillUnmount() { method render (line 130) | render() { class App (line 160) | class App extends Component { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { class Child (line 170) | class Child extends Component { method constructor (line 171) | constructor(props, context) { method handleMount (line 176) | handleMount() {} method render (line 177) | render(_, { show }) { method constructor (line 457) | constructor(props) { method componentDidMount (line 463) | componentDidMount() { method render (line 470) | render() { function autoFocus (line 220) | function autoFocus(el) { class App (line 267) | class App extends Component { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { function App (line 288) | function App(props) { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { function App (line 303) | function App(props) { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { function App (line 318) | function App(props) { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { function App (line 337) | function App(props) { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { method constructor (line 354) | constructor(props) { class Parent (line 443) | class Parent extends Component { method componentDidMount (line 444) | componentDidMount() { method render (line 451) | render(props) { class Child (line 456) | class Child extends Component { method constructor (line 171) | constructor(props, context) { method handleMount (line 176) | handleMount() {} method render (line 177) | render(_, { show }) { method constructor (line 457) | constructor(props) { method componentDidMount (line 463) | componentDidMount() { method render (line 470) | render() { function App (line 492) | function App() { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { function App (line 507) | function App({ show = false }) { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { function App (line 527) | function App({ show = false }) { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { function App (line 544) | function App({ show = false, count = 0 }) { method render (line 161) | render() { method render (line 268) | render({ headerVisible }) { FILE: test/browser/render.test.jsx function getAttributes (line 18) | function getAttributes(node) { function App (line 90) | function App() { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { function test (line 401) | function test(val) { class App (line 437) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { method toString (line 572) | toString() { class Thing (line 685) | class Thing extends Component { method constructor (line 686) | constructor(props, context) { method render (line 691) | render(props, { html }) { method constructor (line 729) | constructor(props) { method render (line 733) | render() { class Thing (line 728) | class Thing extends Component { method constructor (line 686) | constructor(props, context) { method render (line 691) | render(props, { html }) { method constructor (line 729) | constructor(props) { method render (line 733) | render() { class App (line 759) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { class TodoList (line 870) | class TodoList extends Component { method constructor (line 871) | constructor(props) { method setText (line 877) | setText(e) { method addTodo (line 880) | addTodo(e) { method render (line 887) | render() { class Inputs (line 974) | class Inputs extends Component { method constructor (line 975) | constructor(props) { method render (line 979) | render() { function Editable (line 1008) | function Editable() { class App (line 1053) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { class App (line 1084) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { function Parent (line 1093) | function Parent() { function Child (line 1099) | function Child({ i }) { class X (line 1119) | class X extends Component { method constructor (line 1120) | constructor() { method update (line 1127) | update() { method componentWillUnmount (line 1131) | componentWillUnmount() { method render (line 1135) | render() { method constructor (line 1826) | constructor(props) { method render (line 1830) | render() { method constructor (line 1858) | constructor(props) { method render (line 1863) | render() { method constructor (line 1894) | constructor(props) { method render (line 1898) | render() { class App (line 1142) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { class App (line 1184) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { function App (line 1230) | function App({ children, ...rest }) { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { class A (line 1247) | class A extends Component { method constructor (line 1248) | constructor(props) { method render (line 1254) | render() { class App (line 1409) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { class App (line 1585) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { function RenderedItem (line 1635) | function RenderedItem({ item }) { function App (line 1643) | function App({ list }) { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { class App (line 1749) | class App extends Component { method constructor (line 438) | constructor(props) { method render (line 444) | render() { method constructor (line 760) | constructor(props) { method render (line 766) | render() { method constructor (line 1054) | constructor(props) { method render (line 1060) | render(props, { name }) { method render (line 1085) | render() { method constructor (line 1143) | constructor() { method render (line 1149) | render() { method constructor (line 1185) | constructor(props) { method render (line 1191) | render(props, state) { method constructor (line 1410) | constructor(props) { method render (line 1418) | render() { method constructor (line 1586) | constructor(props) { method render (line 1594) | render() { method constructor (line 1750) | constructor(props) { method render (line 1758) | render() { class X (line 1825) | class X extends Component { method constructor (line 1120) | constructor() { method update (line 1127) | update() { method componentWillUnmount (line 1131) | componentWillUnmount() { method render (line 1135) | render() { method constructor (line 1826) | constructor(props) { method render (line 1830) | render() { method constructor (line 1858) | constructor(props) { method render (line 1863) | render() { method constructor (line 1894) | constructor(props) { method render (line 1898) | render() { function Foo (line 1835) | function Foo({ condition }) { class X (line 1857) | class X extends Component { method constructor (line 1120) | constructor() { method update (line 1127) | update() { method componentWillUnmount (line 1131) | componentWillUnmount() { method render (line 1135) | render() { method constructor (line 1826) | constructor(props) { method render (line 1830) | render() { method constructor (line 1858) | constructor(props) { method render (line 1863) | render() { method constructor (line 1894) | constructor(props) { method render (line 1898) | render() { function Foo (line 1868) | function Foo({ condition }) { class X (line 1893) | class X extends Component { method constructor (line 1120) | constructor() { method update (line 1127) | update() { method componentWillUnmount (line 1131) | componentWillUnmount() { method render (line 1135) | render() { method constructor (line 1826) | constructor(props) { method render (line 1830) | render() { method constructor (line 1858) | constructor(props) { method render (line 1863) | render() { method constructor (line 1894) | constructor(props) { method render (line 1898) | render() { function Foo (line 1903) | function Foo({ condition }) { function randomize (line 1933) | function randomize(arr) { class Comp (line 1980) | class Comp extends Component { method componentDidMount (line 1981) | componentDidMount() { method render (line 1984) | render() { class Test (line 2008) | class Test { method constructor (line 2009) | constructor(text) { method get (line 2023) | get() { FILE: test/browser/select.test.jsx function App (line 16) | function App() { function App (line 31) | function App() { function App (line 48) | function App() { FILE: test/browser/spec.test.jsx class ForceUpdateComponent (line 22) | class ForceUpdateComponent extends Component { method componentWillUpdate (line 23) | componentWillUpdate() {} method componentDidMount (line 24) | componentDidMount() { method render (line 27) | render() { method componentDidMount (line 52) | componentDidMount() { method render (line 55) | render() { class ForceUpdateComponent (line 51) | class ForceUpdateComponent extends Component { method componentWillUpdate (line 23) | componentWillUpdate() {} method componentDidMount (line 24) | componentDidMount() { method render (line 27) | render() { method componentDidMount (line 52) | componentDidMount() { method render (line 55) | render() { FILE: test/browser/style.test.jsx function App (line 218) | function App({ color }) { FILE: test/browser/svg.test.jsx class App (line 166) | class App extends Component { method componentDidMount (line 168) | componentDidMount() { method render (line 176) | render() { FILE: test/browser/toChildArray.test.jsx function filterAndReduceChildren (line 145) | function filterAndReduceChildren(acc, child) { FILE: test/fixtures/preact.js function h (line 3) | function h(nodeName, attributes) { function extend (line 36) | function extend(obj, props) { function applyRef (line 40) | function applyRef(ref, value) { function cloneElement (line 44) | function cloneElement(vnode, props) { function enqueueRender (line 51) | function enqueueRender(component) { function rerender (line 55) | function rerender() { function isSameNodeType (line 59) | function isSameNodeType(node, vnode, hydrating) { function isNamedNode (line 66) | function isNamedNode(node, nodeName) { function getNodeProps (line 72) | function getNodeProps(vnode) { function createNode (line 81) | function createNode(nodeName, isSvg) { function removeNode (line 88) | function removeNode(node) { function setAccessor (line 92) | function setAccessor(node, name, old, value, isSvg) { function eventProxy (line 145) | function eventProxy(e) { function flushMounts (line 148) | function flushMounts() { function diff (line 155) | function diff(dom, vnode, context, mountAll, parent, componentRoot) { function idiff (line 168) | function idiff(dom, vnode, context, mountAll, componentRoot) { function innerDiffNode (line 234) | function innerDiffNode(dom, vchildren, context, mountAll, isHydrating) { function recollectNodeTree (line 308) | function recollectNodeTree(node, unmountOnly) { function removeChildren (line 317) | function removeChildren(node) { function diffAttributes (line 325) | function diffAttributes(dom, attrs, old) { function createComponent (line 342) | function createComponent(Ctor, props, context) { function doRender (line 361) | function doRender(props, state, context) { function setComponentProps (line 364) | function setComponentProps(component, props, renderMode, context, mountA... function renderComponent (line 394) | function renderComponent(component, renderMode, mountAll, isChild) { function buildComponentFromVNode (line 520) | function buildComponentFromVNode(dom, vnode, context, mountAll) { function unmountComponent (line 551) | function unmountComponent(component) { function Component (line 569) | function Component(props, context) { function render (line 576) | function render(vnode, parent, merge) { function createRef (line 579) | function createRef() { FILE: test/shared/createElement.test.jsx function Test (line 27) | function Test() { FILE: test/shared/isValidElementTests.jsx function isValidElementTests (line 4) | function isValidElementTests( FILE: test/ts/Component.test.tsx class ContextComponent (line 4) | class ContextComponent extends Component<{ foo: string }> { method getChildContext (line 5) | getChildContext() { method render (line 9) | render() { type SimpleComponentProps (line 14) | interface SimpleComponentProps { type SimpleState (line 18) | interface SimpleState { class SimpleComponent (line 22) | class SimpleComponent extends Component< method constructor (line 26) | constructor(props: SimpleComponentProps) { method render (line 33) | render() { class DestructuringRenderPropsComponent (line 49) | class DestructuringRenderPropsComponent extends Component< method constructor (line 53) | constructor(props: SimpleComponentProps) { method render (line 60) | render({ initialName, children }: RenderableProps { method render (line 26) | render() { function TestComp (line 105) | function TestComp(props: { children?: ComponentChildren }) { class ComponentWithFunctionChild (line 150) | class ComponentWithFunctionChild extends Component<{ method render (line 153) | render() { class ComponentWithStringChild (line 161) | class ComponentWithStringChild extends Component<{ children: string }> { method render (line 162) | render() { class ComponentWithNumberChild (line 168) | class ComponentWithNumberChild extends Component<{ children: number }> { method render (line 169) | render() { class ComponentWithBooleanChild (line 175) | class ComponentWithBooleanChild extends Component<{ children: boolean }> { method render (line 176) | render() { class ComponentWithNullChild (line 182) | class ComponentWithNullChild extends Component<{ children: null }> { method render (line 183) | render() { class ComponentWithNumberChildren (line 189) | class ComponentWithNumberChildren extends Component<{ children: number[]... method render (line 190) | render() { FILE: test/ts/custom-elements.tsx type IntrinsicElements (line 5) | interface IntrinsicElements { type WhateverElement (line 28) | interface WhateverElement { type WhateverElementEvent (line 32) | interface WhateverElementEvent { type WhateveElAttributes (line 36) | interface WhateveElAttributes extends HTMLAttributes { class SimpleComponent (line 46) | class SimpleComponent extends Component { method render (line 48) | render() { class SimpleComponentWithContextAsProvider (line 84) | class SimpleComponentWithContextAsProvider extends Component { method render (line 86) | render() { FILE: test/ts/dom-attributes.test-d.tsx function createSignal (line 9) | function createSignal(value: T): SignalLike { FILE: test/ts/hoc.test.tsx type highlightedProps (line 10) | interface highlightedProps { function highlighted (line 14) | function highlighted( FILE: test/ts/jsx-namespace.test-d.tsx type Element (line 6) | interface Element { class SimpleComponent (line 12) | class SimpleComponent extends Component { method render (line 13) | render() { FILE: test/ts/preact.tsx function createSignal (line 21) | function createSignal(value: T): SignalLike { type DummyProps (line 33) | interface DummyProps { type DummyState (line 37) | interface DummyState { class DummyComponent (line 41) | class DummyComponent extends Component { method constructor (line 42) | constructor(props: DummyProps) { method render (line 53) | render({ initialInput }: DummyProps, { input }: DummyState) { type DummerComponentProps (line 69) | interface DummerComponentProps extends DummyProps, DummyState {} function DummerComponent (line 71) | function DummerComponent({ input, initialInput }: DummerComponentProps) { function createRootFragment (line 110) | function createRootFragment(parent: Element, replaceNode: Element | Elem... function ReturnChildren (line 166) | function ReturnChildren(props: { children: preact.ComponentChildren }) { function TestUndefinedChildren (line 170) | function TestUndefinedChildren() { class ComponentUsingRef (line 179) | class ComponentUsingRef extends Component { method constructor (line 183) | constructor() { method render (line 188) | render() { class ComponentWithLifecycle (line 208) | class ComponentWithLifecycle extends Component { method render (line 209) | render() { method componentWillMount (line 213) | componentWillMount() { method componentDidMount (line 217) | componentDidMount() { method componentWillUnmount (line 221) | componentWillUnmount() { method componentWillReceiveProps (line 225) | componentWillReceiveProps(nextProps: DummyProps, nextCtx: any) { method shouldComponentUpdate (line 230) | shouldComponentUpdate( method componentWillUpdate (line 238) | componentWillUpdate( method componentDidUpdate (line 246) | componentDidUpdate( class DefaultProps (line 262) | class DefaultProps extends Component<{ text: string; bool: boolean }> { method render (line 267) | render() { class DefaultPropsWithUnion (line 275) | class DefaultPropsWithUnion extends Component< method render (line 291) | render() { class DefaultUnion (line 301) | class DefaultUnion extends Component< method render (line 316) | render() { class ComponentWithDefaultProps (line 326) | class ComponentWithDefaultProps extends Component<{ value: string }> { method render (line 328) | render() { type PartialState (line 335) | interface PartialState { class ComponentWithPartialSetState (line 340) | class ComponentWithPartialSetState extends Component<{}, PartialState> { method render (line 341) | render({}, { foo, bar }: PartialState) { function Checkbox (line 421) | function Checkbox({ onChange }: HTMLAttributes) { FILE: test/ts/refs.tsx class Bar (line 13) | class Bar extends Component { method render (line 14) | render() { class CallbackRef (line 20) | class CallbackRef extends Component { method render (line 37) | render() { class CreateRefComponent (line 48) | class CreateRefComponent extends Component { method componentDidMount (line 53) | componentDidMount() { method render (line 67) | render() { FILE: types/weak-key.d.ts type WeakKeyTypes (line 2) | interface WeakKeyTypes { type WeakKey (line 6) | type WeakKey = WeakKeyTypes[keyof WeakKeyTypes]; FILE: vitest.config.mjs constant MINIFY (line 6) | const MINIFY = process.env.MINIFY === 'true'; constant COVERAGE (line 7) | const COVERAGE = process.env.COVERAGE === 'true'; method transform (line 148) | async transform(code, id) { FILE: vitest.setup.js method get (line 17) | get() {