projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9a29855f87dc6acb17c437cfac78f193180f2671
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var toString = Object.prototype.toString
4
5
, id = toString.call((function () { return arguments; }()));
6
7
module.exports = function (x) { return (toString.call(x) === id); };