projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ad36a213c6053e41edf5c610522ab6646f8d2e8d
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (t, a) {
4
a(t.call(''), null, "Null");
5
a(t.call('abcdef'), 'f', "String");
6
};