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
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
console
/
resources
/
stack-with-sourceUrl.js
blob
58bc0dfd0836495c5d6b7bab58dc41627f444c6d
1
var c = "Some test"
2
3
function namedFunction()
4
{
5
console.log(new Error(c).stack);
6
}
7
8
namedFunction();
9
10
//@ sourceURL=foob.js