1 // Inspired by Google Closure:
2 // http://closure-library.googlecode.com/svn/docs/
3 // closure_goog_array_array.js.html#goog.array.clear
7 var value = require('../../object/valid-value');
9 module.exports = function () {
10 value(this).length = 0;