===================================================================
JsFile: computedPropertyNamesSourceMap1_ES5.js
mapUrl: computedPropertyNamesSourceMap1_ES5.js.map
sourceRoot: 
sources: computedPropertyNamesSourceMap1_ES5.ts
===================================================================
-------------------------------------------------------------------
emittedFile:tests/cases/conformance/es6/computedProperties/computedPropertyNamesSourceMap1_ES5.js
sourceFile:computedPropertyNamesSourceMap1_ES5.ts
-------------------------------------------------------------------
>>>var C = /** @class */ (function () {
1 >
2 >^^^^^^^^^^^^^^^^^^^->
1 >
1 >Emitted(1, 1) Source(1, 1) + SourceIndex(0)
---
>>>    function C() {
1->^^^^
2 >    ^^->
1->
1->Emitted(2, 5) Source(1, 1) + SourceIndex(0)
---
>>>    }
1->^^^^
2 >    ^
3 >     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1->class C {
  >    ["hello"]() {
  >        debugger;
  >    }
  >    get ["goodbye"]() {
  >		return 0;
  >    }
  >
2 >    }
1->Emitted(3, 5) Source(8, 1) + SourceIndex(0)
2 >Emitted(3, 6) Source(8, 2) + SourceIndex(0)
---
>>>    C.prototype["hello"] = function () {
1->^^^^
2 >    ^^^^^^^^^^^^
3 >                ^^^^^^^
4 >                       ^
5 >                        ^^^
1->
2 >    [
3 >                "hello"
4 >                       ]
5 >                        
1->Emitted(4, 5) Source(2, 5) + SourceIndex(0)
2 >Emitted(4, 17) Source(2, 6) + SourceIndex(0)
3 >Emitted(4, 24) Source(2, 13) + SourceIndex(0)
4 >Emitted(4, 25) Source(2, 14) + SourceIndex(0)
5 >Emitted(4, 28) Source(2, 5) + SourceIndex(0)
---
>>>        debugger;
1 >^^^^^^^^
2 >        ^^^^^^^^
3 >                ^
1 >["hello"]() {
  >        
2 >        debugger
3 >                ;
1 >Emitted(5, 9) Source(3, 9) + SourceIndex(0)
2 >Emitted(5, 17) Source(3, 17) + SourceIndex(0)
3 >Emitted(5, 18) Source(3, 18) + SourceIndex(0)
---
>>>    };
1 >^^^^
2 >    ^
3 >     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
  >    
2 >    }
1 >Emitted(6, 5) Source(4, 5) + SourceIndex(0)
2 >Emitted(6, 6) Source(4, 6) + SourceIndex(0)
---
>>>    Object.defineProperty(C.prototype, "goodbye", {
1->^^^^
2 >    ^^^^^^^^^^^^^^^^^^^^^^
3 >                          ^^^^^^^^^^^^^^^^^^^^^^
1->
  >    
2 >    get 
3 >                          ["goodbye"]
1->Emitted(7, 5) Source(5, 5) + SourceIndex(0)
2 >Emitted(7, 27) Source(5, 9) + SourceIndex(0)
3 >Emitted(7, 49) Source(5, 20) + SourceIndex(0)
---
>>>        get: function () {
1 >^^^^^^^^^^^^^
2 >             ^^^^^^^^^->
1 >
1 >Emitted(8, 14) Source(5, 5) + SourceIndex(0)
---
>>>            return 0;
1->^^^^^^^^^^^^
2 >            ^^^^^^^
3 >                   ^
4 >                    ^
1->get ["goodbye"]() {
  >		
2 >            return 
3 >                   0
4 >                    ;
1->Emitted(9, 13) Source(6, 3) + SourceIndex(0)
2 >Emitted(9, 20) Source(6, 10) + SourceIndex(0)
3 >Emitted(9, 21) Source(6, 11) + SourceIndex(0)
4 >Emitted(9, 22) Source(6, 12) + SourceIndex(0)
---
>>>        },
1 >^^^^^^^^
2 >        ^
3 >         ^^^^^^^^^^^^^^^^^->
1 >
  >    
2 >        }
1 >Emitted(10, 9) Source(7, 5) + SourceIndex(0)
2 >Emitted(10, 10) Source(7, 6) + SourceIndex(0)
---
>>>        enumerable: true,
>>>        configurable: true
>>>    });
1->^^^^^^^
2 >       ^^^^^^^->
1->
1->Emitted(13, 8) Source(7, 6) + SourceIndex(0)
---
>>>    return C;
1->^^^^
2 >    ^^^^^^^^
1->
  >
2 >    }
1->Emitted(14, 5) Source(8, 1) + SourceIndex(0)
2 >Emitted(14, 13) Source(8, 2) + SourceIndex(0)
---
>>>}());
1 >
2 >^
3 > 
4 > ^^^^
5 >     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^->
1 >
2 >}
3 > 
4 > class C {
  >     ["hello"]() {
  >         debugger;
  >     }
  >     get ["goodbye"]() {
  > 		return 0;
  >     }
  > }
1 >Emitted(15, 1) Source(8, 1) + SourceIndex(0)
2 >Emitted(15, 2) Source(8, 2) + SourceIndex(0)
3 >Emitted(15, 2) Source(1, 1) + SourceIndex(0)
4 >Emitted(15, 6) Source(8, 2) + SourceIndex(0)
---
>>>//# sourceMappingURL=computedPropertyNamesSourceMap1_ES5.js.map