Here is the case: ``` var x = { "abc": function () { return 1; }, "def": function () { this.abc(); //cannot go to definition } }; ``` This function works well in sublime