Comment #2 on issue 2382 by [email protected]: What's the name of my context? http://code.google.com/p/v8/issues/detail?id=2382
I've managed it,and run the code below:
var p=[];
for(var o in this){
p.push(o);
}
p.sort(function(a,b){
return a>b?1:-1;
})
p.join();
Howerver,sometime, it will get idle and crushed strangely. V8 version 3.14.5
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
