projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
625e221d2c381182c7057312626366c08a263f6e
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (t, a) {
4
a(t(function () {}), true, "Function");
5
a(t({}), false, "Object");
6
a(t(), false, "Undefined");
7
a(t(null), false, "Null");
8
};