86d512c848
We used to calculate hash in completely incorrect way. We use each forth character to calculate hash but we should use each one. R=dgozman@chromium.org Bug: v8:7426 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: Iaaa317bbf3b3ef71632735dfd069db450283b6f4 Reviewed-on: https://chromium-review.googlesource.com/909586 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#51191}
754 lines
16 KiB
Plaintext
754 lines
16 KiB
Plaintext
Checks that inspector correctly process compiled scripts
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo1(){}//# sourceURL=oneline.js<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 662C2191D614E753232391E558B6EC90C2F0E2F1
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 42
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : oneline.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo2(){}//# sourceURL=oneline-without-nl.js
|
|
}
|
|
{
|
|
endColumn : 52
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 362F9F016AAA39B904701571F19E8FA0B174F0B3
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 52
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : oneline-without-nl.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo3(){}<nl>//# sourceURL=twoline.js<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 2
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 976FA8F0184B894A9B10AFE4AC94EC437EE4FB60
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 43
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : twoline.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo4(){}<nl><nl>//# sourceURL=threeline.js<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 3
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 3F4F1CC20C664E61705CD011E025DD093676ED54
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 46
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : threeline.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo5(){}//# sourceMappingURL=oneline-map<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 55928721655B662420FC9F66450A7C2C327C8C36
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 50
|
|
scriptId : <scriptId>
|
|
sourceMapURL : oneline-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo6(){}//# sourceMappingURL=oneline-without-nl-map
|
|
}
|
|
{
|
|
endColumn : 60
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : CF0E583119A280424958512525ECCFB3B4F7A262
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 60
|
|
scriptId : <scriptId>
|
|
sourceMapURL : oneline-without-nl-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo7(){}<nl>//# sourceMappingURL=twoline-map<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 2
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : D1FA51B286EA72144EC0E44681120344F2D2EBD5
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 51
|
|
scriptId : <scriptId>
|
|
sourceMapURL : twoline-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo8(){}<nl><nl>//# sourceMappingURL=threeline-map<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 3
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 7ABA6300FC0D3908C0536EE2EFF60B48E36FFA35
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 54
|
|
scriptId : <scriptId>
|
|
sourceMapURL : threeline-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo9(){}//# sourceMappingURL=source-mapping-url-map<nl>//# sourceURL=source-url.js
|
|
}
|
|
{
|
|
endColumn : 27
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : EB6DE473AF1788035E434F41ABC86140BD638644
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 88
|
|
scriptId : <scriptId>
|
|
sourceMapURL : source-mapping-url-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : source-url.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo10(){}//# sourceURL=source-url.js<nl>//# sourceMappingURL=source-mapping-url-map
|
|
}
|
|
{
|
|
endColumn : 43
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 63710BD01F77B0F0C00E0662B45B782A5976A206
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 89
|
|
scriptId : <scriptId>
|
|
sourceMapURL : source-mapping-url-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : source-url.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo11(){}<nl>//# sourceURL=end1.js
|
|
}
|
|
{
|
|
endColumn : 21
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : FC51669018C05471C8F46535240B9C77110E7291
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 40
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : end1.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo12(){}<nl>//# sourceURL=end2.js
|
|
}
|
|
{
|
|
endColumn : 22
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : FE0F41315BEF7930C8F465359F53D504110E7291
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 41
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : end2.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo13(){}
|
|
}
|
|
{
|
|
endColumn : 18
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 1D33B330614150F8F7EB45184E245F542E304118
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 18
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo15(){}; eval("function foo14(){}//# sourceURL=eval.js")//# sourceURL=eval-wrapper.js
|
|
}
|
|
{
|
|
endColumn : 96
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 474CCF101B1996849E154ED20F854F368C793767
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 96
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : eval-wrapper.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo14(){}//# sourceURL=eval.js
|
|
}
|
|
{
|
|
endColumn : 39
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : DD0A3C60B97506161FA15D9419969A90DF33E2E0
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 39
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : eval.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo16(){}<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 1D33B330A774BD52F7EB45184E245F54C94FB815
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 19
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo17(){}<nl><nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 2
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 1D33B330EA93E221F7EB45184E245F5479702083
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 20
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo18(){}<nl><nl><nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 3
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 867981735982F829F7EB45184E245F5479702083
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 21
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo19(){}<nl><nl><nl><nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 4
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 095D6881D29C0D76F7EB45184E245F5479702083
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 22
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo1(){}//# sourceURL=oneline.js<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 662C2191D614E753232391E558B6EC90C2F0E2F1
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 42
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : oneline.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo2(){}//# sourceURL=oneline-without-nl.js
|
|
}
|
|
{
|
|
endColumn : 52
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 362F9F016AAA39B904701571F19E8FA0B174F0B3
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 52
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : oneline-without-nl.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo3(){}<nl>//# sourceURL=twoline.js<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 2
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 976FA8F0184B894A9B10AFE4AC94EC437EE4FB60
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 43
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : twoline.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo4(){}<nl><nl>//# sourceURL=threeline.js<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 3
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 3F4F1CC20C664E61705CD011E025DD093676ED54
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 46
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : threeline.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo5(){}//# sourceMappingURL=oneline-map<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 55928721655B662420FC9F66450A7C2C327C8C36
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 50
|
|
scriptId : <scriptId>
|
|
sourceMapURL : oneline-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo6(){}//# sourceMappingURL=oneline-without-nl-map
|
|
}
|
|
{
|
|
endColumn : 60
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : CF0E583119A280424958512525ECCFB3B4F7A262
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 60
|
|
scriptId : <scriptId>
|
|
sourceMapURL : oneline-without-nl-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo7(){}<nl>//# sourceMappingURL=twoline-map<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 2
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : D1FA51B286EA72144EC0E44681120344F2D2EBD5
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 51
|
|
scriptId : <scriptId>
|
|
sourceMapURL : twoline-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo8(){}<nl><nl>//# sourceMappingURL=threeline-map<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 3
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 7ABA6300FC0D3908C0536EE2EFF60B48E36FFA35
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 54
|
|
scriptId : <scriptId>
|
|
sourceMapURL : threeline-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo9(){}//# sourceMappingURL=source-mapping-url-map<nl>//# sourceURL=source-url.js
|
|
}
|
|
{
|
|
endColumn : 27
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : EB6DE473AF1788035E434F41ABC86140BD638644
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 88
|
|
scriptId : <scriptId>
|
|
sourceMapURL : source-mapping-url-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : source-url.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo10(){}//# sourceURL=source-url.js<nl>//# sourceMappingURL=source-mapping-url-map
|
|
}
|
|
{
|
|
endColumn : 43
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 63710BD01F77B0F0C00E0662B45B782A5976A206
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 89
|
|
scriptId : <scriptId>
|
|
sourceMapURL : source-mapping-url-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : source-url.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo11(){}<nl>//# sourceURL=end1.js
|
|
}
|
|
{
|
|
endColumn : 21
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : FC51669018C05471C8F46535240B9C77110E7291
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 40
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : end1.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo12(){}<nl>//# sourceURL=end2.js
|
|
}
|
|
{
|
|
endColumn : 22
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : FE0F41315BEF7930C8F465359F53D504110E7291
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 41
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : end2.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo13(){}
|
|
}
|
|
{
|
|
endColumn : 18
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 1D33B330614150F8F7EB45184E245F542E304118
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 18
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo15(){}; eval("function foo14(){}//# sourceURL=eval.js")//# sourceURL=eval-wrapper.js
|
|
}
|
|
{
|
|
endColumn : 96
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : 474CCF101B1996849E154ED20F854F368C793767
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 96
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : eval-wrapper.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo14(){}//# sourceURL=eval.js
|
|
}
|
|
{
|
|
endColumn : 39
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : DD0A3C60B97506161FA15D9419969A90DF33E2E0
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 39
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
stackTrace : {
|
|
callFrames : [
|
|
[0] : {
|
|
columnNumber : 20
|
|
functionName :
|
|
lineNumber : 0
|
|
scriptId : <scriptId>
|
|
url : eval-wrapper.js
|
|
}
|
|
]
|
|
}
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : eval.js
|
|
}
|
|
scriptFailedToParse
|
|
{
|
|
scriptSource : }//# sourceURL=failed.js<nl>//# sourceMappingURL=failed-map
|
|
}
|
|
{
|
|
endColumn : 31
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : true
|
|
hash : BB13EE1015533BA2FF7F72464D9CDD374BABDA67
|
|
isModule : false
|
|
length : 56
|
|
scriptId : <scriptId>
|
|
sourceMapURL : failed-map
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : failed.js
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo16(){}<nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 1
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 1D33B330A774BD52F7EB45184E245F54C94FB815
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 19
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo17(){}<nl><nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 2
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 1D33B330EA93E221F7EB45184E245F5479702083
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 20
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo18(){}<nl><nl><nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 3
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 867981735982F829F7EB45184E245F5479702083
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 21
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
scriptParsed
|
|
{
|
|
scriptSource : function foo19(){}<nl><nl><nl><nl>
|
|
}
|
|
{
|
|
endColumn : 0
|
|
endLine : 4
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : 095D6881D29C0D76F7EB45184E245F5479702083
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 22
|
|
scriptId : <scriptId>
|
|
sourceMapURL :
|
|
startColumn : 0
|
|
startLine : 0
|
|
url :
|
|
}
|
|
Remove script references and re-enable debugger.
|