projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
29d8699d461a8504cbc8c13eba7736abdb54731c
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var isArray = Array.isArray;
4
5
module.exports = function (t, a) {
6
t((t === null) || isArray(t.prototype), true);
7
};