projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cab8bc9e323bbd815a550c590de34fdc0436b5db
[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()).concat('foo') instanceof SubArray;
7
};