b40540b6ba61b01410c14c915ced3feeae5cd9b3
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = function (t, a) {
4         var f = function () {};
5         a(t(f), f, "Function");
6         a.throws(function () {
7                 t({});
8         }, "Not Function");
9 };