projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e40c305b98fe685996b0dff4b9f1a14320ce03cb
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (t, a) {
4
var x = [4, 5, 6], y = { length: 8 }, w = {}, z = { length: 1 };
5
6
a.deep([x, y, w, z].sort(t), [w, z, x, y]);
7
};