SYMBOL INDEX (96 symbols across 36 files) FILE: __e2e__/buildTestBundle.js function buildTestBundle (line 11) | function buildTestBundle() { FILE: __e2e__/fixture/apollo.js function run (line 15) | async function run() { FILE: __e2e__/fixture/mobx.js function run (line 7) | function run() { FILE: __e2e__/fixture/redux.js function run (line 5) | function run() { FILE: __e2e__/fixture/remotedev.js function run (line 21) | function run() { FILE: __e2e__/fixture/xhr-test.js function run (line 3) | async function run() { FILE: __e2e__/mockRNServer.js function createMockRNServer (line 4) | function createMockRNServer(port = 8081) { FILE: app/actions/debugger.js constant SET_DEBUGGER_LOCATION (line 1) | const SET_DEBUGGER_LOCATION = 'SET_DEBUGGER_LOCATION' constant SET_DEBUGGER_STATUS (line 2) | const SET_DEBUGGER_STATUS = 'SET_DEBUGGER_STATUS' constant SET_DEBUGGER_WORKER (line 3) | const SET_DEBUGGER_WORKER = 'SET_DEBUGGER_WORKER' constant SYNC_STATE (line 4) | const SYNC_STATE = 'SYNC_STATE' constant BEFORE_WINDOW_CLOSE (line 5) | const BEFORE_WINDOW_CLOSE = 'BEFORE_WINDOW_CLOSE' FILE: app/actions/setting.js constant TOGGLE_DEVTOOLS (line 1) | const TOGGLE_DEVTOOLS = 'TOGGLE_DEVTOOLS' constant RESIZE_DEVTOOLS (line 2) | const RESIZE_DEVTOOLS = 'RESIZE_DEVTOOLS' constant CHANGE_DEFAULT_THEME (line 3) | const CHANGE_DEFAULT_THEME = 'CHANGE_DEFAULT_THEME' FILE: app/components/Draggable.js class Draggable (line 15) | class Draggable extends PureComponent { method render (line 38) | render() { FILE: app/components/FormInput.js class FormInput (line 30) | class FormInput extends PureComponent { method constructor (line 31) | constructor(props) { method render (line 51) | render() { FILE: app/containers/App.js class App (line 66) | class App extends Component { method componentDidMount (line 67) | componentDidMount() { method componentWillUnmount (line 84) | componentWillUnmount() { method setDebuggerLocation (line 94) | setDebuggerLocation({ projectRoots, ...location }) { method getDevToolsSize (line 122) | getDevToolsSize() { method renderPortSetting (line 150) | renderPortSetting() { method renderReduxDevTools (line 167) | renderReduxDevTools(size) { method renderReactInspector (line 176) | renderReactInspector(size) { method render (line 184) | render() { FILE: app/containers/ReactInspector.js class ReactInspector (line 41) | class ReactInspector extends Component { method setProjectRoots (line 42) | static setProjectRoots(projectRoots) { method componentDidMount (line 48) | componentDidMount() { method UNSAFE_componentWillReceiveProps (line 57) | UNSAFE_componentWillReceiveProps(nextProps) { method shouldComponentUpdate (line 80) | shouldComponentUpdate() { method componentWillUnmount (line 84) | componentWillUnmount() { method startServer (line 111) | startServer(port = this.listeningPort) { method render (line 133) | render() { FILE: app/containers/redux/DevTools.js function App (line 12) | function App() { FILE: app/containers/redux/Header.js function Header (line 22) | function Header(props) { FILE: app/containers/redux/Settings.js class Settings (line 6) | class Settings extends Component { method constructor (line 11) | constructor(props) { method render (line 20) | render() { FILE: app/middlewares/debuggerAPI.js constant APOLLO_MESSAGE_PREFIX (line 32) | const APOLLO_MESSAGE_PREFIX = 'ac-devtools:' FILE: app/reducers/debugger.js function getStatusMessage (line 8) | function getStatusMessage(status, port) { FILE: app/utils/devMenu.js method toggle (line 45) | toggle() { method change (line 159) | change(nextIndex) { method click (line 168) | click() { method click (line 177) | click() { FILE: app/worker/apollo.js function handleApolloClient (line 2) | function handleApolloClient() { FILE: app/worker/asyncStorage.js function convertError (line 6) | function convertError(error) { function convertErrors (line 15) | function convertErrors(errs) { method getItem (line 32) | getItem(key) { method setItem (line 47) | async setItem(key, value) { method clear (line 60) | clear() { method getAllKeys (line 72) | getAllKeys() { FILE: app/worker/index.js method executeApplicationScript (line 61) | executeApplicationScript(message, sendReply) { method emitReduxMessage (line 82) | emitReduxMessage() { method emitApolloMessage (line 86) | emitApolloMessage() { method invokeDevMenuMethod (line 90) | invokeDevMenuMethod({ name, args }) { method beforeTerminate (line 94) | beforeTerminate() { FILE: app/worker/polyfills/fetch.js function getRNDebuggerFetchPolyfills (line 8) | function getRNDebuggerFetchPolyfills() { FILE: app/worker/reduxAPI.js function configureStore (line 16) | function configureStore(next, subscriber, options) { function getStackTrace (line 30) | function getStackTrace(config, toExcludeFromTrace) { function getLiftedState (line 65) | function getLiftedState(store, filters) { function relay (line 69) | function relay(type, state, instance, action, nextActionId) { function dispatchRemotely (line 118) | function dispatchRemotely(action, instance) { function importPayloadFrom (line 128) | function importPayloadFrom(store, state, instance) { function exportState (line 139) | function exportState({ id: instanceId, store, serializeState }) { function handleMessages (line 160) | function handleMessages(message) { function start (line 198) | function start(instance) { function checkForReducerErrors (line 215) | function checkForReducerErrors(liftedState, instance) { function monitorReducer (line 223) | function monitorReducer(state = {}, action = {}) { function handleChange (line 228) | function handleChange(state, liftedState, maxAge, instance) { function devToolsEnhancer (line 254) | function devToolsEnhancer(options = {}) { function composeWithDevTools (line 365) | function composeWithDevTools(...funcs) { FILE: app/worker/remotedev.js function extractState (line 9) | function extractState(message) { function handleMessages (line 15) | function handleMessages(message) { function start (line 30) | function start() { function transformAction (line 42) | function transformAction(action, config) { function send (line 61) | function send(action, state, type, options) { function connect (line 82) | function connect(options = {}) { function disconnect (line 122) | function disconnect() {} FILE: app/worker/utils.js constant RN_DEBUGGER_URL_PART (line 98) | const RN_DEBUGGER_URL_PART = 'RNDebuggerWorker.js' constant BUNDLE_URL_REGEXP (line 99) | const BUNDLE_URL_REGEXP = /(http[\S]*?index\.bundle\?[\S]*?)(:\d+:?\d?)/ function updateStackWithSourceMap (line 105) | function updateStackWithSourceMap(stack) { FILE: electron/url-handle/port.js function read (line 12) | function read() { FILE: examples/test-old-bridge/App.js function App (line 15) | function App() { FILE: examples/test-old-bridge/examples/apollo/App.js function App (line 26) | function App() { FILE: examples/test-old-bridge/examples/apollo/SimpleQuery.js constant GET_DATA (line 14) | const GET_DATA = gql` function SimpleQuery (line 24) | function SimpleQuery() { FILE: examples/test-old-bridge/examples/redux/features/counter/Counter.js function Counter (line 34) | function Counter() { FILE: examples/test-old-bridge/examples/redux/features/counter/counterAPI.js function fetchCount (line 2) | function fetchCount(amount = 1) { FILE: npm-package/src/injectDevToolsMiddleware.js function getFlag (line 136) | function getFlag(moduleName, version) { FILE: npm-package/src/open.js function connectToRND (line 9) | function connectToRND(rndPath, log, cb) { FILE: scripts/mac/createUniversalApp.js function run (line 11) | async function run() { FILE: scripts/postinstall.js function run (line 3) | async function run() {