projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0f5ebd78459728e183b48463fee09a1cfdad4f9d
[platform/framework/web/crosswalk-tizen.git]
/
1
// test the opposite of default settings
2
a?foo():bar();
3
4
b = (dolor!==amet) ? 'ipsum': 'dolor';
5
6
if(true){
7
c = !a ?(!foo?d : function(){
8
return a;
9
}):b;
10
}