projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5577273501531e96d1127ef67e1de1bf2684748a
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var SubArray = require('../../_sub-array-dummy-safe')
4
5
, pass = function () { return true; };
6
7
module.exports = function () {
8
return (new SubArray()).filter(pass) instanceof SubArray;
9
};