Jump to content

JavaScriptCore: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
FedericoMP (talk | contribs)
m Robot-assisted disambiguation (you can help!): C programming language
Line 3: Line 3:
== Features ==
== Features ==
* Powerful [[Garbage collection (computer science)|garbage collector]]
* Powerful [[Garbage collection (computer science)|garbage collector]]
* Developed using [[object-oriented]] [[C++]] ([[SpiderMonkey]] uses [[C programming language|C]])
* Developed using [[object-oriented]] [[C++]] ([[SpiderMonkey]] uses [[C (programming language)|C]])
* Highly portable. Only major dependencies are [[International Components for Unicode|ICU]] and standard C/C++ libraries
* Highly portable. Only major dependencies are [[International Components for Unicode|ICU]] and standard C/C++ libraries
* [[NPRuntime]] support, bindings support
* [[NPRuntime]] support, bindings support

Revision as of 05:12, 10 December 2006

JavaScriptCore is a framework developed by Apple Computer that provides a JavaScript engine for Mac OS X. JavaScriptCore and WebCore together make up Apple's WebKit application framework. JavaScriptCore is based on the combination of the KJS library (which is part of the KDE project) with the PCRE regular expression library.

Features