| javascript Programming Glossary: emulatedJavascript library: to obfuscate or not to obfuscate - that is the question http://stackoverflow.com/questions/2862470/javascript-library-to-obfuscate-or-not-to-obfuscate-that-is-the-question  downloaded script . I can accept the fact that it will be emulated over time thats par for the course its part of business . I.. 
 Object.defineProperty in ES5? http://stackoverflow.com/questions/3830800/object-defineproperty-in-es5  object that doesn't inherits from anything. This can't be emulated with the Crockford's Object.create shim because when the new.. I would recommend you to detect the things that can't be emulated. The following would be a safer version of the Crockford's Object.create.. 
 Why is Function.prototype.bind slow? http://stackoverflow.com/questions/8656106/why-is-function-prototype-bind-slow  in chrome native bind is almost 5 times slower then an emulated version of bind in opera native bind is almost 4 times faster.. bind in opera native bind is almost 4 times faster then an emulated version of bind Where an emulated version of bind in this case.. 4 times faster then an emulated version of bind Where an emulated version of bind in this case is var emulatebind function f context.. 
 |