Source code

Revision control

Copy as Markdown

Other Tools

ForIn_2();
function ForIn_2( object ) {
PropertyArray=new Array;
var PropertyArray = 'Do not assert: !cx->throwing';
for ( i in object ) PropertyArray.length-1;
}