projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
27122e072a70cd31df47cb568d1323793d91db0a
[platform/framework/web/crosswalk-tizen.git]
/
1
function foo(a) {throw new Error('invalid args')
2
function b() {
3
throw Error('no new');}
4
}
5
6
throw "this is an anti-pattern, never throw string, only Error objects";
7