// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S8.6_D1.2; * @section: 8.6; * @assertion: An Object may have up to 16384 properties ; * @description: Create 16384 properties of any Object; */ ////////////////////////////////////////////////////////////////////////////// //CHECK#1 COUNT=16384; var props={}; for (var i=0;i