PR-URL: https://github.com/nodejs/node/pull/58070 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
78 lines
1.8 KiB
Plaintext
78 lines
1.8 KiB
Plaintext
Test buildId from Wasm modules.
|
|
|
|
Running test: testWasmModuleWithBuildId
|
|
Instantiate wasm module.
|
|
Waiting for wasm script (ignoring first non-wasm script).
|
|
done
|
|
{
|
|
buildId : 000102030405060708090a0b0c0d0e0f
|
|
codeOffset : 20
|
|
debugSymbols : [
|
|
]
|
|
embedderName : wasm://wasm/93c1e41e
|
|
endColumn : 68
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 68
|
|
scriptId : <scriptId>
|
|
scriptLanguage : WebAssembly
|
|
sourceMapURL :
|
|
stackTrace : {
|
|
callFrames : [
|
|
[0] : {
|
|
columnNumber : 9
|
|
functionName :
|
|
lineNumber : 7
|
|
scriptId : <scriptId>
|
|
url : v8://test/instantiate
|
|
}
|
|
]
|
|
}
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : wasm://wasm/93c1e41e
|
|
}
|
|
Done.
|
|
|
|
Running test: testWasmModuleWithoutBuildId
|
|
Instantiate wasm module.
|
|
Waiting for wasm script (ignoring first non-wasm script).
|
|
done
|
|
{
|
|
buildId :
|
|
codeOffset : 20
|
|
debugSymbols : [
|
|
]
|
|
embedderName : wasm://wasm/252a2e9e
|
|
endColumn : 40
|
|
endLine : 0
|
|
executionContextId : <executionContextId>
|
|
hasSourceURL : false
|
|
hash : e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
|
isLiveEdit : false
|
|
isModule : false
|
|
length : 40
|
|
scriptId : <scriptId>
|
|
scriptLanguage : WebAssembly
|
|
sourceMapURL :
|
|
stackTrace : {
|
|
callFrames : [
|
|
[0] : {
|
|
columnNumber : 9
|
|
functionName :
|
|
lineNumber : 7
|
|
scriptId : <scriptId>
|
|
url : v8://test/instantiate
|
|
}
|
|
]
|
|
}
|
|
startColumn : 0
|
|
startLine : 0
|
|
url : wasm://wasm/252a2e9e
|
|
}
|
|
Done.
|