File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- ' use strict' ;
5+ " use strict" ;
66
77
88// This file relies on the fact that the following declaration has been made
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- ' use strict' ;
5+ " use strict" ;
66
77
88// This file relies on the fact that the following declaration has been made
Original file line number Diff line number Diff line change 77// var $Function = global.Function;
88// var $Array = global.Array;
99
10+ "use strict" ;
11+
1012
1113( function ( ) {
1214 function FunctionToMethod ( homeObject ) {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- ' use strict' ;
5+ " use strict" ;
66
77// This file relies on the fact that the following declaration has been made
88// in runtime.js:
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- ' use strict' ;
5+ " use strict" ;
66
77var callSiteCache = new $Map ;
88
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- ' use strict' ;
5+ " use strict" ;
66
77// This file relies on the fact that the following declaration has been made
88// in runtime.js and symbol.js:
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- ' use strict' ;
5+ " use strict" ;
66
77// This file relies on the fact that the following declaration has been made
88// in runtime.js:
Original file line number Diff line number Diff line change 1919// All unchanged functions have their positions updated accordingly.
2020//
2121// LiveEdit namespace is declared inside a single function constructor.
22+
23+ "use strict" ;
24+
2225Debug . LiveEdit = new function ( ) {
2326
2427 // Forward declaration for minifier.
@@ -953,7 +956,7 @@ Debug.LiveEdit = new function() {
953956
954957 FunctionPatchabilityStatus . SymbolName = function ( code ) {
955958 var enumeration = FunctionPatchabilityStatus ;
956- for ( name in enumeration ) {
959+ for ( var name in enumeration ) {
957960 if ( enumeration [ name ] == code ) {
958961 return name ;
959962 }
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5- ' use strict' ;
5+ " use strict" ;
66
77
88// This file relies on the fact that the following declaration has been made
You can’t perform that action at this time.
0 commit comments