SYMBOL INDEX (25 symbols across 4 files) FILE: code/classLike.js class Father (line 18) | class Father { method constructor (line 19) | constructor() { method fatherPrototype (line 23) | fatherPrototype() { } class Child (line 26) | class Child extends Father { method constructor (line 27) | constructor() { method childPrototype (line 32) | childPrototype() { } FILE: code/next-tick.js function flushCallbacks (line 11) | function flushCallbacks () { function withMacroTask (line 81) | function withMacroTask (fn: Function): Function { FILE: code/state.js function proxy (line 38) | function proxy (target: Object, sourceKey: string, key: string) { function initState (line 48) | function initState (vm: Component) { function initProps (line 64) | function initProps (vm: Component, propsOptions: Object) { function initData (line 112) | function initData (vm: Component) { function getData (line 154) | function getData (data: Function, vm: Component): any { function initComputed (line 169) | function initComputed (vm: Component, computed: Object) { function defineComputed (line 210) | function defineComputed ( function createComputedGetter (line 243) | function createComputedGetter (key) { function initMethods (line 253) | function initMethods (vm: Component, methods: Object) { function initWatch (line 281) | function initWatch (vm: Component, watch: Object) { function createWatcher (line 294) | function createWatcher ( function stateMixin (line 310) | function stateMixin (Vue: Class) { FILE: coolFunction/compose.js function compose (line 1) | function compose() { function what (line 19) | function what(n) { return n } function addTree (line 21) | function addTree(n) { return n + 3 } function multipleFour (line 23) | function multipleFour(n) { return n * 4 } function minusTwo (line 25) | function minusTwo(n) { return n / 2 }