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