v8/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt
Sigurd Schneider 83d7c4d34b Report reliable embedderName in scriptParsed/scriptFailedToParse
Currently, only a scriptURL is reported, which can be over-written by
sourceURL comments of the script. This means a script can basically
claim to come from anywhere. This means that DevTools doesn't know the
resource name the embedder provided if there is a sourceURL comment.
This CL adds a `embedderName` field to the scriptParsed and
scriptFailedToParse events that reports the name the embedder
associated with the script.

Bug: chromium:974543
Change-Id: I9863f878f57638174847890d9a3818952b1efc27
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2317310
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69078}
2020-07-27 15:40:00 +00:00

291 lines
7.5 KiB
Plaintext

Checks that inspector reports script compiled in Runtime.evaluate, Runtime.callFunctionOn and Runtime.compileScript
Runtime.evaluate with valid expression
{
method : Debugger.scriptParsed
params : {
embedderName :
endColumn : 29
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : true
hash : 088d339a1527053d718d72a610f9700c32e64eef
isLiveEdit : false
isModule : false
length : 29
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
startColumn : 0
startLine : 0
url : evaluate.js
}
}
Runtime.evaluate with syntax error
{
method : Debugger.scriptFailedToParse
params : {
embedderName :
endColumn : 39
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : true
hash : 37f7701801762b5e2198ec5dca86af5775b39421
isModule : false
length : 39
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
startColumn : 0
startLine : 0
url : evaluate-syntax-error.js
}
}
Runtime.callFunctionOn with valid functionDeclaration
{
method : Debugger.scriptParsed
params : {
embedderName :
endColumn : 18
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : false
hash : 1169ab358eba9e1a28fa39e19f578ced708a8404
isLiveEdit : false
isModule : false
length : 18
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
startColumn : 0
startLine : 0
url :
}
}
Runtime.callFunctionOn with syntax error
{
method : Debugger.scriptFailedToParse
params : {
embedderName :
endColumn : 3
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : false
hash : 238d40d96f7b2e1582675bc4cd924d3481abe278
isModule : false
length : 3
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
startColumn : 0
startLine : 0
url :
}
}
Runtime.compileScript with valid expression
{
method : Debugger.scriptParsed
params : {
embedderName : compile-script.js
endColumn : 4
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : false
hash : 337f40d9a52d67b682675bc4cd924d3481abe278
isLiveEdit : false
isModule : false
length : 4
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
startColumn : 0
startLine : 0
url : compile-script.js
}
}
Runtime.compileScript with syntax error
{
method : Debugger.scriptFailedToParse
params : {
embedderName : compile-script-syntax-error.js
endColumn : 1
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : false
hash : 021647ffab1f4e4e82675bc4cd924d3481abe278
isModule : false
length : 1
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
startColumn : 0
startLine : 0
url : compile-script-syntax-error.js
}
}
Runtime.compileScript persistScript: false (should be no script events)
Runtime.evaluate compiled script with stack trace
{
method : Debugger.scriptParsed
params : {
embedderName :
endColumn : 8
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : false
hash : 0435812a3176b201645f85bac0ce254781abe278
isLiveEdit : false
isModule : false
length : 8
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
startColumn : 0
startLine : 0
url :
}
}
{
method : Debugger.scriptParsed
params : {
embedderName :
endColumn : 39
endLine : 4
executionContextId : <executionContextId>
hasSourceURL : true
hash : 1fe25013058a11e86a218cbdab72a4511253d317
isLiveEdit : false
isModule : false
length : 86
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
stackTrace : {
callFrames : [
[0] : {
columnNumber : 2
functionName : fooTop
lineNumber : 10
scriptId : <scriptId>
url : top-frame.js
}
]
}
startColumn : 0
startLine : 0
url : second-frame.js
}
}
{
method : Debugger.scriptParsed
params : {
embedderName :
endColumn : 4
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : false
hash : 337f40d9a52d67b682675bc4cd924d3481abe278
isLiveEdit : false
isModule : false
length : 4
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
stackTrace : {
callFrames : [
[0] : {
columnNumber : 6
functionName : foo
lineNumber : 2
scriptId : <scriptId>
url : second-frame.js
}
]
}
startColumn : 0
startLine : 0
url :
}
}
Runtime.evaluate compile script error with stack trace
{
method : Debugger.scriptParsed
params : {
embedderName :
endColumn : 12
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : false
hash : 04ea8c553176b201645f85ba59eab978523fb6e1
isLiveEdit : false
isModule : false
length : 12
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
startColumn : 0
startLine : 0
url :
}
}
{
method : Debugger.scriptParsed
params : {
embedderName :
endColumn : 48
endLine : 4
executionContextId : <executionContextId>
hasSourceURL : true
hash : 0178c875a610447615aeda1073937cd62e4f0919
isLiveEdit : false
isModule : false
length : 98
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
stackTrace : {
callFrames : [
[0] : {
columnNumber : 2
functionName : fooTopFail
lineNumber : 20
scriptId : <scriptId>
url : top-frame-fail.js
}
]
}
startColumn : 0
startLine : 0
url : second-frame-fail.js
}
}
{
method : Debugger.scriptFailedToParse
params : {
embedderName :
endColumn : 3
endLine : 0
executionContextId : <executionContextId>
hasSourceURL : false
hash : 337f40d93ac843c682675bc4cd924d3481abe278
isModule : false
length : 3
scriptId : <scriptId>
scriptLanguage : JavaScript
sourceMapURL :
stackTrace : {
callFrames : [
[0] : {
columnNumber : 6
functionName : fooFail
lineNumber : 2
scriptId : <scriptId>
url : second-frame-fail.js
}
]
}
startColumn : 0
startLine : 0
url :
}
}