Jump to content

JavaScriptCore: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
propose merge
Line 1: Line 1:
{{Mergeto|WebKit|Talk:WebKit#Merge of WebKit subprojects|date=October 2007}}

'''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 [[KDE's JavaScript engine|KJS]] [[Library (computer science)|library]] (which is part of the [[KDE]] project) with the [[PCRE]] [[regular expression]] library.
'''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 [[KDE's JavaScript engine|KJS]] [[Library (computer science)|library]] (which is part of the [[KDE]] project) with the [[PCRE]] [[regular expression]] library.



Revision as of 16:05, 3 October 2007

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

Template:WebKit