repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
console
/
worker-eval-contains-stack-expected.txt
blob
7d75f9a74f49287c9d00cf131f5af5eafb7ad73e
1
Tests exception message from eval on worker context in console contains stack trace.
2
3
function foo()
4
{
5
throw {a:239};
6
}
7
function boo()
8
{
9
foo();
10
}
11
boo();
12
VM:4 Uncaught Object {a: 239}foo @ VM:4boo @ VM:8(anonymous function) @ VM:10
13