DescriptionFix detection of BUILTIN functions
In the asm.js to wasm pipeline, we generate an entry function with
BUILTIN code, but still attached to a TYPE_NORMAL script.
This fix avoids trying to set a breakpoint there, resulting in a crash
on DCHECK(shared->HasDebugInfo()).
Also add two inspector tests to track regressions.
BUG=v8:5568
R=titzer@chromium.org,mstarzinger@chromium.org
Committed: https://crrev.com/1cac34ed6b98ce756568009bd4082f17aadbb256
Cr-Commit-Position: refs/heads/master@{#40633}
Patch Set 1 #Patch Set 2 : Add expected output #Patch Set 3 : Fix expected output #
Messages
Total messages: 25 (17 generated)
|