Main article: KDE Frameworks
KJS is KDE‘s ECMAScript–JavaScript engine that was originally developed for the KDE project’s Konqueror web browser by Harri Porten in 2000.
On June 13, 2002, Maciej Stachowiak announced on a mailing list that Apple was releasing JavaScriptCore, a framework for Mac OS X that was based on KJS.[3] Through the WebKit project, JavaScriptCore has since evolved into SquirrelFish Extreme, a JavaScript engine that compiles JavaScript into native machine code.
References
- ^ KDE (2016-11-15). “Release of KDE Frameworks 5.28.0”. Retrieved 2016-11-15.
- ^ “KDE Ships Third Beta of Frameworks 5”. KDE. 2014-06-05.
- ^ Stachowiak, Maciej (2002-06-13). “[KDE-Darwin] JavaScriptCore, Apple’s JavaScript framework based on KJS”. opendarwin.org. Archived from the original on 2007-03-10. Retrieved 2015-05-13.
External links
- KJS (KDE JavaScript/EcmaScript Engine) – api.kde.org
- KJSEmbed (allows access to QObjects from JavaScript)
- KJSEmbed Documentation
- OpenDarwin’s JavaScript engine based on KJS