projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
425723e74b07b95db4df8853e3953256a9efc489
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (t, a) {
4
a(t(2), false, "Number");
5
a(t({}), false, "Not numeric");
6
a(t(NaN), true, "NaN");
7
};