node-v8-clone
node-v8-clone copied to clipboard
fix a bug in Object.keys() cloner
There is a bug in Object.keys() cloner implementation, which makes a false sense that Object.keys() cloning method is faster than for(in) method.