Software:KJS
From HandWiki
Original author(s) | Harri Porten |
---|---|
Developer(s) | KDE |
Initial release | 2000 |
Stable release | 5.85.0 (August 13, 2021[±][1] | )
Written in | C++ |
Type | JavaScript engine |
Website | techbase |
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.[2] Through the WebKit project, JavaScriptCore has since evolved into SquirrelFish Extreme, a JavaScript engine that compiles JavaScript into native machine code.
References
- ↑ "KDE Ships Frameworks 5.85.0". Software:KDE. 13 August 2021. https://kde.org/announcements/frameworks/5/5.85.0/.
- ↑ Stachowiak, Maciej (2002-06-13). "[KDE-Darwin JavaScriptCore, Apple's JavaScript framework based on KJS"]. opendarwin.org. http://www.opendarwin.org/pipermail/kde-darwin/2002-June/000034.html.
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