SYMBOL INDEX (1726 symbols across 210 files) FILE: examples/app-lifecycle/src/document/index.jsx function Document (line 4) | function Document() { FILE: examples/app-lifecycle/src/pages/Home/index.jsx function Home (line 9) | function Home() { FILE: examples/event-handler/src/document/index.jsx function Document (line 4) | function Document() { FILE: examples/event-handler/src/pages/Home/index.jsx function Home (line 10) | function Home() { FILE: examples/get-element/src/document/index.jsx function Document (line 4) | function Document() { FILE: examples/get-element/src/pages/Home/index.jsx function Home (line 9) | function Home() { FILE: examples/page-lifecycle-with-router/src/document/index.jsx function Document (line 4) | function Document() { FILE: examples/page-lifecycle-with-router/src/pages/About/index.jsx function handler (line 10) | function handler(lifeCycle) { function About (line 27) | function About(props) { FILE: examples/page-lifecycle-with-router/src/pages/Home/index.jsx function handler (line 10) | function handler(lifeCycle) { function Home (line 27) | function Home(props) { FILE: examples/use-rax-compiled-component-in-runtime-miniapp/src/document/index.jsx function Document (line 4) | function Document() { FILE: examples/with-miniapp-native-custom-component/src/components/Test/index.ali.jsx function Home (line 7) | function Home() { FILE: examples/with-miniapp-native-custom-component/src/components/Test/index.wechat.jsx function Home (line 6) | function Home() { FILE: examples/with-miniapp-native-custom-component/src/document/index.jsx function Document (line 4) | function Document() { FILE: examples/with-miniapp-native-custom-component/src/pages/Home/index.jsx function Home (line 7) | function Home() { FILE: examples/with-miniapp-native-custom-component/src/public/AliNativeComp/index.js method onClick (line 3) | onClick() { FILE: examples/with-miniapp-native-custom-component/src/public/WechatNativeComp/index.js method onClick (line 6) | onClick() { FILE: examples/with-miniapp-native-page/src/document/index.jsx function Document (line 4) | function Document() { FILE: examples/with-miniapp-native-page/src/pages/Home/index.jsx function Home (line 9) | function Home() { FILE: examples/with-miniapp-plugin-component/ali-miniapp-plugin/api/data.js function getData (line 3) | function getData() { function setData (line 7) | function setData(value) { FILE: examples/with-miniapp-plugin-component/ali-miniapp-plugin/components/test/index.js method onClick (line 6) | onClick() { FILE: examples/with-miniapp-plugin-component/src/components/Test/index.ali.jsx function Home (line 6) | function Home() { FILE: examples/with-miniapp-plugin-component/src/components/Test/index.jsx function Home (line 7) | function Home() { FILE: examples/with-miniapp-plugin-component/src/components/Test/index.wechat.jsx function Home (line 7) | function Home() { FILE: examples/with-miniapp-plugin-component/src/document/index.jsx function Document (line 4) | function Document() { FILE: examples/with-miniapp-plugin-component/src/pages/Home/index.jsx function Home (line 9) | function Home() { FILE: examples/with-miniapp-plugin-component/wechat-miniprogram-plugin/api/data.js function getData (line 3) | function getData() { function setData (line 7) | function setData(value) { FILE: examples/with-miniapp-plugin-component/wechat-miniprogram-plugin/components/hello-component.js method onClick (line 18) | onClick() { FILE: packages/driver-dom/src/index.js constant NON_DIMENSIONAL_REG (line 24) | const NON_DIMENSIONAL_REG = /opa|ntw|ne[ch]|ex(?:s|g|n|p|$)|^ord|zoo|gri... constant EVENT_PREFIX_REG (line 25) | const EVENT_PREFIX_REG = /^on[A-Z]/; constant DANGEROUSLY_SET_INNER_HTML (line 26) | const DANGEROUSLY_SET_INNER_HTML = 'dangerouslySetInnerHTML'; constant HTML (line 27) | const HTML = '__html'; constant INNER_HTML (line 28) | const INNER_HTML = 'innerHTML'; constant CLASS_NAME (line 29) | const CLASS_NAME = 'className'; constant CLASS (line 30) | const CLASS = 'class'; constant STYLE (line 31) | const STYLE = 'style'; constant CHILDREN (line 32) | const CHILDREN = 'children'; constant TEXT_CONTENT_ATTR (line 33) | const TEXT_CONTENT_ATTR = 'textContent'; constant CREATE_ELEMENT (line 34) | const CREATE_ELEMENT = 'createElement'; constant CREATE_COMMENT (line 35) | const CREATE_COMMENT = 'createComment'; constant CREATE_TEXT_NODE (line 36) | const CREATE_TEXT_NODE = 'createTextNode'; constant SET_ATTRIBUTE (line 37) | const SET_ATTRIBUTE = 'setAttribute'; constant REMOVE_ATTRIBUTE (line 38) | const REMOVE_ATTRIBUTE = 'removeAttribute'; constant SVG_NS (line 39) | const SVG_NS = 'http://www.w3.org/2000/svg'; constant TEXT_NODE (line 40) | const TEXT_NODE = 3; constant COMMENT_NODE (line 41) | const COMMENT_NODE = 8; constant TEXT_SPLIT_COMMENT (line 42) | const TEXT_SPLIT_COMMENT = '|'; constant EMPTY (line 43) | const EMPTY = ''; constant HYDRATION_INDEX (line 44) | const HYDRATION_INDEX = '__i'; constant HYDRATION_APPEND (line 45) | const HYDRATION_APPEND = '__a'; constant WITH_INNERHTML (line 46) | const WITH_INNERHTML = '__h'; function setTagNamePrefix (line 71) | function setTagNamePrefix(prefix) { function createBody (line 75) | function createBody() { function createEmpty (line 79) | function createEmpty(component) { function createText (line 104) | function createText(text, component) { function updateText (line 132) | function updateText(node, text) { function findHydrationChild (line 136) | function findHydrationChild(parent) { function createElement (line 159) | function createElement(type, props, component, __shouldConvertUnitlessTo... function appendChild (line 253) | function appendChild(node, parent) { function removeChild (line 259) | function removeChild(node, parent) { function replaceChild (line 267) | function replaceChild(newChild, oldChild, parent) { function insertAfter (line 272) | function insertAfter(node, after, parent) { function insertBefore (line 285) | function insertBefore(node, before, parent) { function addEventListener (line 290) | function addEventListener(node, eventName, eventHandler) { function removeEventListener (line 294) | function removeEventListener(node, eventName, eventHandler) { function removeAttribute (line 298) | function removeAttribute(node, propKey) { function setAttribute (line 315) | function setAttribute(node, propKey, propValue, isSvg) { function setStyle (line 346) | function setStyle(node, style, __shouldConvertUnitlessToRpx) { function beforeRender (line 374) | function beforeRender({ hydrate }) { function recolectHydrationChild (line 390) | function recolectHydrationChild(hydrationParent) { function afterRender (line 412) | function afterRender({ container }) { function removeChildren (line 424) | function removeChildren(node) { FILE: packages/driver-dom/src/warning.js function warnForReplacedHydratebleElement (line 5) | function warnForReplacedHydratebleElement( function warnForDeletedHydratableElement (line 30) | function warnForDeletedHydratableElement( function warnForInsertedHydratedElement (line 49) | function warnForInsertedHydratedElement( function getNodeName (line 73) | function getNodeName(node) { FILE: packages/driver-server/src/index.js constant STYLE (line 5) | const STYLE = 'style'; constant CHILDREN (line 6) | const CHILDREN = 'children'; constant DANGEROUSLY_SET_INNER_HTML (line 7) | const DANGEROUSLY_SET_INNER_HTML = 'dangerouslySetInnerHTML'; constant EVENT_PREFIX_REGEXP (line 8) | const EVENT_PREFIX_REGEXP = /^on[A-Z]/; constant ELEMENT_NODE (line 10) | const ELEMENT_NODE = 1; constant TEXT_NODE (line 11) | const TEXT_NODE = 3; constant COMMENT_NODE (line 12) | const COMMENT_NODE = 8; method getElementById (line 18) | getElementById(id) { method createBody (line 22) | createBody() { method createComment (line 34) | createComment(content) { method createEmpty (line 42) | createEmpty() { method createText (line 46) | createText(text) { method updateText (line 54) | updateText(node, text) { method createElement (line 58) | createElement(type, props) { method appendChild (line 74) | appendChild(node, parent) { method removeChild (line 79) | removeChild(node, parent) { method replaceChild (line 92) | replaceChild(newChild, oldChild, parent) { method insertAfter (line 107) | insertAfter(node, after, parent) { method insertBefore (line 124) | insertBefore(node, before, parent) { method nextSibling (line 136) | nextSibling(node) { method previousSibling (line 144) | previousSibling(node) { method addEventListener (line 152) | addEventListener(node, eventName, eventHandler) { method removeEventListener (line 156) | removeEventListener(node, eventName, eventHandler) { method removeAttribute (line 160) | removeAttribute(node, propKey, propValue) { method setAttribute (line 180) | setAttribute(node, propKey, propValue) { method setStyle (line 200) | setStyle(node, style) { method setNativeProps (line 206) | setNativeProps(node, props, shouldIgnoreStyleProp) { FILE: packages/driver-universal/src/web.js method createElement (line 5) | createElement(type, props, component) { method setStyle (line 8) | setStyle(node, style) { FILE: packages/driver-webgl/src/components/cameras/PerspectiveCamera.js method init (line 4) | init(props) { method updateProperty (line 10) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/controls/OrbitControls.js method init (line 4) | init(props) { method updateProperty (line 10) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/controls/TrackballControls.js method init (line 4) | init(props) { method updateProperty (line 10) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/core/BufferGeometry.js method init (line 4) | init(props) { method updateProperty (line 16) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/core/Geometry.js method init (line 4) | init() { method updateProperty (line 9) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/core/Object3D.js method init (line 4) | init() { method updateProperty (line 9) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/core/Raycaster.js method init (line 6) | init(props) { method updateProperty (line 13) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/geometries/BoxGeometry.js method init (line 4) | init(props) { method updateProperty (line 17) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/geometries/CylinderGeometry.js method init (line 4) | init(props) { method updateProperty (line 28) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/geometries/SphereGeometry.js method init (line 4) | init(props) { method updateProperty (line 18) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/lights/AmbientLight.js method init (line 4) | init(props) { method updateProperty (line 10) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/lights/DirectionalLight.js method init (line 4) | init(props) { method updateProperty (line 10) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/materials/LineBasicMaterial.js method init (line 4) | init(props) { method updateProperty (line 9) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/materials/LineDashedMaterial.js method init (line 4) | init(props) { method updateProperty (line 9) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/materials/MeshBasicMaterial.js method init (line 4) | init(props) { method updateProperty (line 9) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/materials/MeshLambertMaterial.js method init (line 4) | init(props) { method updateProperty (line 9) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/materials/MeshPhongMaterial.js method init (line 4) | init(props) { method updateProperty (line 9) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/materials/PointsMaterial.js method init (line 4) | init(props) { method updateProperty (line 9) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/objects/Line.js method init (line 4) | init(props) { method updateProperty (line 10) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/objects/Mesh.js method init (line 4) | init(props) { method updateProperty (line 10) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/objects/Points.js method init (line 4) | init(props) { method updateProperty (line 10) | updateProperty(key, value) { FILE: packages/driver-webgl/src/components/scenes/Scene.js method init (line 4) | init(props) { method updateProperty (line 28) | updateProperty(key, value) { FILE: packages/driver-webgl/src/driver.js constant CHILDREN (line 4) | const CHILDREN = 'children'; constant EVENT_PREFIX_REGEXP (line 5) | const EVENT_PREFIX_REGEXP = /^on[A-Z]/; function createElement (line 13) | function createElement(type, props) { method getElementById (line 18) | getElementById(id) { method createBody (line 22) | createBody() { method createEmpty (line 34) | createEmpty() { method createElement (line 40) | createElement(type, props) { method appendChild (line 46) | appendChild(node, parent) { method removeChild (line 67) | removeChild(node, parent) { method replaceChild (line 76) | replaceChild(newChild, oldChild, parent) { method addEventListener (line 82) | addEventListener(node, eventName, eventHandler) { method removeEventListener (line 89) | removeEventListener(node, eventName, eventHandler) { method removeAttribute (line 96) | removeAttribute(node, propKey, propValue) { method setAttribute (line 100) | setAttribute(node, propKey, propValue) { method afterRender (line 108) | afterRender() { method setNativeProps (line 112) | setNativeProps(node, props) { FILE: packages/driver-webgl/src/plugin/controls/OrbitControls.js function getAutoRotationAngle (line 253) | function getAutoRotationAngle() { function getZoomScale (line 257) | function getZoomScale() { function rotateLeft (line 261) | function rotateLeft( angle ) { function rotateUp (line 265) | function rotateUp( angle ) { function dollyIn (line 322) | function dollyIn( dollyScale ) { function dollyOut (line 335) | function dollyOut( dollyScale ) { function handleMouseDownRotate (line 352) | function handleMouseDownRotate( event ) { function handleMouseDownDolly (line 358) | function handleMouseDownDolly( event ) { function handleMouseDownPan (line 364) | function handleMouseDownPan( event ) { function handleMouseMoveRotate (line 370) | function handleMouseMoveRotate( event ) { function handleMouseMoveDolly (line 389) | function handleMouseMoveDolly( event ) { function handleMouseMovePan (line 407) | function handleMouseMovePan( event ) { function handleMouseUp (line 421) | function handleMouseUp( event ) { function handleMouseWheel (line 427) | function handleMouseWheel( event ) { function handleKeyDown (line 439) | function handleKeyDown( event ) { function handleTouchStartRotate (line 465) | function handleTouchStartRotate( event ) { function handleTouchStartDolly (line 471) | function handleTouchStartDolly( event ) { function handleTouchStartPan (line 482) | function handleTouchStartPan( event ) { function handleTouchMoveRotate (line 488) | function handleTouchMoveRotate( event ) { function handleTouchMoveDolly (line 507) | function handleTouchMoveDolly( event ) { function handleTouchMovePan (line 530) | function handleTouchMovePan( event ) { function handleTouchEnd (line 544) | function handleTouchEnd( event ) { function onMouseDown (line 554) | function onMouseDown( event ) { function onMouseMove (line 599) | function onMouseMove( event ) { function onMouseUp (line 631) | function onMouseUp( event ) { function onMouseWheel (line 644) | function onMouseWheel( event ) { function onKeyDown (line 656) | function onKeyDown( event ) { function onTouchStart (line 662) | function onTouchStart( event ) { function onTouchMove (line 706) | function onTouchMove( event ) { function onTouchEnd (line 746) | function onTouchEnd( event ) { function onContextMenu (line 756) | function onContextMenu( event ) { FILE: packages/driver-webgl/src/plugin/controls/TrackballControls.js function keydown (line 288) | function keydown( event ) { function keyup (line 306) | function keyup( event ) { function mousedown (line 314) | function mousedown( event ) { function mousemove (line 341) | function mousemove( event ) { function mouseup (line 357) | function mouseup( event ) { function mousewheel (line 370) | function mousewheel( event ) { function touchstart (line 397) | function touchstart( event ) { function touchmove (line 423) | function touchmove( event ) { function touchend (line 447) | function touchend( event ) { function contextmenu (line 465) | function contextmenu( event ) { FILE: packages/driver-weex/src/index.js constant STYLE (line 8) | const STYLE = 'style'; constant TEXT (line 10) | const TEXT = 'text'; constant CHILDREN (line 11) | const CHILDREN = 'children'; constant EVENT_PREFIX_REGEXP (line 12) | const EVENT_PREFIX_REGEXP = /^on[A-Z]/; constant ARIA_PREFIX_REGEXP (line 13) | const ARIA_PREFIX_REGEXP = /^aria-/; constant HYPHEN_REGEXP (line 14) | const HYPHEN_REGEXP = /\-(\w)/; constant EMPTY (line 15) | const EMPTY = ''; function updateWeexTextValue (line 17) | function updateWeexTextValue(node) { function getElementById (line 32) | function getElementById(id) { function createBody (line 39) | function createBody(type, props) { function createComment (line 54) | function createComment(content) { function createEmpty (line 58) | function createEmpty(component) { function createText (line 65) | function createText(text, component) { function updateText (line 73) | function updateText(node, text) { function createElement (line 81) | function createElement(type, props, component) { function appendChild (line 118) | function appendChild(node, parent) { function removeChild (line 129) | function removeChild(node, parent) { function replaceChild (line 146) | function replaceChild(newChild, oldChild, parent) { function insertAfter (line 164) | function insertAfter(node, after, parent) { function insertBefore (line 176) | function insertBefore(node, before, parent) { function addEventListener (line 188) | function addEventListener(node, eventName, eventHandler, props) { function removeEventListener (line 197) | function removeEventListener(node, eventName, eventHandler) { function removeAttribute (line 204) | function removeAttribute(node, propKey, propValue) { function setAttribute (line 215) | function setAttribute(node, propKey, propValue, isSvg) { function setStyle (line 233) | function setStyle(node, style) { function beforeRender (line 244) | function beforeRender() { function afterRender (line 252) | function afterRender() { FILE: packages/mobx-rax/src/Provider.js class Provider (line 8) | class Provider extends Component { method constructor (line 17) | constructor(props, context) { method isReactComponent (line 22) | isReactComponent() {} method render (line 24) | render() { method getChildContext (line 28) | getChildContext() { method getDerivedStateFromProps (line 45) | static getDerivedStateFromProps(nextProps, prevState) { FILE: packages/mobx-rax/src/inject.js function createStoreInjector (line 36) | function createStoreInjector(grabStoresFn, component, injectNames) { function grabStoresByName (line 84) | function grabStoresByName(storeNames) { function inject (line 109) | function inject(/* fn(stores, nextProps) or ...storeNames */) { FILE: packages/mobx-rax/src/observer.js function createSymbol (line 23) | function createSymbol(name) { function setHiddenProp (line 39) | function setHiddenProp(target, prop, value) { function findDOMNode (line 52) | function findDOMNode(component) { function reportRendering (line 66) | function reportRendering(component) { function trackComponents (line 79) | function trackComponents() { function useStaticRendering (line 85) | function useStaticRendering(useStaticRendering) { function patch (line 99) | function patch(target, funcName, runMixinFirst = false) { function shallowEqual (line 119) | function shallowEqual(objA, objB) { function is (line 136) | function is(x, y) { function makeComponentReactive (line 145) | function makeComponentReactive(render) { function makeObservableProp (line 277) | function makeObservableProp(target, propName) { function observer (line 309) | function observer(arg1, arg2) { function mixinLifecycleEvents (line 382) | function mixinLifecycleEvents(target) { FILE: packages/mobx-rax/src/propTypes.js function createChainableTypeChecker (line 4) | function createChainableTypeChecker(validate) { function isSymbol (line 46) | function isSymbol(propType, propValue) { function getPropType (line 66) | function getPropType(propValue) { function getPreciseType (line 85) | function getPreciseType(propValue) { function createObservableTypeCheckerCreator (line 97) | function createObservableTypeCheckerCreator(allowNativeType, mobxType) { function createObservableArrayOfTypeChecker (line 149) | function createObservableArrayOfTypeChecker(allowNativeType, typeChecker) { FILE: packages/mobx-rax/src/utils/EventEmitter.js class EventEmitter (line 1) | class EventEmitter { method on (line 4) | on(cb) { method emit (line 12) | emit(data) { FILE: packages/mobx-rax/src/utils/utils.js function isStateless (line 1) | function isStateless(component) { FILE: packages/rax-app/src/App.js function _isNullableComponent (line 8) | function _isNullableComponent(component) { function App (line 12) | function App(props) { FILE: packages/rax-app/src/index.js function mount (line 13) | function mount(appInstance, rootEl) { function unmount (line 19) | function unmount() { function useAppShow (line 43) | function useAppShow(callback) { function useAppLaunch (line 47) | function useAppLaunch(callback) { function useAppShare (line 51) | function useAppShare(callback) { function useAppError (line 55) | function useAppError(callback) { function useAppHide (line 59) | function useAppHide(callback) { function usePageNotFound (line 63) | function usePageNotFound(callback) { function runApp (line 67) | function runApp(staticConfig, dynamicConfig = {}) { FILE: packages/rax-children/src/__tests__/childern.js class WrapComponent (line 8) | class WrapComponent extends Component { method render (line 9) | render() { FILE: packages/rax-children/src/index.js function convertChildrenToArray (line 5) | function convertChildrenToArray(children) { method map (line 12) | map(children, fn, ctx) { method forEach (line 17) | forEach(children, fn, ctx) { method count (line 22) | count(children) { method only (line 26) | only(children) { method toArray (line 33) | toArray(children) { FILE: packages/rax-clone-element/src/__tests__/cloneElement.js function createNodeElement (line 12) | function createNodeElement(tagName) { class ComponentClass (line 31) | class ComponentClass extends Component { method render (line 32) | render() { class Grandparent (line 52) | class Grandparent { method render (line 53) | render() { method render (line 82) | render() { method render (line 103) | render() { method render (line 202) | render() { method render (line 220) | render() { class Parent (line 58) | class Parent { method render (line 59) | render() { method render (line 88) | render() { method render (line 109) | render() { method render (line 193) | render() { method render (line 213) | render() { class Child (line 75) | class Child { method render (line 76) | render() { class Grandparent (line 81) | class Grandparent { method render (line 53) | render() { method render (line 82) | render() { method render (line 103) | render() { method render (line 202) | render() { method render (line 220) | render() { class Parent (line 87) | class Parent { method render (line 59) | render() { method render (line 88) | render() { method render (line 109) | render() { method render (line 193) | render() { method render (line 213) | render() { class Grandparent (line 102) | class Grandparent { method render (line 53) | render() { method render (line 82) | render() { method render (line 103) | render() { method render (line 202) | render() { method render (line 220) | render() { class Parent (line 108) | class Parent { method render (line 59) | render() { method render (line 88) | render() { method render (line 109) | render() { method render (line 193) | render() { method render (line 213) | render() { class MyComponent (line 123) | class MyComponent { method render (line 124) | render() { method render (line 134) | render() { method render (line 147) | render() { method render (line 160) | render() { method render (line 233) | render() { method render (line 248) | render() { class MyComponent (line 133) | class MyComponent { method render (line 124) | render() { method render (line 134) | render() { method render (line 147) | render() { method render (line 160) | render() { method render (line 233) | render() { method render (line 248) | render() { class MyComponent (line 146) | class MyComponent { method render (line 124) | render() { method render (line 134) | render() { method render (line 147) | render() { method render (line 160) | render() { method render (line 233) | render() { method render (line 248) | render() { class MyComponent (line 159) | class MyComponent { method render (line 124) | render() { method render (line 134) | render() { method render (line 147) | render() { method render (line 160) | render() { method render (line 233) | render() { method render (line 248) | render() { class Parent (line 192) | class Parent { method render (line 59) | render() { method render (line 88) | render() { method render (line 109) | render() { method render (line 193) | render() { method render (line 213) | render() { class Grandparent (line 201) | class Grandparent { method render (line 53) | render() { method render (line 82) | render() { method render (line 103) | render() { method render (line 202) | render() { method render (line 220) | render() { class Parent (line 212) | class Parent { method render (line 59) | render() { method render (line 88) | render() { method render (line 109) | render() { method render (line 193) | render() { method render (line 213) | render() { class Grandparent (line 219) | class Grandparent { method render (line 53) | render() { method render (line 82) | render() { method render (line 103) | render() { method render (line 202) | render() { method render (line 220) | render() { class MyComponent (line 232) | class MyComponent { method render (line 124) | render() { method render (line 134) | render() { method render (line 147) | render() { method render (line 160) | render() { method render (line 233) | render() { method render (line 248) | render() { class MyComponent (line 246) | class MyComponent { method render (line 124) | render() { method render (line 134) | render() { method render (line 147) | render() { method render (line 160) | render() { method render (line 233) | render() { method render (line 248) | render() { FILE: packages/rax-clone-element/src/index.js constant RESERVED_PROPS (line 5) | const RESERVED_PROPS = { function cloneElement (line 10) | function cloneElement(element, config, ...children) { FILE: packages/rax-create-class/src/__tests__/createClass.js function createNodeElement (line 12) | function createNodeElement(tagName) { method getInitialState (line 93) | getInitialState() { method render (line 96) | render() { method getChildContext (line 105) | getChildContext() { method render (line 108) | render() { FILE: packages/rax-create-class/src/index.js constant AUTOBIND_BLACKLIST (line 3) | const AUTOBIND_BLACKLIST = { function collateMixins (line 15) | function collateMixins(mixins) { function flattenHooks (line 34) | function flattenHooks(key, hooks) { function applyMixins (line 57) | function applyMixins(proto, mixins) { function createReactClass (line 65) | function createReactClass(spec) { FILE: packages/rax-create-factory/src/__tests__/createFactory.js function createNodeElement (line 11) | function createNodeElement(tagName) { class ComponentClass (line 30) | class ComponentClass extends Component { method render (line 31) | render() { FILE: packages/rax-create-factory/src/index.js function createFactory (line 3) | function createFactory(type) { FILE: packages/rax-create-portal/src/__tests__/createPortal.js function createNodeElement (line 13) | function createNodeElement(tagName) { class Sub (line 58) | class Sub extends Component { method render (line 63) | render() { method render (line 101) | render() { method render (line 145) | render() { class Parent (line 68) | class Parent extends Component { method getChildContext (line 73) | getChildContext() { method render (line 79) | render() { method getChildContext (line 112) | getChildContext() { method render (line 119) | render() { method getChildContext (line 157) | getChildContext() { method render (line 164) | render() { class Sub (line 95) | class Sub extends Component { method render (line 63) | render() { method render (line 101) | render() { method render (line 145) | render() { class Parent (line 106) | class Parent extends Component { method getChildContext (line 73) | getChildContext() { method render (line 79) | render() { method getChildContext (line 112) | getChildContext() { method render (line 119) | render() { method getChildContext (line 157) | getChildContext() { method render (line 164) | render() { class Sub (line 140) | class Sub extends Component { method render (line 63) | render() { method render (line 101) | render() { method render (line 145) | render() { class Parent (line 152) | class Parent extends Component { method getChildContext (line 73) | getChildContext() { method render (line 79) | render() { method getChildContext (line 112) | getChildContext() { method render (line 119) | render() { method getChildContext (line 157) | getChildContext() { method render (line 164) | render() { function Portal (line 217) | function Portal() { function App (line 222) | function App() { FILE: packages/rax-create-portal/src/index.js function Portal (line 4) | function Portal(props) { function createPortal (line 21) | function createPortal(element, container) { FILE: packages/rax-document/src/index.js function Root (line 3) | function Root(props, context) { function Manifest (line 17) | function Manifest(props, context) { function Data (line 36) | function Data(props, context) { function Style (line 47) | function Style(props, context) { function Script (line 53) | function Script(props, context) { function App (line 65) | function App(props, context) { FILE: packages/rax-dom/src/index.js function normalizeEventName (line 8) | function normalizeEventName(node, eventName, props) { method addEventListener (line 24) | addEventListener(node, eventName, eventHandler, props) { method removeEventListener (line 28) | removeEventListener(node, eventName, eventHandler, props) { FILE: packages/rax-find-dom-node/src/__tests__/findDOMNode.js function createNodeElement (line 11) | function createNodeElement(tagName) { method render (line 71) | render() {} method render (line 88) | render() {} method render (line 101) | render() {} class Foo (line 116) | class Foo extends Component { method render (line 117) | render() { class Bar (line 132) | class Bar extends Component { method componentWillMount (line 133) | componentWillMount() { method render (line 137) | render() { FILE: packages/rax-find-dom-node/src/index.js function findDOMNode (line 3) | function findDOMNode(instance) { FILE: packages/rax-get-element-by-id/src/index.js function getElementById (line 5) | function getElementById(id) { FILE: packages/rax-is-valid-element/src/index.js function isValidElement (line 1) | function isValidElement(object) { FILE: packages/rax-redux/src/components/Provider.js function Provider (line 5) | function Provider({ store, context, children }) { FILE: packages/rax-redux/src/components/connectAdvanced.js constant EMPTY_ARRAY (line 20) | const EMPTY_ARRAY = []; constant NO_SUBSCRIPTION_ARRAY (line 21) | const NO_SUBSCRIPTION_ARRAY = [null, null]; function storeStateUpdatesReducer (line 31) | function storeStateUpdatesReducer(state, action) { function connectAdvanced (line 50) | function connectAdvanced( FILE: packages/rax-redux/src/connect/connect.js function match (line 25) | function match(arg, factories, name) { function strictEqual (line 40) | function strictEqual(a, b) { function createConnect (line 46) | function createConnect({ FILE: packages/rax-redux/src/connect/mapDispatchToProps.js function whenMapDispatchToPropsIsFunction (line 4) | function whenMapDispatchToPropsIsFunction(mapDispatchToProps) { function whenMapDispatchToPropsIsMissing (line 10) | function whenMapDispatchToPropsIsMissing(mapDispatchToProps) { function whenMapDispatchToPropsIsObject (line 16) | function whenMapDispatchToPropsIsObject(mapDispatchToProps) { FILE: packages/rax-redux/src/connect/mapStateToProps.js function whenMapStateToPropsIsFunction (line 3) | function whenMapStateToPropsIsFunction(mapStateToProps) { function whenMapStateToPropsIsMissing (line 9) | function whenMapStateToPropsIsMissing(mapStateToProps) { FILE: packages/rax-redux/src/connect/mergeProps.js function defaultMergeProps (line 3) | function defaultMergeProps(stateProps, dispatchProps, ownProps) { function wrapMergePropsFunc (line 7) | function wrapMergePropsFunc(mergeProps) { function whenMergePropsIsFunction (line 34) | function whenMergePropsIsFunction(mergeProps) { function whenMergePropsIsOmitted (line 40) | function whenMergePropsIsOmitted(mergeProps) { FILE: packages/rax-redux/src/connect/selectorFactory.js function impureFinalPropsSelectorFactory (line 3) | function impureFinalPropsSelectorFactory( function pureFinalPropsSelectorFactory (line 18) | function pureFinalPropsSelectorFactory( function finalPropsSelectorFactory (line 100) | function finalPropsSelectorFactory( FILE: packages/rax-redux/src/connect/verifySubselectors.js function verify (line 3) | function verify(selector, methodName, displayName) { function verifySubselectors (line 18) | function verifySubselectors( FILE: packages/rax-redux/src/connect/wrapMapToProps.js function wrapMapToPropsConstant (line 3) | function wrapMapToPropsConstant(getConstant) { function getDependsOnOwnProps (line 22) | function getDependsOnOwnProps(mapToProps) { function wrapMapToPropsFunc (line 41) | function wrapMapToPropsFunc(mapToProps, methodName) { FILE: packages/rax-redux/src/hooks/useDispatch.js function createDispatchHook (line 10) | function createDispatchHook(context = ReactReduxContext) { FILE: packages/rax-redux/src/hooks/useReduxContext.js function useReduxContext (line 21) | function useReduxContext() { FILE: packages/rax-redux/src/hooks/useSelector.js function useSelectorWithStoreAndSubscription (line 31) | function useSelectorWithStoreAndSubscription( function createSelectorHook (line 113) | function createSelectorHook(context = ReactReduxContext) { FILE: packages/rax-redux/src/hooks/useStore.js function createStoreHook (line 11) | function createStoreHook(context = ReactReduxContext) { FILE: packages/rax-redux/src/utils/Subscription.js constant CLEARED (line 7) | const CLEARED = null; method notify (line 8) | notify() {} function createListenerCollection (line 10) | function createListenerCollection() { class Subscription (line 52) | class Subscription { method constructor (line 53) | constructor(store, parentSub) { method addNestedSub (line 62) | addNestedSub(listener) { method notifyNestedSubs (line 67) | notifyNestedSubs() { method handleChangeWrapper (line 71) | handleChangeWrapper() { method isSubscribed (line 77) | isSubscribed() { method trySubscribe (line 81) | trySubscribe() { method tryUnsubscribe (line 91) | tryUnsubscribe() { FILE: packages/rax-redux/src/utils/batch.js function defaultNoopBatch (line 2) | function defaultNoopBatch(callback) { FILE: packages/rax-redux/src/utils/hoistNonReactStatics.js constant REACT_STATICS (line 3) | const REACT_STATICS = { constant KNOWN_STATICS (line 16) | const KNOWN_STATICS = { function hoistNonReactStatics (line 26) | function hoistNonReactStatics(targetComponent, sourceComponent) { FILE: packages/rax-redux/src/utils/isPlainObject.js function isPlainObject (line 5) | function isPlainObject(obj) { FILE: packages/rax-redux/src/utils/isValidElementType.js function isValidElementType (line 1) | function isValidElementType(type) { FILE: packages/rax-redux/src/utils/shallowEqual.js function is (line 3) | function is(x, y) { function shallowEqual (line 11) | function shallowEqual(objA, objB) { FILE: packages/rax-redux/src/utils/verifyPlainObject.js function verifyPlainObject (line 4) | function verifyPlainObject(value, displayName, methodName) { FILE: packages/rax-redux/src/utils/warning.js function warning (line 7) | function warning(message) { FILE: packages/rax-redux/src/utils/wrapActionCreators.js function wrapActionCreators (line 3) | function wrapActionCreators(actionCreators) { FILE: packages/rax-server-renderer/src/CSSProperty.js constant TRUE (line 1) | const TRUE = true; constant UNITLESS_NUMBER_PROPS (line 6) | const UNITLESS_NUMBER_PROPS = { function prefixKey (line 59) | function prefixKey(prefix, key) { FILE: packages/rax-server-renderer/src/__tests__/attributes.js function MyComponent (line 10) | function MyComponent() { function MyComponent (line 19) | function MyComponent() { function MyComponent (line 28) | function MyComponent() { function MyComponent (line 37) | function MyComponent() { function MyComponent (line 46) | function MyComponent() { function MyComponent (line 57) | function MyComponent() { function MyComponent (line 66) | function MyComponent() { function MyComponent (line 77) | function MyComponent() { function MyComponent (line 86) | function MyComponent() { function MyComponent (line 95) | function MyComponent() { function MyComponent (line 104) | function MyComponent() { function MyComponent (line 113) | function MyComponent() { function MyComponent (line 122) | function MyComponent() { function MyComponent (line 131) | function MyComponent() { function MyComponent (line 140) | function MyComponent() { function MyComponent (line 149) | function MyComponent() { function MyComponent (line 158) | function MyComponent() { function MyComponent (line 168) | function MyComponent() { function MyComponent (line 177) | function MyComponent() { function MyComponent (line 188) | function MyComponent() { function MyComponent (line 197) | function MyComponent() { function MyComponent (line 206) | function MyComponent() { function MyComponent (line 215) | function MyComponent() { function MyComponent (line 224) | function MyComponent() { function MyComponent (line 233) | function MyComponent() { function MyComponent (line 242) | function MyComponent() { function MyComponent (line 251) | function MyComponent() { function MyComponent (line 261) | function MyComponent() { function MyComponent (line 270) | function MyComponent() { function MyComponent (line 281) | function MyComponent() { function MyComponent (line 290) | function MyComponent() { function MyComponent (line 299) | function MyComponent() { function MyComponent (line 308) | function MyComponent() { function MyComponent (line 317) | function MyComponent() { function MyComponent (line 326) | function MyComponent() { function MyComponent (line 335) | function MyComponent() { function MyComponent (line 350) | function MyComponent() { function MyComponent (line 359) | function MyComponent() { function MyComponent (line 368) | function MyComponent() { function MyComponent (line 378) | function MyComponent() { function MyComponent (line 387) | function MyComponent() { function MyComponent (line 397) | function MyComponent() { function MyComponent (line 407) | function MyComponent() { function MyComponent (line 418) | function MyComponent() { function MyComponent (line 427) | function MyComponent() { function MyComponent (line 436) | function MyComponent() { function MyComponent (line 445) | function MyComponent() { function MyComponent (line 460) | function MyComponent() { function MyComponent (line 469) | function MyComponent() { function MyComponent (line 478) | function MyComponent() { function MyComponent (line 487) | function MyComponent() { function MyComponent (line 498) | function MyComponent() { function MyComponent (line 507) | function MyComponent() { function MyComponent (line 518) | function MyComponent() { function MyComponent (line 529) | function MyComponent() { function MyComponent (line 542) | function MyComponent() { function MyComponent (line 551) | function MyComponent() { function MyComponent (line 560) | function MyComponent() { function MyComponent (line 569) | function MyComponent() { function MyComponent (line 578) | function MyComponent() { function MyComponent (line 587) | function MyComponent() { function MyComponent (line 596) | function MyComponent() { function MyComponent (line 605) | function MyComponent() { function MyComponent (line 614) | function MyComponent() { function MyComponent (line 623) | function MyComponent() { function MyComponent (line 632) | function MyComponent() { function MyComponent (line 643) | function MyComponent() { function MyComponent (line 654) | function MyComponent() { function MyComponent (line 663) | function MyComponent() { function MyComponent (line 672) | function MyComponent() { function MyComponent (line 684) | function MyComponent() { function MyComponent (line 693) | function MyComponent() { function MyComponent (line 702) | function MyComponent() { function MyComponent (line 711) | function MyComponent() { function MyComponent (line 720) | function MyComponent() { function MyComponent (line 729) | function MyComponent() { function MyComponent (line 738) | function MyComponent() { function MyComponent (line 747) | function MyComponent() { function MyComponent (line 756) | function MyComponent() { function MyComponent (line 765) | function MyComponent() { function MyComponent (line 774) | function MyComponent() { FILE: packages/rax-server-renderer/src/__tests__/basic.js function MyComponent (line 9) | function MyComponent() { function MyComponent (line 18) | function MyComponent() { function MyComponent (line 27) | function MyComponent() { function MyComponent (line 40) | function MyComponent() { function MyComponent (line 49) | function MyComponent() { function MyComponent (line 60) | function MyComponent() { function MyComponent (line 69) | function MyComponent() { function MyComponent (line 85) | function MyComponent() { function MyComponent (line 99) | function MyComponent() { FILE: packages/rax-server-renderer/src/__tests__/context.js class Parent (line 13) | class Parent extends Component { method render (line 14) | render() { method render (line 135) | render() { method getChildContext (line 259) | getChildContext() { method render (line 262) | render() { method getChildContext (line 309) | getChildContext() { method render (line 312) | render() { class ClassChildWithContext (line 32) | class ClassChildWithContext extends Component { method render (line 33) | render() { method render (line 273) | render() { function FunctionChildWithContext (line 52) | function FunctionChildWithContext(props) { class ClassChildWithWrongContext (line 66) | class ClassChildWithWrongContext extends Component { method render (line 67) | render() { function FunctionChildWithWrongContext (line 82) | function FunctionChildWithWrongContext(props) { function Grandchild (line 92) | function Grandchild(props) { function Grandchild (line 112) | function Grandchild(props) { class Parent (line 134) | class Parent extends Component { method render (line 14) | render() { method render (line 135) | render() { method getChildContext (line 259) | getChildContext() { method render (line 262) | render() { method getChildContext (line 309) | getChildContext() { method render (line 312) | render() { function Child (line 144) | function Child() { function Provider (line 228) | function Provider() { function FnConsumer (line 236) | function FnConsumer() { class Parent (line 258) | class Parent extends Component { method render (line 14) | render() { method render (line 135) | render() { method getChildContext (line 259) | getChildContext() { method render (line 262) | render() { method getChildContext (line 309) | getChildContext() { method render (line 312) | render() { class ClassChildWithContext (line 272) | class ClassChildWithContext extends Component { method render (line 33) | render() { method render (line 273) | render() { function FunctionChildWithContext (line 291) | function FunctionChildWithContext(props, context) { class Parent (line 308) | class Parent extends Component { method render (line 14) | render() { method render (line 135) | render() { method getChildContext (line 259) | getChildContext() { method render (line 262) | render() { method getChildContext (line 309) | getChildContext() { method render (line 312) | render() { function FunctionChildWithContext (line 321) | function FunctionChildWithContext(props, context) { function FunctionChildWithContext (line 337) | function FunctionChildWithContext(props, context) { function FunctionChildWithContext (line 353) | function FunctionChildWithContext(props, context) { FILE: packages/rax-server-renderer/src/__tests__/elements.js class X (line 111) | class X extends Component { method render (line 112) | render() { function Y (line 117) | function Y() { function Z (line 121) | function Z() { method toString (line 349) | toString() { class ClassComponent (line 405) | class ClassComponent extends Component { method render (line 406) | render() { class UndefinedComponent (line 559) | class UndefinedComponent extends Component { method render (line 560) | render() { class ObjectComponent (line 580) | class ObjectComponent extends Component { method render (line 581) | render() { FILE: packages/rax-server-renderer/src/__tests__/hooks.js function Text (line 6) | function Text(props) { function Counter (line 13) | function Counter(props) { function Counter (line 23) | function Counter(props) { function Counter (line 35) | function Counter() { function reducer (line 50) | function reducer(state, action) { function Counter (line 54) | function Counter() { function reducer (line 64) | function reducer(state, action) { function Counter (line 67) | function Counter() { function reducer (line 77) | function reducer(state, action) { function Counter (line 80) | function Counter() { function CapitalizedText (line 96) | function CapitalizedText(props) { function CapitalizedText (line 112) | function CapitalizedText(props) { function computeA (line 117) | function computeA() { function Counter (line 128) | function Counter() { function Counter (line 140) | function Counter(props) { function Counter (line 154) | function Counter(props) { function Counter (line 166) | function Counter(props) { function Counter (line 180) | function Counter(props, ref) { function Counter (line 198) | function Counter() { function Provider (line 215) | function Provider(props) { function FooAndBar (line 224) | function FooAndBar() { function Baz (line 230) | function Baz() { class Indirection (line 235) | class Indirection extends Component { method render (line 236) | render() { function App (line 241) | function App(props) { FILE: packages/rax-server-renderer/src/__tests__/lifecycle.js class TestComponent (line 10) | class TestComponent extends Component { method constructor (line 11) | constructor(props) { method componentWillMount (line 17) | componentWillMount() { method componentDidMount (line 21) | componentDidMount() { method render (line 25) | render() { method componentDidUpdate (line 30) | componentDidUpdate() { method shouldComponentUpdate (line 34) | shouldComponentUpdate() { method UNSAFE_componentWillReceiveProps (line 38) | UNSAFE_componentWillReceiveProps() { method componentWillUnmount (line 42) | componentWillUnmount() { FILE: packages/rax-server-renderer/src/__tests__/memo.js function App (line 11) | function App(props) { function Outer (line 20) | function Outer(props) { FILE: packages/rax-server-renderer/src/__tests__/refs.js function MyComponent (line 8) | function MyComponent() { function MyComponent (line 19) | function MyComponent() { FILE: packages/rax-server-renderer/src/__tests__/renderToString.js class MyComponent (line 8) | class MyComponent { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { class MyComponent (line 19) | class MyComponent { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { class MyComponent (line 34) | class MyComponent { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyComponent (line 45) | function MyComponent(props, context) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyComponent (line 54) | function MyComponent(props, context) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyComponent (line 63) | function MyComponent(props, context) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyComponent (line 72) | function MyComponent(props, context) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyComponent (line 81) | function MyComponent(props) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyComponent (line 94) | function MyComponent(props) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyContext (line 113) | function MyContext() { function MyComponent (line 121) | function MyComponent() { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyContext (line 136) | function MyContext() { function MyComponent (line 144) | function MyComponent() { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyComponent (line 159) | function MyComponent() { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function reducer (line 174) | function reducer(state, action) { function MyComponent (line 189) | function MyComponent({initialCount}) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function View (line 201) | function View(props) { function MyComponent (line 207) | function MyComponent(props) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyComponent (line 240) | function MyComponent(props) { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyContext (line 261) | function MyContext() { function MyComponent (line 269) | function MyComponent() { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyContext (line 290) | function MyContext() { function MyComponent (line 298) | function MyComponent() { method render (line 9) | render() { method render (line 20) | render() { method render (line 35) | render() { function MyContext2 (line 306) | function MyContext2() { function App (line 314) | function App() { function MyContext (line 330) | function MyContext() { function MyContext2 (line 336) | function MyContext2() { function App (line 344) | function App() { class ErrorBoundary (line 358) | class ErrorBoundary extends Component { method constructor (line 359) | constructor(props) { method componentDidCatch (line 363) | componentDidCatch(error, errorInfo) { method render (line 367) | render() { method constructor (line 393) | constructor(props) { method componentDidCatch (line 397) | componentDidCatch(error, errorInfo) { method render (line 401) | render() { function MyWidget (line 372) | function MyWidget() { function App (line 376) | function App() { class ErrorBoundary (line 392) | class ErrorBoundary extends Component { method constructor (line 359) | constructor(props) { method componentDidCatch (line 363) | componentDidCatch(error, errorInfo) { method render (line 367) | render() { method constructor (line 393) | constructor(props) { method componentDidCatch (line 397) | componentDidCatch(error, errorInfo) { method render (line 401) | render() { function MyWidget (line 406) | function MyWidget() { function App (line 410) | function App() { FILE: packages/rax-server-renderer/src/__tests__/styles.js function MyComponent (line 96) | function MyComponent(props, context) { function MyComponent (line 115) | function MyComponent(props, context) { function MyComponent (line 136) | function MyComponent(props, context) { function MyComponent (line 173) | function MyComponent(props, context) { function MyComponent (line 217) | function MyComponent(props, context) { function MyComponent (line 231) | function MyComponent(props, context) { function MyComponent (line 252) | function MyComponent(props, context) { function MyComponent (line 273) | function MyComponent(props, context) { FILE: packages/rax-server-renderer/src/attribute.js constant STRING (line 3) | const STRING = 1; constant BOOLEANISH_STRING (line 9) | const BOOLEANISH_STRING = 2; constant BOOLEAN (line 14) | const BOOLEAN = 3; constant OVERLOADED_BOOLEAN (line 20) | const OVERLOADED_BOOLEAN = 4; constant NUMERIC (line 24) | const NUMERIC = 5; constant POSITIVE_NUMERIC (line 28) | const POSITIVE_NUMERIC = 6; function getPropertyInfo (line 32) | function getPropertyInfo(prop) { function shouldRemoveAttribute (line 36) | function shouldRemoveAttribute(prop, value) { FILE: packages/rax-server-renderer/src/index.js constant EMPTY_OBJECT (line 6) | const EMPTY_OBJECT = {}; constant VOID_ELEMENTS (line 8) | const VOID_ELEMENTS = { constant TEXT_SPLIT_COMMENT (line 25) | const TEXT_SPLIT_COMMENT = ''; constant ERROR_COMMENT (line 26) | const ERROR_COMMENT = ''; constant ESCAPE_LOOKUP (line 28) | const ESCAPE_LOOKUP = { constant ESCAPE_REGEXP (line 36) | const ESCAPE_REGEXP = /[&><"']/g; constant ESCAPE_TEST_REGEXP (line 37) | const ESCAPE_TEST_REGEXP = /[&><"']/; function escaper (line 38) | function escaper(match) { function escapeText (line 42) | function escapeText(text) { function merge (line 50) | function merge(target) { constant DEFAULT_STYLE_OPTIONS (line 62) | const DEFAULT_STYLE_OPTIONS = { constant UPPERCASE_REGEXP (line 67) | const UPPERCASE_REGEXP = /[A-Z]/g; constant NUMBER_REGEXP (line 68) | const NUMBER_REGEXP = /^[0-9]*$/; function styleToCSS (line 71) | function styleToCSS(style, options = {}) { function createMarkupForProperty (line 105) | function createMarkupForProperty(prop, value, options) { function propsToString (line 153) | function propsToString(props, options) { function checkContext (line 180) | function checkContext(element) { method setState (line 195) | setState(component, partialState, callback) { method forceState (line 204) | forceState(component, callback) { class ServerReactiveComponent (line 212) | class ServerReactiveComponent { method constructor (line 213) | constructor(pureRender, ref) { method getHooks (line 228) | getHooks() { method getHookID (line 232) | getHookID() { method useContext (line 236) | useContext(context) { method render (line 246) | render() { function createInstance (line 253) | function createInstance(element, context) { class ServerRenderer (line 294) | class ServerRenderer { method constructor (line 295) | constructor(options) { method renderElementToString (line 303) | renderElementToString(element, context) { function throwInValidElementError (line 455) | function throwInValidElementError(element) { function isPlainObject (line 462) | function isPlainObject(obj) { function renderToString (line 466) | function renderToString(element, options) { FILE: packages/rax-server/index.js method constructor (line 8) | constructor(options = {}) { method render (line 18) | async render(req, res, options) { method renderToHTML (line 25) | async renderToHTML(req, res, options = {}) { method logError (line 56) | logError(err) { function getParsedUrl (line 61) | function getParsedUrl(req, pathname, query) { class PageNotFoundError (line 75) | class PageNotFoundError extends Error { method constructor (line 76) | constructor(page) { function renderToHTML (line 82) | async function renderToHTML(req, res, options) { function renderShell (line 139) | async function renderShell(options) { function getInitialProps (line 165) | async function getInitialProps(Component, ctx) { FILE: packages/rax-set-native-props/src/flexbox.js constant BOX_ALIGN (line 1) | const BOX_ALIGN = { constant BOX_ORIENT (line 8) | const BOX_ORIENT = { constant BOX_PACK (line 13) | const BOX_PACK = { constant FLEX_PROPS (line 21) | const FLEX_PROPS = { method isFlexProp (line 32) | isFlexProp(prop) { method display (line 35) | display(value, style = {}) { method flex (line 44) | flex(value, style = {}) { method flexWrap (line 50) | flexWrap(value, style = {}) { method alignItems (line 55) | alignItems(value, style = {}) { method alignSelf (line 61) | alignSelf(value, style = {}) { method flexDirection (line 66) | flexDirection(value, style = {}) { method justifyContent (line 72) | justifyContent(value, style = {}) { FILE: packages/rax-set-native-props/src/index.js constant ADD_EVENT (line 6) | const ADD_EVENT = 'addEvent'; constant DANGEROUSLY_SET_INNER_HTML (line 7) | const DANGEROUSLY_SET_INNER_HTML = 'dangerouslySetInnerHTML'; constant CLASS_NAME (line 8) | const CLASS_NAME = 'className'; constant CLASS (line 9) | const CLASS = 'class'; constant STYLE (line 10) | const STYLE = 'style'; constant CHILDREN (line 11) | const CHILDREN = 'children'; constant EVENT_PREFIX_REGEXP (line 12) | const EVENT_PREFIX_REGEXP = /^on[A-Z]/; function hasOwnProperty (line 16) | function hasOwnProperty(obj, key) { function setStyles (line 20) | function setStyles(node, styles) { function addEventListener (line 47) | function addEventListener(node, eventName, eventHandler, props) { function setAttribute (line 55) | function setAttribute(node, propKey, propValue) { function setNativeProps (line 82) | function setNativeProps(node, props = {}) { FILE: packages/rax-test-renderer/src/__tests__/renderer.js function Link (line 16) | function Link() { method render (line 29) | render() { class Link (line 28) | class Link extends Component { method render (line 29) | render() { function Empty (line 56) | function Empty() { class MyComponent (line 66) | class MyComponent extends Component { method render (line 69) | render() { method componentDidMount (line 80) | componentDidMount() { class Mouse (line 111) | class Mouse extends Component { method constructor (line 112) | constructor() { method handleMoose (line 116) | handleMoose() { method render (line 119) | render() { class Log (line 156) | class Log extends Component { method render (line 157) | render() { method componentDidMount (line 161) | componentDidMount() { method componentWillUnmount (line 164) | componentWillUnmount() { class Foo (line 184) | class Foo extends Component { method render (line 185) | render() { FILE: packages/rax-test-renderer/src/__tests__/snapshot.js constant STATUS (line 4) | const STATUS = { class Link (line 9) | class Link extends Component { method constructor (line 10) | constructor() { method _onMouseEnter (line 21) | _onMouseEnter() { method _onMouseLeave (line 25) | _onMouseLeave() { method render (line 29) | render() { FILE: packages/rax-test-renderer/src/escapeText.js constant ESCAPE_LOOKUP (line 1) | const ESCAPE_LOOKUP = { constant ESCAPE_REGEX (line 9) | const ESCAPE_REGEX = /[&><"']/g; function escaper (line 11) | function escaper(match) { function escapeText (line 15) | function escapeText(text) { FILE: packages/rax-test-renderer/src/renderer.js method create (line 11) | create(element) { FILE: packages/rax-test-renderer/src/serializer.js constant ELEMENT_NODE (line 4) | const ELEMENT_NODE = 1; constant TEXT_NODE (line 5) | const TEXT_NODE = 3; constant COMMENT_NODE (line 6) | const COMMENT_NODE = 8; constant OMITTED_CLOSE_TAGS (line 10) | const OMITTED_CLOSE_TAGS = { function quoteAttribute (line 34) | function quoteAttribute(prop, value) { function createOpenTagMarkup (line 38) | function createOpenTagMarkup(tagName, style, attributes) { class Serializer (line 57) | class Serializer { method constructor (line 58) | constructor(node) { method toJSON (line 63) | toJSON() { method toJSONChildren (line 67) | toJSONChildren(parentNode, isTopLevel) { method serialize (line 118) | serialize() { method serializeChildren (line 123) | serializeChildren(parentNode) { FILE: packages/rax-test-renderer/src/styleToCSS.js function styleToCSS (line 2) | function styleToCSS(style) { FILE: packages/rax-unmount-component-at-node/src/__tests__/unmountComponentAtNode.js method createElement (line 23) | createElement() { method removeAllEventListeners (line 28) | removeAllEventListeners() {} FILE: packages/rax-unmount-component-at-node/src/index.js function unmountComponentAtNode (line 5) | function unmountComponentAtNode(node) { FILE: packages/rax/src/__tests__/asyncUpdate.js function createNodeElement (line 11) | function createNodeElement(tagName) { class Child (line 36) | class Child extends Component { method componentDidMount (line 40) | componentDidMount() { method render (line 47) | render() { class App (line 52) | class App extends Component { method componentDidMount (line 56) | componentDidMount() { method render (line 63) | render() { method componentDidMount (line 95) | componentDidMount() { method render (line 102) | render() { function Child (line 81) | function Child() { method componentDidMount (line 40) | componentDidMount() { method render (line 47) | render() { class App (line 91) | class App extends Component { method componentDidMount (line 56) | componentDidMount() { method render (line 63) | render() { method componentDidMount (line 95) | componentDidMount() { method render (line 102) | render() { FILE: packages/rax/src/__tests__/createContext.js function createNodeElement (line 13) | function createNodeElement(tagName) { function Consumer (line 38) | function Consumer(props) { function App (line 46) | function App(props) { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { function Provider (line 66) | function Provider(props) { function Consumer (line 79) | function Consumer(props) { class Indirection (line 87) | class Indirection extends Component { method shouldComponentUpdate (line 88) | shouldComponentUpdate() { method render (line 91) | render() { method shouldComponentUpdate (line 134) | shouldComponentUpdate() { method render (line 137) | render() { method shouldComponentUpdate (line 185) | shouldComponentUpdate() { method render (line 188) | render() { function App (line 96) | function App(props) { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { class Indirection (line 133) | class Indirection extends Component { method shouldComponentUpdate (line 88) | shouldComponentUpdate() { method render (line 91) | render() { method shouldComponentUpdate (line 134) | shouldComponentUpdate() { method render (line 137) | render() { method shouldComponentUpdate (line 185) | shouldComponentUpdate() { method render (line 188) | render() { class Owner (line 141) | class Owner extends Component { method render (line 142) | render() { function App (line 162) | function App(props) { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { class Indirection (line 184) | class Indirection extends Component { method shouldComponentUpdate (line 88) | shouldComponentUpdate() { method render (line 91) | render() { method shouldComponentUpdate (line 134) | shouldComponentUpdate() { method render (line 137) | render() { method shouldComponentUpdate (line 185) | shouldComponentUpdate() { method render (line 188) | render() { class App (line 195) | class App extends Component { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { class Parent (line 226) | class Parent extends Component { method render (line 227) | render() { class App (line 232) | class App extends Component { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { function Child (line 267) | function Child() { function App (line 274) | function App(props) { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { function Child (line 300) | function Child() { class LegacyProvider (line 310) | class LegacyProvider extends Component { method getChildContext (line 315) | getChildContext() { method render (line 318) | render() { class App (line 325) | class App extends Component { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { class ThemeProvider (line 376) | class ThemeProvider extends Component { method render (line 380) | render() { function ThemeDisplay (line 386) | function ThemeDisplay(props) { function ThemeConsumer (line 391) | function ThemeConsumer() { function OtherChild (line 399) | function OtherChild() { function App (line 404) | function App() { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { function Provider (line 428) | function Provider(props) { function Consumer (line 441) | function Consumer(props) { function App (line 449) | function App(props) { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { function Provider (line 487) | function Provider(props) { function Consumer (line 500) | function Consumer(props) { function DynamicConsumer (line 510) | function DynamicConsumer(props) { function App (line 517) | function App(props) { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { function MyContext (line 543) | function MyContext() { function MyComponent (line 551) | function MyComponent() { function MyContext2 (line 559) | function MyContext2() { function App (line 567) | function App() { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { function MyContext (line 585) | function MyContext() { function MyContext2 (line 591) | function MyContext2() { function App (line 599) | function App() { method render (line 196) | render() { method render (line 233) | render() { method render (line 327) | render() { FILE: packages/rax/src/__tests__/createElement.js function createNodeElement (line 10) | function createNodeElement(tagName) { function renderToDocument (line 21) | function renderToDocument(element) { function Foo (line 38) | function Foo(props) { class ParentComp (line 57) | class ParentComp { method render (line 58) | render() { class InnerComponent (line 78) | class InnerComponent extends Component { method render (line 79) | render() { class ComponentWrapper (line 84) | class ComponentWrapper extends Component { method render (line 85) | render() { function Foo (line 147) | function Foo(props) { FILE: packages/rax/src/__tests__/forwardRef.js function createNodeElement (line 12) | function createNodeElement(tagName) { function FunctionComponent (line 34) | function FunctionComponent({forwardedRef, setRefOnDiv}) { function FunctionComponent (line 90) | function FunctionComponent({forwardedRef, optional, required}) { FILE: packages/rax/src/__tests__/fragment.js function createNodeElement (line 11) | function createNodeElement(tagName) { function F (line 109) | function F({ type }) { function G (line 116) | function G({ type }) { class App (line 123) | class App extends Component { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function F (line 152) | function F({ type }) { function G (line 159) | function G({ type }) { class App (line 166) | class App extends Component { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function F (line 208) | function F({ type }) { class App (line 215) | class App extends Component { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function App (line 239) | function App(props) { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function App (line 277) | function App(props) { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function App (line 300) | function App(props) { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function App (line 331) | function App(props) { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function App (line 366) | function App(props) { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function App (line 400) | function App(props) { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { function F (line 435) | function F({ type }) { class App (line 442) | class App extends Component { method render (line 124) | render() { method render (line 167) | render() { method render (line 216) | render() { method render (line 443) | render() { FILE: packages/rax/src/__tests__/hooks.js function createNodeElement (line 15) | function createNodeElement(tagName) { function App (line 39) | function App(props) { function Counter (line 54) | function Counter(props) { function Counter (line 73) | function Counter() { function Counter (line 101) | function Counter(props) { function Counter (line 135) | function Counter(props) { function Counter (line 184) | function Counter(props) { function Counter (line 223) | function Counter(props) { function Counter (line 265) | function Counter(props) { function Counter (line 307) | function Counter(props) { function Counter (line 337) | function Counter() { function Consumer (line 364) | function Consumer(props) { function App (line 372) | function App(props) { function Counter (line 391) | function Counter() { function Child (line 421) | function Child({text}) { function Parent (line 428) | function Parent() { function Child (line 532) | function Child({text}) { function Parent (line 540) | function Parent({theme}) { function ThemeProvider (line 610) | function ThemeProvider({children}) { function Child (line 619) | function Child({text}) { function Parent (line 625) | function Parent() { function Parent (line 690) | function Parent() { function Child (line 694) | function Child() { function App (line 701) | function App() { function useForceUpdate (line 731) | function useForceUpdate() { function Child (line 736) | function Child() { function App (line 747) | function App(props) { function ScrollView (line 763) | function ScrollView({row: newRow}) { function Counter (line 793) | function Counter({row: newRow}) { function Counter (line 819) | function Counter({row: newRow}) { function reducer (line 837) | function reducer(state, action) { function Counter (line 840) | function Counter({row: newRow}) { function reducerA (line 865) | function reducerA(state, action) { function reducerB (line 873) | function reducerB(state, action) { function Counter (line 881) | function Counter({row: newRow}, ref) { function reducer (line 932) | function reducer(state, action) { function Counter (line 943) | function Counter(props, ref) { function reducer (line 988) | function reducer(state, action) { function Text (line 999) | function Text(props) { function Counter (line 1004) | function Counter(props, ref) { function Child (line 1041) | function Child({text}) { function reducer (line 1046) | function reducer(state, action) { function Parent (line 1052) | function Parent() { function Counter (line 1114) | function Counter(props) { function LayoutEffect (line 1137) | function LayoutEffect(props) { function PassiveEffect (line 1144) | function PassiveEffect(props) { function PassiveEffect (line 1174) | function PassiveEffect(props) { function LayoutEffect (line 1181) | function LayoutEffect(props) { function Text (line 1211) | function Text(props) { function PassiveEffect (line 1215) | function PassiveEffect(props) { function LayoutEffect (line 1221) | function LayoutEffect(props) { function Text (line 1248) | function Text(props) { function getCommittedText (line 1252) | function getCommittedText() { function Counter (line 1256) | function Counter(props) { function Text (line 1289) | function Text(props) { function Counter (line 1293) | function Counter(props) { function Text (line 1323) | function Text(props) { function Counter (line 1327) | function Counter(props) { function Text (line 1358) | function Text(props) { function Counter (line 1363) | function Counter(props) { function Counter (line 1391) | function Counter(props) { function Counter (line 1429) | function Counter(props) { function Text (line 1464) | function Text(props) { function Counter (line 1468) | function Counter(props) { function Text (line 1499) | function Text(props) { function Counter (line 1503) | function Counter(props) { function Text (line 1528) | function Text(props) { function Counter (line 1532) | function Counter(props) { function Text (line 1565) | function Text(props) { function effect (line 1569) | function effect() { function Counter (line 1575) | function Counter(props) { function Text (line 1603) | function Text(props) { function Counter (line 1607) | function Counter(props) { function Text (line 1640) | function Text(props) { function Counter (line 1644) | function Counter(props) { function Text (line 1682) | function Text(props) { function Counter (line 1686) | function Counter({count}) { function App (line 1739) | function App() { function Counter (line 1770) | function Counter(props) { function Text (line 1817) | function Text(props) { function CapitalizedText (line 1822) | function CapitalizedText(props) { function Text (line 1858) | function Text(props) { function LazyCompute (line 1862) | function LazyCompute(props) { function computeA (line 1867) | function computeA() { function computeB (line 1872) | function computeB() { function Text (line 1897) | function Text(props) { function LazyCompute (line 1901) | function LazyCompute(props) { function compute (line 1912) | function compute(val) { function Text (line 1935) | function Text(props) { function reducer (line 1940) | function reducer(state, action) { function Counter (line 1944) | function Counter(props, ref) { function Text (line 1967) | function Text(props) { function reducer (line 1972) | function reducer(state, action) { function Counter (line 1976) | function Counter(props, ref) { function Text (line 1998) | function Text(props) { function reducer (line 2003) | function reducer(state, action) { function Counter (line 2008) | function Counter(props, ref) { FILE: packages/rax/src/__tests__/memo.js function createNodeElement (line 10) | function createNodeElement(tagName) { function App (line 34) | function App(props) { function Outer (line 41) | function Outer(props) { FILE: packages/rax/src/__tests__/render.js function createNodeElement (line 10) | function createNodeElement(tagName) { method createElement (line 35) | createElement() { method createBody (line 38) | createBody() { method beforeRender (line 74) | beforeRender() { method afterRender (line 77) | afterRender() { class App (line 121) | class App extends Component { method componentDidMount (line 122) | componentDidMount() { method render (line 129) | render() { FILE: packages/rax/src/constant.js constant INTERNAL (line 3) | const INTERNAL = '_internal'; constant INSTANCE (line 4) | const INSTANCE = '_instance'; constant NATIVE_NODE (line 5) | const NATIVE_NODE = '_nativeNode'; constant RENDERED_COMPONENT (line 6) | const RENDERED_COMPONENT = '_renderedComponent'; FILE: packages/rax/src/createContext.js function createContext (line 9) | function createContext(defaultValue) { FILE: packages/rax/src/createElement.js constant RESERVED_PROPS (line 8) | const RESERVED_PROPS = { function createElement (line 13) | function createElement(type, config, children) { FILE: packages/rax/src/createRef.js function createRef (line 1) | function createRef() { FILE: packages/rax/src/debug/dump.js constant INDENTATION_SIZE (line 4) | const INDENTATION_SIZE = 2; constant MAX_DEPTH (line 5) | const MAX_DEPTH = 2; constant MAX_STRING_LENGTH (line 6) | const MAX_STRING_LENGTH = 50; function dumpTree (line 13) | function dumpTree() { function getDumpTree (line 21) | function getDumpTree() { function dumpNode (line 33) | function dumpNode(node, identation) { function isNormalProp (line 70) | function isNormalProp(name) { function convertObject (line 81) | function convertObject(object, depth) { function convertValue (line 98) | function convertValue(value, depth = 0) { function possiblyEllipsis (line 118) | function possiblyEllipsis(value) { function indent (line 126) | function indent(size) { FILE: packages/rax/src/debug/getComponentTree.js constant CURRENT_ELEMENT (line 3) | const CURRENT_ELEMENT = '__currentElement'; function getComponentTree (line 5) | function getComponentTree(element) { function childrenList (line 90) | function childrenList(children) { FILE: packages/rax/src/devtools/index.js method getClosestInstanceFromNode (line 8) | getClosestInstanceFromNode(node) { method getNodeFromInstance (line 11) | getNodeFromInstance(inst) { method _instancesByReactRootID (line 25) | get _instancesByReactRootID() { FILE: packages/rax/src/devtools/reconciler.js method mountComponent (line 5) | mountComponent() {} method receiveComponent (line 6) | receiveComponent() {} method unmountComponent (line 7) | unmountComponent() {} method renderNewRootComponent (line 10) | renderNewRootComponent() {} FILE: packages/rax/src/error.js function createMinifiedError (line 5) | function createMinifiedError(type, code, obj) { function getTypeInfo (line 10) | function getTypeInfo(obj) { function getRenderErrorInfo (line 14) | function getRenderErrorInfo() { function throwMinifiedError (line 28) | function throwMinifiedError(code, obj) { function throwMinifiedWarn (line 40) | function throwMinifiedWarn(code, obj) { function throwError (line 47) | function throwError(message, obj) { FILE: packages/rax/src/fragment.js function Fragment (line 1) | function Fragment(props) { FILE: packages/rax/src/hooks.js function getCurrentInstance (line 8) | function getCurrentInstance() { function getCurrentRenderingInstance (line 12) | function getCurrentRenderingInstance() { function areInputsEqual (line 25) | function areInputsEqual(inputs, prevInputs) { function useState (line 39) | function useState(initialState) { function useContext (line 93) | function useContext(context) { function useEffect (line 98) | function useEffect(effect, inputs) { function useLayoutEffect (line 102) | function useLayoutEffect(effect, inputs) { function useEffectImpl (line 106) | function useEffectImpl(effect, inputs, defered) { function useImperativeHandle (line 190) | function useImperativeHandle(ref, create, inputs) { function useRef (line 206) | function useRef(initialValue) { function useCallback (line 220) | function useCallback(callback, inputs) { function useMemo (line 224) | function useMemo(create, inputs) { function useReducer (line 242) | function useReducer(reducer, initialArg, init) { FILE: packages/rax/src/invokeFunctionsWithContext.js function invokeFunctionsWithContext (line 1) | function invokeFunctionsWithContext(fns, context, value) { FILE: packages/rax/src/memo.js function memo (line 3) | function memo(type, compare) { FILE: packages/rax/src/render.js function render (line 9) | function render(element, container, options, callback) { FILE: packages/rax/src/toArray.js function toArray (line 3) | function toArray(obj) { FILE: packages/rax/src/types.js function isNull (line 1) | function isNull(obj) { function isFunction (line 5) | function isFunction(obj) { function isObject (line 9) | function isObject(obj) { function isPlainObject (line 13) | function isPlainObject(obj) { function isArray (line 17) | function isArray(array) { function isString (line 21) | function isString(string) { function isNumber (line 25) | function isNumber(string) { function isFalsy (line 29) | function isFalsy(val) { constant EMPTY_OBJECT (line 34) | const EMPTY_OBJECT = {}; FILE: packages/rax/src/validateChildKeys.js function getCurrentComponentErrorInfo (line 12) | function getCurrentComponentErrorInfo(parentType) { function isValidElement (line 35) | function isValidElement(object) { function validateExplicitKey (line 39) | function validateExplicitKey(element, parentType) { function validateChildKeys (line 68) | function validateChildKeys(node, parentType) { FILE: packages/rax/src/vdom/__tests__/component.js class Foo (line 8) | class Foo extends Component { } method render (line 21) | render() { method render (line 34) | render() { method constructor (line 48) | constructor(props) { method render (line 52) | render() { class Foo (line 13) | class Foo extends Component { } method render (line 21) | render() { method render (line 34) | render() { method constructor (line 48) | constructor(props) { method render (line 52) | render() { class Foo (line 20) | class Foo extends Component { method render (line 21) | render() { method render (line 34) | render() { method constructor (line 48) | constructor(props) { method render (line 52) | render() { class Foo (line 33) | class Foo extends Component { method render (line 21) | render() { method render (line 34) | render() { method constructor (line 48) | constructor(props) { method render (line 52) | render() { class Foo (line 47) | class Foo extends Component { method render (line 21) | render() { method render (line 34) | render() { method constructor (line 48) | constructor(props) { method render (line 52) | render() { FILE: packages/rax/src/vdom/__tests__/composite.js function createNodeElement (line 10) | function createNodeElement(tagName) { class MyComponent (line 32) | class MyComponent extends Component { method render (line 39) | render() { method render (line 223) | render() { method render (line 1179) | render() { class Foo (line 58) | class Foo extends Component { method constructor (line 59) | constructor() { method componentWillMount (line 63) | componentWillMount() { method render (line 68) | render() { method constructor (line 83) | constructor() { method componentWillMount (line 87) | componentWillMount() { method componentWillReceiveProps (line 94) | componentWillReceiveProps() { method render (line 101) | render() { method constructor (line 122) | constructor() { method componentDidMount (line 128) | componentDidMount() { method componentDidUpdate (line 136) | componentDidUpdate() { method render (line 146) | render() { method constructor (line 161) | constructor() { method componentWillMount (line 165) | componentWillMount() { method componentDidMount (line 169) | componentDidMount() { method componentWillReceiveProps (line 172) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 178) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 182) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 185) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 188) | componentWillUnmount() { method render (line 191) | render() { method componentDidMount (line 881) | componentDidMount() { method componentDidUpdate (line 888) | componentDidUpdate() { method render (line 898) | render() { method componentDidMount (line 937) | componentDidMount() { method render (line 946) | render() { class Foo (line 82) | class Foo extends Component { method constructor (line 59) | constructor() { method componentWillMount (line 63) | componentWillMount() { method render (line 68) | render() { method constructor (line 83) | constructor() { method componentWillMount (line 87) | componentWillMount() { method componentWillReceiveProps (line 94) | componentWillReceiveProps() { method render (line 101) | render() { method constructor (line 122) | constructor() { method componentDidMount (line 128) | componentDidMount() { method componentDidUpdate (line 136) | componentDidUpdate() { method render (line 146) | render() { method constructor (line 161) | constructor() { method componentWillMount (line 165) | componentWillMount() { method componentDidMount (line 169) | componentDidMount() { method componentWillReceiveProps (line 172) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 178) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 182) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 185) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 188) | componentWillUnmount() { method render (line 191) | render() { method componentDidMount (line 881) | componentDidMount() { method componentDidUpdate (line 888) | componentDidUpdate() { method render (line 898) | render() { method componentDidMount (line 937) | componentDidMount() { method render (line 946) | render() { class Foo (line 121) | class Foo extends Component { method constructor (line 59) | constructor() { method componentWillMount (line 63) | componentWillMount() { method render (line 68) | render() { method constructor (line 83) | constructor() { method componentWillMount (line 87) | componentWillMount() { method componentWillReceiveProps (line 94) | componentWillReceiveProps() { method render (line 101) | render() { method constructor (line 122) | constructor() { method componentDidMount (line 128) | componentDidMount() { method componentDidUpdate (line 136) | componentDidUpdate() { method render (line 146) | render() { method constructor (line 161) | constructor() { method componentWillMount (line 165) | componentWillMount() { method componentDidMount (line 169) | componentDidMount() { method componentWillReceiveProps (line 172) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 178) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 182) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 185) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 188) | componentWillUnmount() { method render (line 191) | render() { method componentDidMount (line 881) | componentDidMount() { method componentDidUpdate (line 888) | componentDidUpdate() { method render (line 898) | render() { method componentDidMount (line 937) | componentDidMount() { method render (line 946) | render() { class Foo (line 160) | class Foo extends Component { method constructor (line 59) | constructor() { method componentWillMount (line 63) | componentWillMount() { method render (line 68) | render() { method constructor (line 83) | constructor() { method componentWillMount (line 87) | componentWillMount() { method componentWillReceiveProps (line 94) | componentWillReceiveProps() { method render (line 101) | render() { method constructor (line 122) | constructor() { method componentDidMount (line 128) | componentDidMount() { method componentDidUpdate (line 136) | componentDidUpdate() { method render (line 146) | render() { method constructor (line 161) | constructor() { method componentWillMount (line 165) | componentWillMount() { method componentDidMount (line 169) | componentDidMount() { method componentWillReceiveProps (line 172) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 178) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 182) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 185) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 188) | componentWillUnmount() { method render (line 191) | render() { method componentDidMount (line 881) | componentDidMount() { method componentDidUpdate (line 888) | componentDidUpdate() { method render (line 898) | render() { method componentDidMount (line 937) | componentDidMount() { method render (line 946) | render() { class MyComponent (line 222) | class MyComponent extends Component { method render (line 39) | render() { method render (line 223) | render() { method render (line 1179) | render() { class BrokenRender (line 231) | class BrokenRender extends Component { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class NoBrokenRender (line 242) | class NoBrokenRender extends Component { method render (line 243) | render() { class ErrorBoundary (line 260) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { function BrokenRender (line 275) | function BrokenRender(props) { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class ErrorBoundary (line 290) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { class BrokenRender (line 305) | class BrokenRender extends Component { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class ErrorBoundary (line 335) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { class BrokenRender (line 350) | class BrokenRender extends Component { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class ErrorBoundary (line 371) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { class BrokenRender (line 386) | class BrokenRender extends Component { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class BrokenRender (line 407) | class BrokenRender extends Component { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class Parent (line 430) | class Parent extends Component { method componentWillUnmount (line 431) | componentWillUnmount() { method render (line 434) | render() { method componentDidUpdate (line 964) | componentDidUpdate() { method render (line 968) | render() { class Boundary (line 439) | class Boundary extends Component { method componentDidCatch (line 440) | componentDidCatch(e) { method render (line 443) | render() { class ThrowsOnUnmount (line 448) | class ThrowsOnUnmount extends Component { method componentWillUnmount (line 449) | componentWillUnmount() { method render (line 453) | render() { function BrokenRender (line 469) | function BrokenRender() { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class ErrorBoundary (line 472) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { class ErrorBoundary (line 501) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { function BrokenRender (line 520) | function BrokenRender() { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class ErrorBoundary (line 534) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { class Life1 (line 555) | class Life1 extends Component { method componentWillMount (line 556) | componentWillMount() { method render (line 559) | render() { method componentDidMount (line 563) | componentDidMount() { method componentWillUpdate (line 567) | componentWillUpdate() { method componentDidUpdate (line 570) | componentDidUpdate() { method componentWillUnmount (line 573) | componentWillUnmount() { class Life2 (line 578) | class Life2 extends Component { method componentWillMount (line 579) | componentWillMount() { method render (line 582) | render() { method componentDidMount (line 586) | componentDidMount() { method componentWillUpdate (line 589) | componentWillUpdate() { method componentDidUpdate (line 592) | componentDidUpdate() { method componentWillUnmount (line 595) | componentWillUnmount() { class Life3 (line 600) | class Life3 extends Component { method componentWillMount (line 601) | componentWillMount() { method render (line 604) | render() { method componentDidMount (line 608) | componentDidMount() { method componentWillUpdata (line 611) | componentWillUpdata() { method componentDidUpdate (line 614) | componentDidUpdate() { method componentWillUnmount (line 617) | componentWillUnmount() { class Child (line 652) | class Child extends Component { method render (line 656) | render() { method componentDidMount (line 832) | componentDidMount() { method render (line 835) | render() { method componentDidMount (line 853) | componentDidMount() { method render (line 856) | render() { method componentDidUpdate (line 978) | componentDidUpdate() { method render (line 982) | render() { method componentDidUpdate (line 1080) | componentDidUpdate() { method componentDidMount (line 1083) | componentDidMount() { method render (line 1088) | render() { class ErrorBoundary (line 667) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { class ErrorBoundary (line 695) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { function BrokenRender (line 718) | function BrokenRender(props) { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class ErrorBoundary (line 733) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { function BrokenRender (line 752) | function BrokenRender(props) { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class ErrorBoundary (line 770) | class ErrorBoundary extends Component { method componentDidCatch (line 262) | componentDidCatch(error) { method render (line 265) | render() { method componentDidCatch (line 292) | componentDidCatch(error) { method render (line 295) | render() { method componentDidCatch (line 337) | componentDidCatch(error) { method render (line 340) | render() { method componentDidCatch (line 373) | componentDidCatch(error) { method render (line 376) | render() { method componentDidCatch (line 474) | componentDidCatch(error) { method render (line 477) | render() { method componentDidCatch (line 503) | componentDidCatch(error) { method render (line 506) | render() { method componentDidCatch (line 536) | componentDidCatch(error) { method componentDidMount (line 539) | componentDidMount() { method componentDidUpdate (line 542) | componentDidUpdate() { method render (line 545) | render() { method componentDidCatch (line 669) | componentDidCatch(error) { method render (line 672) | render() { method constructor (line 696) | constructor(props) { method getDerivedStateFromError (line 701) | static getDerivedStateFromError(error) { method componentDidCatch (line 705) | componentDidCatch(error, errorInfo) { method render (line 709) | render() { method constructor (line 734) | constructor(props) { method getDerivedStateFromError (line 739) | static getDerivedStateFromError(error) { method render (line 743) | render() { method constructor (line 771) | constructor(props) { method getDerivedStateFromError (line 776) | static getDerivedStateFromError(error) { method render (line 781) | render() { function BrokenRender (line 790) | function BrokenRender(props) { method constructor (line 232) | constructor() { method render (line 235) | render() { method componentDidMount (line 307) | componentDidMount() { method render (line 314) | render() { method componentDidMount (line 351) | componentDidMount() { method render (line 354) | render() { method constructor (line 387) | constructor() { method render (line 390) | render() { method componentDidCatch (line 409) | componentDidCatch(error) { method render (line 412) | render() { class Frag (line 807) | class Frag extends Component { method render (line 808) | render() { class App (line 812) | class App extends Component { method render (line 814) | render() { method render (line 840) | render() { method render (line 861) | render() { method render (line 1134) | render() { method componentWillReceiveProps (line 1235) | componentWillReceiveProps() { method render (line 1240) | render() { class Child (line 831) | class Child extends Component { method render (line 656) | render() { method componentDidMount (line 832) | componentDidMount() { method render (line 835) | render() { method componentDidMount (line 853) | componentDidMount() { method render (line 856) | render() { method componentDidUpdate (line 978) | componentDidUpdate() { method render (line 982) | render() { method componentDidUpdate (line 1080) | componentDidUpdate() { method componentDidMount (line 1083) | componentDidMount() { method render (line 1088) | render() { class App (line 839) | class App extends Component { method render (line 814) | render() { method render (line 840) | render() { method render (line 861) | render() { method render (line 1134) | render() { method componentWillReceiveProps (line 1235) | componentWillReceiveProps() { method render (line 1240) | render() { class Child (line 852) | class Child extends Component { method render (line 656) | render() { method componentDidMount (line 832) | componentDidMount() { method render (line 835) | render() { method componentDidMount (line 853) | componentDidMount() { method render (line 856) | render() { method componentDidUpdate (line 978) | componentDidUpdate() { method render (line 982) | render() { method componentDidUpdate (line 1080) | componentDidUpdate() { method componentDidMount (line 1083) | componentDidMount() { method render (line 1088) | render() { class App (line 860) | class App extends Component { method render (line 814) | render() { method render (line 840) | render() { method render (line 861) | render() { method render (line 1134) | render() { method componentWillReceiveProps (line 1235) | componentWillReceiveProps() { method render (line 1240) | render() { class Foo (line 878) | class Foo extends Component { method constructor (line 59) | constructor() { method componentWillMount (line 63) | componentWillMount() { method render (line 68) | render() { method constructor (line 83) | constructor() { method componentWillMount (line 87) | componentWillMount() { method componentWillReceiveProps (line 94) | componentWillReceiveProps() { method render (line 101) | render() { method constructor (line 122) | constructor() { method componentDidMount (line 128) | componentDidMount() { method componentDidUpdate (line 136) | componentDidUpdate() { method render (line 146) | render() { method constructor (line 161) | constructor() { method componentWillMount (line 165) | componentWillMount() { method componentDidMount (line 169) | componentDidMount() { method componentWillReceiveProps (line 172) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 178) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 182) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 185) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 188) | componentWillUnmount() { method render (line 191) | render() { method componentDidMount (line 881) | componentDidMount() { method componentDidUpdate (line 888) | componentDidUpdate() { method render (line 898) | render() { method componentDidMount (line 937) | componentDidMount() { method render (line 946) | render() { class Foo (line 935) | class Foo extends Component { method constructor (line 59) | constructor() { method componentWillMount (line 63) | componentWillMount() { method render (line 68) | render() { method constructor (line 83) | constructor() { method componentWillMount (line 87) | componentWillMount() { method componentWillReceiveProps (line 94) | componentWillReceiveProps() { method render (line 101) | render() { method constructor (line 122) | constructor() { method componentDidMount (line 128) | componentDidMount() { method componentDidUpdate (line 136) | componentDidUpdate() { method render (line 146) | render() { method constructor (line 161) | constructor() { method componentWillMount (line 165) | componentWillMount() { method componentDidMount (line 169) | componentDidMount() { method componentWillReceiveProps (line 172) | componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 178) | shouldComponentUpdate(nextProps, nextState) { method componentWillUpdate (line 182) | componentWillUpdate(nextProps, nextState) { method componentDidUpdate (line 185) | componentDidUpdate(prevProps, prevState) { method componentWillUnmount (line 188) | componentWillUnmount() { method render (line 191) | render() { method componentDidMount (line 881) | componentDidMount() { method componentDidUpdate (line 888) | componentDidUpdate() { method render (line 898) | render() { method componentDidMount (line 937) | componentDidMount() { method render (line 946) | render() { class Parent (line 961) | class Parent extends Component { method componentWillUnmount (line 431) | componentWillUnmount() { method render (line 434) | render() { method componentDidUpdate (line 964) | componentDidUpdate() { method render (line 968) | render() { class Child (line 975) | class Child extends Component { method render (line 656) | render() { method componentDidMount (line 832) | componentDidMount() { method render (line 835) | render() { method componentDidMount (line 853) | componentDidMount() { method render (line 856) | render() { method componentDidUpdate (line 978) | componentDidUpdate() { method render (line 982) | render() { method componentDidUpdate (line 1080) | componentDidUpdate() { method componentDidMount (line 1083) | componentDidMount() { method render (line 1088) | render() { class Child2 (line 989) | class Child2 extends Component { method componentDidUpdate (line 992) | componentDidUpdate() { method render (line 996) | render() { method render (line 1228) | render() { function Batch (line 1008) | function Batch() { class B (line 1039) | class B extends Component { method componentDidMount (line 1042) | componentDidMount() { method render (line 1046) | render() { class A (line 1052) | class A extends Component { method render (line 1055) | render() { function Batch (line 1061) | function Batch() { class Child (line 1076) | class Child extends Component { method render (line 656) | render() { method componentDidMount (line 832) | componentDidMount() { method render (line 835) | render() { method componentDidMount (line 853) | componentDidMount() { method render (line 856) | render() { method componentDidUpdate (line 978) | componentDidUpdate() { method render (line 982) | render() { method componentDidUpdate (line 1080) | componentDidUpdate() { method componentDidMount (line 1083) | componentDidMount() { method render (line 1088) | render() { class Parent1 (line 1098) | class Parent1 extends Component { method componentDidUpdate (line 1102) | componentDidUpdate() { method componentDidMount (line 1105) | componentDidMount() { method render (line 1109) | render() { class Parent2 (line 1114) | class Parent2 extends Component { method shouldComponentUpdate (line 1118) | shouldComponentUpdate() { method componentDidUpdate (line 1121) | componentDidUpdate() { method componentDidMount (line 1124) | componentDidMount() { method render (line 1128) | render() { class App (line 1133) | class App extends Component { method render (line 814) | render() { method render (line 840) | render() { method render (line 861) | render() { method render (line 1134) | render() { method componentWillReceiveProps (line 1235) | componentWillReceiveProps() { method render (line 1240) | render() { class Hello1 (line 1150) | class Hello1 extends Component { method render (line 1151) | render() { class Text (line 1159) | class Text extends Component { method render (line 1160) | render() { class Hello2 (line 1165) | class Hello2 extends Component { method render (line 1166) | render() { class MyComponent (line 1175) | class MyComponent extends Component { method render (line 39) | render() { method render (line 223) | render() { method render (line 1179) | render() { class Child1 (line 1220) | class Child1 extends Component { method render (line 1221) | render() { class Child2 (line 1227) | class Child2 extends Component { method componentDidUpdate (line 992) | componentDidUpdate() { method render (line 996) | render() { method render (line 1228) | render() { class App (line 1234) | class App extends Component { method render (line 814) | render() { method render (line 840) | render() { method render (line 861) | render() { method render (line 1134) | render() { method componentWillReceiveProps (line 1235) | componentWillReceiveProps() { method render (line 1240) | render() { FILE: packages/rax/src/vdom/__tests__/context.js function createNodeElement (line 12) | function createNodeElement(tagName) { class MyComponent (line 36) | class MyComponent extends Component { method render (line 41) | render() { method render (line 72) | render() { method render (line 108) | render() { class Parent (line 46) | class Parent extends Component { method getChildContext (line 51) | getChildContext() { method render (line 57) | render() { method getChildContext (line 123) | getChildContext() { method render (line 130) | render() { class MyComponent (line 67) | class MyComponent extends Component { method render (line 41) | render() { method render (line 72) | render() { method render (line 108) | render() { class ComponentInFooBarContext (line 77) | class ComponentInFooBarContext extends Component { method getChildContext (line 83) | getChildContext() { method render (line 90) | render() { class MyComponent (line 102) | class MyComponent extends Component { method render (line 41) | render() { method render (line 72) | render() { method render (line 108) | render() { class Parent (line 113) | class Parent extends Component { method getChildContext (line 51) | getChildContext() { method render (line 57) | render() { method getChildContext (line 123) | getChildContext() { method render (line 130) | render() { FILE: packages/rax/src/vdom/__tests__/empty.js function createNodeElement (line 22) | function createNodeElement(tagName) { class Foo (line 34) | class Foo extends PureComponent { method render (line 38) | render() { method render (line 65) | render() { method render (line 93) | render() { method render (line 120) | render() { class Foo (line 61) | class Foo extends PureComponent { method render (line 38) | render() { method render (line 65) | render() { method render (line 93) | render() { method render (line 120) | render() { class Foo (line 89) | class Foo extends PureComponent { method render (line 38) | render() { method render (line 65) | render() { method render (line 93) | render() { method render (line 120) | render() { class Foo (line 116) | class Foo extends PureComponent { method render (line 38) | render() { method render (line 65) | render() { method render (line 93) | render() { method render (line 120) | render() { FILE: packages/rax/src/vdom/__tests__/fragment.js function createNodeElement (line 13) | function createNodeElement(tagName) { class Hello (line 46) | class Hello extends Component { method render (line 47) | render() { method render (line 139) | render() { method render (line 192) | render() { method render (line 221) | render() { method render (line 252) | render() { method render (line 299) | render() { class Hello1 (line 74) | class Hello1 extends Component { method render (line 75) | render() { class Hello2 (line 83) | class Hello2 extends Component { method render (line 84) | render() { class MyComponent (line 92) | class MyComponent extends Component { method render (line 96) | render() { method componentDidMount (line 160) | componentDidMount() { method render (line 166) | render() { method render (line 198) | render() { method render (line 227) | render() { method render (line 259) | render() { method render (line 305) | render() { method componentWillMount (line 335) | componentWillMount() { method render (line 341) | render() { class Hello (line 138) | class Hello extends Component { method render (line 47) | render() { method render (line 139) | render() { method render (line 192) | render() { method render (line 221) | render() { method render (line 252) | render() { method render (line 299) | render() { class World (line 147) | class World extends Component { method render (line 148) | render() { class MyComponent (line 156) | class MyComponent extends Component { method render (line 96) | render() { method componentDidMount (line 160) | componentDidMount() { method render (line 166) | render() { method render (line 198) | render() { method render (line 227) | render() { method render (line 259) | render() { method render (line 305) | render() { method componentWillMount (line 335) | componentWillMount() { method render (line 341) | render() { class Hello (line 191) | class Hello extends Component { method render (line 47) | render() { method render (line 139) | render() { method render (line 192) | render() { method render (line 221) | render() { method render (line 252) | render() { method render (line 299) | render() { class MyComponent (line 197) | class MyComponent extends Component { method render (line 96) | render() { method componentDidMount (line 160) | componentDidMount() { method render (line 166) | render() { method render (line 198) | render() { method render (line 227) | render() { method render (line 259) | render() { method render (line 305) | render() { method componentWillMount (line 335) | componentWillMount() { method render (line 341) | render() { class Hello (line 220) | class Hello extends Component { method render (line 47) | render() { method render (line 139) | render() { method render (line 192) | render() { method render (line 221) | render() { method render (line 252) | render() { method render (line 299) | render() { class MyComponent (line 226) | class MyComponent extends Component { method render (line 96) | render() { method componentDidMount (line 160) | componentDidMount() { method render (line 166) | render() { method render (line 198) | render() { method render (line 227) | render() { method render (line 259) | render() { method render (line 305) | render() { method componentWillMount (line 335) | componentWillMount() { method render (line 341) | render() { class Hello (line 251) | class Hello extends Component { method render (line 47) | render() { method render (line 139) | render() { method render (line 192) | render() { method render (line 221) | render() { method render (line 252) | render() { method render (line 299) | render() { class MyComponent (line 258) | class MyComponent extends Component { method render (line 96) | render() { method componentDidMount (line 160) | componentDidMount() { method render (line 166) | render() { method render (line 198) | render() { method render (line 227) | render() { method render (line 259) | render() { method render (line 305) | render() { method componentWillMount (line 335) | componentWillMount() { method render (line 341) | render() { class Hello (line 298) | class Hello extends Component { method render (line 47) | render() { method render (line 139) | render() { method render (line 192) | render() { method render (line 221) | render() { method render (line 252) | render() { method render (line 299) | render() { class MyComponent (line 304) | class MyComponent extends Component { method render (line 96) | render() { method componentDidMount (line 160) | componentDidMount() { method render (line 166) | render() { method render (line 198) | render() { method render (line 227) | render() { method render (line 259) | render() { method render (line 305) | render() { method componentWillMount (line 335) | componentWillMount() { method render (line 341) | render() { class MyComponent (line 330) | class MyComponent extends Component { method render (line 96) | render() { method componentDidMount (line 160) | componentDidMount() { method render (line 166) | render() { method render (line 198) | render() { method render (line 227) | render() { method render (line 259) | render() { method render (line 305) | render() { method componentWillMount (line 335) | componentWillMount() { method render (line 341) | render() { class Frag (line 384) | class Frag extends Component { method render (line 385) | render() { method render (line 420) | render() { method render (line 455) | render() { method render (line 471) | render() { class App (line 390) | class App extends Component { method render (line 392) | render() { method render (line 427) | render() { method render (line 478) | render() { method componentDidMount (line 520) | componentDidMount() { method render (line 527) | render() { method render (line 565) | render() { class Frag (line 419) | class Frag extends Component { method render (line 385) | render() { method render (line 420) | render() { method render (line 455) | render() { method render (line 471) | render() { class App (line 425) | class App extends Component { method render (line 392) | render() { method render (line 427) | render() { method render (line 478) | render() { method componentDidMount (line 520) | componentDidMount() { method render (line 527) | render() { method render (line 565) | render() { class Frag (line 454) | class Frag extends Component { method render (line 385) | render() { method render (line 420) | render() { method render (line 455) | render() { method render (line 471) | render() { class Frag (line 470) | class Frag extends Component { method render (line 385) | render() { method render (line 420) | render() { method render (line 455) | render() { method render (line 471) | render() { class App (line 476) | class App extends Component { method render (line 392) | render() { method render (line 427) | render() { method render (line 478) | render() { method componentDidMount (line 520) | componentDidMount() { method render (line 527) | render() { method render (line 565) | render() { class App (line 515) | class App extends Component { method render (line 392) | render() { method render (line 427) | render() { method render (line 478) | render() { method componentDidMount (line 520) | componentDidMount() { method render (line 527) | render() { method render (line 565) | render() { class Child (line 551) | class Child extends Component { method render (line 556) | render() { class App (line 564) | class App extends Component { method render (line 392) | render() { method render (line 427) | render() { method render (line 478) | render() { method componentDidMount (line 520) | componentDidMount() { method render (line 527) | render() { method render (line 565) | render() { FILE: packages/rax/src/vdom/__tests__/key.js function createNodeElement (line 12) | function createNodeElement(tagName) { class MyComponent (line 39) | class MyComponent extends Component { method render (line 42) | render() { class Foo (line 71) | class Foo extends Component { method render (line 76) | render() { method constructor (line 105) | constructor(props) { method componentWillReceiveProps (line 112) | componentWillReceiveProps() { method render (line 116) | render() { class Foo (line 104) | class Foo extends Component { method render (line 76) | render() { method constructor (line 105) | constructor(props) { method componentWillReceiveProps (line 112) | componentWillReceiveProps() { method render (line 116) | render() { class App (line 137) | class App extends Component { method render (line 139) | render() { method render (line 165) | render() { class App (line 164) | class App extends Component { method render (line 139) | render() { method render (line 165) | render() { FILE: packages/rax/src/vdom/__tests__/native.js function createNodeElement (line 12) | function createNodeElement(tagName) { class Hello1 (line 78) | class Hello1 extends Component { method render (line 79) | render() { class Hello2 (line 87) | class Hello2 extends Component { method render (line 88) | render() { class MyComponent (line 97) | class MyComponent extends Component { method render (line 101) | render() { class App (line 140) | class App extends Component { method render (line 142) | render() { method constructor (line 183) | constructor(props) { method render (line 187) | render() { class Frag (line 176) | class Frag extends Component { method render (line 177) | render() { class App (line 182) | class App extends Component { method render (line 142) | render() { method constructor (line 183) | constructor(props) { method render (line 187) | render() { FILE: packages/rax/src/vdom/__tests__/purecomponent.js class MyComponent (line 22) | class MyComponent extends PureComponent { method render (line 25) | render() { method render (line 52) | render() { method shouldComponentUpdate (line 56) | shouldComponentUpdate() { method render (line 69) | render() { class MyComponent (line 49) | class MyComponent extends PureComponent { method render (line 25) | render() { method render (line 52) | render() { method shouldComponentUpdate (line 56) | shouldComponentUpdate() { method render (line 69) | render() { class MyComponent (line 68) | class MyComponent extends PureComponent { method render (line 25) | render() { method render (line 52) | render() { method shouldComponentUpdate (line 56) | shouldComponentUpdate() { method render (line 69) | render() { FILE: packages/rax/src/vdom/__tests__/reactive.js function StatelessComponent (line 11) | function StatelessComponent(props) { function createNodeElement (line 16) | function createNodeElement(tagName) { class MyComponent (line 44) | class MyComponent { method render (line 45) | render() { class Parent (line 57) | class Parent extends Component { method render (line 58) | render() { method getChildContext (line 130) | getChildContext() { method render (line 134) | render() { class Child (line 73) | class Child extends Component { method render (line 78) | render() { function Parent (line 83) | function Parent() { method render (line 58) | render() { method getChildContext (line 130) | getChildContext() { method render (line 134) | render() { class GrandParent (line 87) | class GrandParent extends Component { method getChildContext (line 92) | getChildContext() { method render (line 96) | render() { function Child (line 112) | function Child(props) { method render (line 78) | render() { class Parent (line 125) | class Parent extends Component { method render (line 58) | render() { method getChildContext (line 130) | getChildContext() { method render (line 134) | render() { function Child (line 139) | function Child(props, context) { method render (line 78) | render() { function Child (line 152) | function Child() { method render (line 78) | render() { function Child (line 162) | function Child() { method render (line 78) | render() { FILE: packages/rax/src/vdom/__tests__/ref.js class RefHopsAround (line 23) | class RefHopsAround extends Component { method render (line 30) | render() { method render (line 108) | render() { class Child (line 94) | class Child extends Component { method render (line 95) | render() { class RefHopsAround (line 101) | class RefHopsAround extends Component { method render (line 30) | render() { method render (line 108) | render() { class MyComponent (line 172) | class MyComponent extends Component { method render (line 173) | render() { method constructor (line 184) | constructor(props) { method render (line 188) | render() { class MyComponent (line 183) | class MyComponent extends Component { method render (line 173) | render() { method constructor (line 184) | constructor(props) { method render (line 188) | render() { function MyComponent (line 200) | function MyComponent(props) { method render (line 173) | render() { method constructor (line 184) | constructor(props) { method render (line 188) | render() { FILE: packages/rax/src/vdom/__tests__/text.js function createNodeElement (line 11) | function createNodeElement(tagName) { FILE: packages/rax/src/vdom/base.js class BaseComponent (line 7) | class BaseComponent { method constructor (line 8) | constructor(element) { method __initComponent (line 12) | __initComponent(parent, parentInstance, context) { method __destoryComponent (line 19) | __destoryComponent() { method __mountComponent (line 36) | __mountComponent(parent, parentInstance, context, nativeNodeMounter) { method unmountComponent (line 50) | unmountComponent(shouldNotRemoveChild) { method __getName (line 58) | __getName() { method __mountNativeNode (line 70) | __mountNativeNode(nativeNodeMounter) { method __getNativeNode (line 81) | __getNativeNode() { method __getPublicInstance (line 87) | __getPublicInstance() { FILE: packages/rax/src/vdom/component.js class Component (line 4) | class Component { method constructor (line 5) | constructor(props, context) { method setState (line 11) | setState(partialState, callback) { method forceUpdate (line 16) | forceUpdate(callback) { class PureComponent (line 24) | class PureComponent extends Component { method constructor (line 25) | constructor(props, context) { FILE: packages/rax/src/vdom/composite.js function scheduleLayoutInSandbox (line 29) | function scheduleLayoutInSandbox(fn, instance) { function scheduleLayoutCallbacksInSandbox (line 35) | function scheduleLayoutCallbacksInSandbox(callbacks, instance) { class CompositeComponent (line 46) | class CompositeComponent extends BaseComponent { method __mountComponent (line 47) | __mountComponent(parent, parentInstance, context, nativeNodeMounter) { method unmountComponent (line 177) | unmountComponent(shouldNotRemoveChild) { method __processContext (line 213) | __processContext(context) { method __processChildContext (line 227) | __processChildContext(currentContext) { method __processPendingState (line 238) | __processPendingState(props, context) { method __updateComponent (line 260) | __updateComponent( method __updateRenderedComponent (line 388) | __updateRenderedComponent(context) { method __getNativeNode (line 473) | __getNativeNode() { method __getPublicInstance (line 480) | __getPublicInstance() { FILE: packages/rax/src/vdom/element.js function Element (line 3) | function Element(type, key, ref, props, owner) { FILE: packages/rax/src/vdom/empty.js class EmptyComponent (line 7) | class EmptyComponent extends BaseComponent { method __createNativeNode (line 8) | __createNativeNode() { method __updateComponent (line 11) | __updateComponent() { FILE: packages/rax/src/vdom/flattenChildren.js function traverseChildren (line 3) | function traverseChildren(children, result) { function flattenChildren (line 13) | function flattenChildren(children) { FILE: packages/rax/src/vdom/fragment.js class FragmentComponent (line 9) | class FragmentComponent extends NativeComponent { method __mountComponent (line 10) | __mountComponent(parent, parentInstance, context, nativeNodeMounter) { method unmountComponent (line 38) | unmountComponent(shouldNotRemoveChild) { method __updateComponent (line 51) | __updateComponent(prevElement, nextElement, prevContext, nextContext) { method __getNativeNode (line 62) | __getNativeNode() { FILE: packages/rax/src/vdom/getElementKeyName.js function getElementKeyName (line 4) | function getElementKeyName(children, element, index) { FILE: packages/rax/src/vdom/getNearestParent.js function getNearestParent (line 3) | function getNearestParent(instance, matcher) { FILE: packages/rax/src/vdom/getPrevSiblingNativeNode.js function getPrevSiblingNativeNode (line 12) | function getPrevSiblingNativeNode(component) { FILE: packages/rax/src/vdom/inject.js function inject (line 9) | function inject() { FILE: packages/rax/src/vdom/injectRenderOptions.js function injectRenderOptions (line 4) | function injectRenderOptions({ driver, measurer }) { FILE: packages/rax/src/vdom/instance.js constant KEY (line 11) | const KEY = '_r'; method set (line 14) | set(node, instance) { method get (line 24) | get(node) { method remove (line 27) | remove(node) { method mount (line 37) | mount(element, container, { parent, hydrate }) { FILE: packages/rax/src/vdom/instantiateComponent.js function instantiateComponent (line 5) | function instantiateComponent(element) { FILE: packages/rax/src/vdom/native.js constant STYLE (line 14) | const STYLE = 'style'; constant CHILDREN (line 15) | const CHILDREN = 'children'; constant TREE (line 16) | const TREE = 'tree'; constant EVENT_PREFIX_REGEXP (line 17) | const EVENT_PREFIX_REGEXP = /^on[A-Z]/; class NativeComponent (line 22) | class NativeComponent extends BaseComponent { method __mountComponent (line 23) | __mountComponent(parent, parentInstance, context, nativeNodeMounter) { method __mountChildren (line 65) | __mountChildren(children, context) { method __mountChildrenImpl (line 72) | __mountChildrenImpl(parent, children, context, nativeNodeMounter) { method __unmountChildren (line 95) | __unmountChildren(shouldNotRemoveChild) { method unmountComponent (line 107) | unmountComponent(shouldNotRemoveChild) { method __updateComponent (line 127) | __updateComponent(prevElement, nextElement, prevContext, nextContext) { method __updateProperties (line 151) | __updateProperties(prevProps, nextProps) { method __updateChildren (line 292) | __updateChildren(nextChildrenElements, context) { method __createNativeNode (line 460) | __createNativeNode() { FILE: packages/rax/src/vdom/performInSandbox.js function performInSandbox (line 5) | function performInSandbox(fn, instance, callback) { function handleError (line 25) | function handleError(instance, error) { FILE: packages/rax/src/vdom/reactive.js constant RE_RENDER_LIMIT (line 8) | const RE_RENDER_LIMIT = 24; class ReactiveComponent (line 12) | class ReactiveComponent extends Component { method constructor (line 13) | constructor(pureRender, ref) { method getHooks (line 57) | getHooks() { method getHookID (line 61) | getHookID() { method useContext (line 65) | useContext(context) { method componentWillMount (line 92) | componentWillMount() { method componentDidMount (line 96) | componentDidMount() { method componentWillReceiveProps (line 100) | componentWillReceiveProps() { method componentDidUpdate (line 104) | componentDidUpdate() { method componentWillUnmount (line 108) | componentWillUnmount() { method __update (line 112) | __update() { method render (line 116) | render() { FILE: packages/rax/src/vdom/ref.js function updateRef (line 8) | function updateRef(prevElement, nextElement, component) { function attachRef (line 21) | function attachRef(ownerComponent, ref, component) { function detachRef (line 48) | function detachRef(ownerComponent, ref, component) { FILE: packages/rax/src/vdom/root.js class Root (line 6) | class Root extends Component { method constructor (line 7) | constructor() { method __getPublicInstance (line 14) | __getPublicInstance() { method __getRenderedComponent (line 18) | __getRenderedComponent() { method __update (line 22) | __update(element) { method render (line 27) | render() { FILE: packages/rax/src/vdom/scheduler.js function invokeFunctionsWithClear (line 13) | function invokeFunctionsWithClear(callbacks) { function schedule (line 21) | function schedule(callback) { function flush (line 29) | function flush() { function scheduleEffect (line 33) | function scheduleEffect(callback) { function flushEffect (line 40) | function flushEffect() { function scheduleLayout (line 44) | function scheduleLayout(callback) { function flushLayout (line 48) | function flushLayout() { FILE: packages/rax/src/vdom/shallowEqual.js function is (line 9) | function is(x, y) { function shallowEqual (line 26) | function shallowEqual(objA, objB) { FILE: packages/rax/src/vdom/shouldUpdateComponent.js function shouldUpdateComponent (line 3) | function shouldUpdateComponent(prevElement, nextElement) { FILE: packages/rax/src/vdom/text.js class TextComponent (line 7) | class TextComponent extends BaseComponent { method __updateComponent (line 8) | __updateComponent(prevElement, nextElement, context) { method __createNativeNode (line 23) | __createNativeNode() { FILE: packages/rax/src/vdom/updater.js function getPendingCallbacks (line 8) | function getPendingCallbacks(internal) { function setPendingCallbacks (line 12) | function setPendingCallbacks(internal, callbacks) { function getPendingStateQueue (line 16) | function getPendingStateQueue(internal) { function setPendingStateQueue (line 20) | function setPendingStateQueue(internal, partialState) { function enqueueCallback (line 24) | function enqueueCallback(internal, callback) { function enqueueState (line 29) | function enqueueState(internal, partialState) { function runUpdate (line 34) | function runUpdate(component) { function mountOrderComparator (line 61) | function mountOrderComparator(c1, c2) { function performUpdate (line 65) | function performUpdate() { function scheduleUpdate (line 89) | function scheduleUpdate(component, shouldAsyncUpdate) { function requestUpdate (line 105) | function requestUpdate(component, partialState, callback) { method setState (line 154) | setState(component, partialState, callback) { method forceUpdate (line 161) | forceUpdate(component, callback) { FILE: packages/style-unit/src/index.js constant RPX_REG (line 3) | const RPX_REG = /"[^"]+"|'[^']+'|url\([^\)]+\)|(\d*\.?\d+)rpx/g; class CustomMap (line 35) | class CustomMap { method set (line 37) | set(key, value) { method get (line 40) | get(key) { method has (line 43) | has(key) { function isRpx (line 54) | function isRpx(str) { function calcRpx (line 63) | function calcRpx(str) { function getRpx (line 80) | function getRpx() { function setRpx (line 84) | function setRpx(rpx) { function getViewportWidth (line 88) | function getViewportWidth() { function setViewportWidth (line 92) | function setViewportWidth(viewport) { function setDecimalPixelTransformer (line 101) | function setDecimalPixelTransformer(transformer) { function setUnitPrecision (line 109) | function setUnitPrecision(n) { function cached (line 117) | function cached(fn) { function setTargetPlatform (line 126) | function setTargetPlatform(platform) { FILE: scripts/add-owner.js constant PACKAGES_DIR (line 8) | const PACKAGES_DIR = path.resolve(__dirname, '../packages'); FILE: scripts/bench/frameworks/preact/src/Main.jsx class Main (line 29) | class Main extends Component { method constructor (line 30) | constructor(props) { method printDuration (line 46) | printDuration() { method componentDidUpdate (line 49) | componentDidUpdate() { method componentDidMount (line 52) | componentDidMount() { method run (line 55) | run() { method add (line 60) | add() { method update (line 65) | update() { method select (line 70) | select(id) { method delete (line 75) | delete(id) { method runLots (line 80) | runLots() { method clear (line 85) | clear() { method swapRows (line 90) | swapRows() { method render (line 95) | render() { FILE: scripts/bench/frameworks/preact/src/Row.jsx class Row (line 8) | class Row extends Component { method constructor (line 9) | constructor(props) { method shouldComponentUpdate (line 14) | shouldComponentUpdate(nextProps, nextState) { method onDelete (line 18) | onDelete() { method onClick (line 21) | onClick() { method render (line 25) | render() { FILE: scripts/bench/frameworks/preact/src/Store.es6.js function _random (line 3) | function _random(max) { class Store (line 7) | class Store { method constructor (line 8) | constructor() { method buildData (line 13) | buildData(count = 1000) { method updateData (line 22) | updateData(mod = 10) { method delete (line 27) | delete(id) { method run (line 31) | run() { method add (line 35) | add() { method update (line 38) | update() { method select (line 41) | select(id) { method runLots (line 44) | runLots() { method clear (line 48) | clear() { method swapRows (line 52) | swapRows() { FILE: scripts/bench/frameworks/rax-local/src/main.jsx function random (line 7) | function random(max) { function buildData (line 20) | function buildData(count) { function listReducer (line 31) | function listReducer(state, action) { FILE: scripts/bench/frameworks/rax/src/main.jsx function random (line 7) | function random(max) { function buildData (line 20) | function buildData(count) { function listReducer (line 31) | function listReducer(state, action) { FILE: scripts/bench/frameworks/vanillajs/src/Main.js function _random (line 21) | function _random(max) { class Store (line 28) | class Store { method constructor (line 29) | constructor() { method buildData (line 35) | buildData(count = 1000) { method updateData (line 44) | updateData(mod = 10) { method delete (line 50) | delete(id) { method run (line 55) | run() { method add (line 59) | add() { method update (line 63) | update() { method select (line 67) | select(id) { method hideAll (line 70) | hideAll() { method showAll (line 75) | showAll() { method runLots (line 80) | runLots() { method clear (line 84) | clear() { method swapRows (line 88) | swapRows() { class Main (line 106) | class Main { method constructor (line 107) | constructor(props) { method findIdx (line 169) | findIdx(id) { method printDuration (line 175) | printDuration() { method run (line 178) | run() { method add (line 189) | add() { method update (line 195) | update() { method unselect (line 203) | unselect() { method select (line 209) | select(idx) { method recreateSelection (line 217) | recreateSelection() { method delete (line 226) | delete(idx) { method removeAllRows (line 237) | removeAllRows() { method runLots (line 260) | runLots() { method clear (line 271) | clear() { method swapRows (line 283) | swapRows() { method appendRows (line 313) | appendRows() { method createRow (line 333) | createRow(data) { FILE: scripts/bench/frameworks/vue/src/store.es6.js function _random (line 3) | function _random(max) { class Store (line 7) | class Store { method constructor (line 8) | constructor() { method buildData (line 13) | buildData(count = 1000) { method updateData (line 22) | updateData(mod = 10) { method delete (line 31) | delete(id) { method run (line 35) | run() { method add (line 39) | add() { method update (line 42) | update() { method select (line 45) | select(id) { method runLots (line 48) | runLots() { method clear (line 52) | clear() { method swapRows (line 56) | swapRows() { FILE: scripts/bench/src/benchmarks.js constant SHORT_TIMEOUT (line 14) | const SHORT_TIMEOUT = 20 * 1000; class Benchmark (line 31) | class Benchmark { method constructor (line 32) | constructor(benchmarkInfo) { method after (line 40) | after(driver, framework) { method resultKinds (line 44) | resultKinds() { method extractResult (line 47) | extractResult(results, resultKind) { method constructor (line 53) | constructor() { method init (line 62) | async init(driver) { method run (line 65) | async run(driver) { method constructor (line 72) | constructor() { method init (line 82) | async init(driver) { method run (line 93) | async run(driver) { method constructor (line 100) | constructor() { method init (line 111) | async init(driver) { method run (line 124) | async run(driver) { method constructor (line 135) | constructor() { method init (line 148) | async init(driver) { method run (line 156) | async run(driver) { method constructor (line 163) | constructor() { method init (line 176) | async init(driver) { method run (line 186) | async run(driver) { method constructor (line 194) | constructor() { method init (line 204) | async init(driver) { method run (line 227) | async run(driver) { method constructor (line 234) | constructor() { method init (line 243) | async init(driver) { method run (line 246) | async run(driver) { method constructor (line 253) | constructor() { method init (line 263) | async init(driver) { method run (line 268) | async run(driver) { method constructor (line 275) | constructor() { method init (line 285) | async init(driver) { method run (line 290) | async run(driver) { method constructor (line 297) | constructor() { method init (line 306) | async init(driver) { method run (line 309) | async run(driver) { method after (line 312) | async after(driver, framework) { method constructor (line 319) | constructor() { method init (line 328) | async init(driver) { method run (line 331) | async run(driver) { method constructor (line 338) | constructor() { method init (line 347) | async init(driver) { method run (line 350) | async run(driver) { method constructor (line 360) | constructor() { method init (line 369) | async init(driver) { method run (line 372) | async run(driver) { method constructor (line 385) | constructor() { method init (line 394) | async init(driver) { method run (line 397) | async run(driver) { class BenchStartup (line 447) | class BenchStartup extends Benchmark { method constructor (line 448) | constructor() { method init (line 456) | async init(driver) { method run (line 460) | async run(driver, framework) { method extractResult (line 466) | extractResult(results, resultKind) { method resultKinds (line 473) | resultKinds() { FILE: scripts/bench/src/build.js function executeCommand (line 5) | function executeCommand(command) { function buildBundles (line 18) | async function buildBundles(framework) { FILE: scripts/bench/src/common.js function loadFrameworkVersionInformation (line 5) | function loadFrameworkVersionInformation(frameworks) { function getOSInformation (line 40) | function getOSInformation() { FILE: scripts/bench/src/fomart.js function computeGeometricMean (line 86) | function computeGeometricMean(resultsForFramework) { FILE: scripts/bench/src/index.js function getFrameworkNames (line 16) | function getFrameworkNames() { function runBench (line 22) | async function runBench(framework, benchmarks, local, skipBuild) { function run (line 94) | async function run(frameworkNames, benchmarkNames, local, skipBuild) { FILE: scripts/bench/src/print.js constant TABLE_CONFIG (line 6) | const TABLE_CONFIG = { FILE: scripts/bench/src/runner.js function extractRelevantEvents (line 20) | function extractRelevantEvents(entries) { function fetchEventsFromPerformanceLog (line 92) | async function fetchEventsFromPerformanceLog(driver) { function type_eq (line 108) | function type_eq(requiredType) { function type_neq (line 112) | function type_neq(requiredType) { function asString (line 116) | function asString(res) { function extractRawValue (line 120) | function extractRawValue(results, id) { function rmDir (line 129) | function rmDir(dirPath) { function runLighthouse (line 144) | async function runLighthouse(framework, benchmarkOptions) { function computeResultsCPU (line 210) | async function computeResultsCPU( function computeResultsMEM (line 329) | async function computeResultsMEM( function buildDriver (line 376) | function buildDriver(benchmarkOptions) { function forceGC (line 422) | async function forceGC(framework, driver) { function runBenchmark (line 433) | async function runBenchmark(driver, benchmark, framework) { function afterBenchmark (line 442) | async function afterBenchmark(driver, benchmark, framework) { function initBenchmark (line 455) | async function initBenchmark(driver, benchmark, framework) { function formatResult (line 469) | function formatResult(res, dir) { function registerError (line 516) | async function registerError(driver, framework, benchmark, error) { function runMemOrCPUBenchmark (line 526) | async function runMemOrCPUBenchmark(framework, benchmark, benchmarkOptio... function runStartupBenchmark (line 609) | async function runStartupBenchmark(framework, benchmark, benchmarkOption... function executeBenchmark (line 629) | async function executeBenchmark(framework, benchmark, benchmarkOptions) { FILE: scripts/bench/src/server.js function createHTTPServer (line 3) | function createHTTPServer() { FILE: scripts/bench/src/webdriverAccess.js function setUseShadowRoot (line 5) | function setUseShadowRoot(val) { function findByXPath (line 10) | async function findByXPath(node, path) { function waitForCondition (line 18) | function waitForCondition(driver) { function testTextContains (line 26) | async function testTextContains(driver, xpath, text, timeout = config.TI... function testTextNotContained (line 50) | function testTextNotContained(driver, xpath, text, timeout = config.TIME... function testClassContains (line 74) | function testClassContains(driver, xpath, text, timeout = config.TIMEOUT) { function testElementLocatedByXpath (line 98) | function testElementLocatedByXpath(driver, xpath, timeout = config.TIMEO... function testElementNotLocatedByXPath (line 117) | function testElementNotLocatedByXPath(driver, xpath, timeout = config.TI... function testElementLocatedById (line 136) | function testElementLocatedById(driver, id, timeout = config.TIMEOUT) { function retry (line 152) | async function retry(retryCount, driver, fun) { function clickElementById (line 163) | function clickElementById(driver, id) { function clickElementByXPath (line 171) | function clickElementByXPath(driver, xpath) { function getTextByXPath (line 183) | async function getTextByXPath(driver, xpath) { function shadowRoot (line 193) | async function shadowRoot(driver) { FILE: scripts/check-and-publish.js constant RETRY_LIMIT (line 10) | const RETRY_LIMIT = 8; constant TIMEOUT (line 11) | const TIMEOUT = 5000; function checkVersion (line 13) | function checkVersion(folder, callback) { function checkVersionExists (line 58) | function checkVersionExists(pkg, version, retry = 0) { function publish (line 76) | function publish(pkg, workDir, version, tag) { function isPrerelease (line 90) | function isPrerelease(v) { function checkVersionAndPublish (line 96) | function checkVersionAndPublish() { FILE: scripts/compile.js constant SRC_DIR (line 24) | const SRC_DIR = 'src'; constant JS_FILES_PATTERN (line 25) | const JS_FILES_PATTERN = '**/*.js'; constant IGNORE_PATTERN (line 26) | const IGNORE_PATTERN = '**/{__tests__,__mocks__}/**'; constant IGNORE_COMPILE_PACKAGES (line 29) | const IGNORE_COMPILE_PACKAGES = ['rax']; function buildPackage (line 46) | function buildPackage(packagesDir, p, isBuildEs) { function getPackages (line 60) | function getPackages(packagesDir, customPackages) { function buildFile (line 75) | function buildFile(packagesDir, file, isBuildEs) { FILE: scripts/dist-core.js constant UMD (line 12) | const UMD = 'umd'; constant ESM (line 13) | const ESM = 'esm'; constant CJS (line 14) | const CJS = 'cjs'; function getExtension (line 16) | function getExtension(format) { function build (line 39) | async function build({ function buildCorePackages (line 137) | function buildCorePackages(options) { function getRaxVersion (line 147) | function getRaxVersion() { FILE: scripts/jest/toWarnDev.js function normalizeCodeLocInfo (line 6) | function normalizeCodeLocInfo(str) { FILE: scripts/validate-commit-msg.js function getCommitMessage (line 155) | function getCommitMessage(buffer) { function getConfig (line 161) | function getConfig() { function getGitFolder (line 167) | function getGitFolder() {