Framework
- JavaScriptCore
Overview
See the Overview section above for header-level documentation.
Overview
Included Headers
<JavaScriptCore/JSObjectRef.h>
<JavaScriptCore/JSValueRef.h>
<JavaScriptCore/WebKitAvailability.h>
<stdbool.h>
Framework
See the Overview section above for header-level documentation.
<JavaScriptCore/JSObjectRef.h>
<JavaScriptCore/JSValueRef.h>
<JavaScriptCore/WebKitAvailability.h>
<stdbool.h>
func JSContext Get Global Object(JSContext Ref!)Gets the global object of a JavaScript execution context.
func JSContext Get Group(JSContext Ref!)Gets the context group to which a JavaScript execution context belongs.
func JSContext Group Create()Creates a JavaScript context group.
func JSContext Group Release(JSContext Group Ref!)Releases a JavaScript context group.
func JSContext Group Retain(JSContext Group Ref!)Retains a JavaScript context group.
func JSGlobal Context Create(JSClass Ref!)Creates a global JavaScript execution context.
func JSGlobal Context Create In Group(JSContext Group Ref!, JSClass Ref!)Creates a global JavaScript execution context in the context group provided.
func JSGlobal Context Release(JSGlobal Context Ref!)Releases a global JavaScript execution context.
func JSGlobal Context Retain(JSGlobal Context Ref!)Retains a global JavaScript execution context.
Defines the JavaScriptCore interface engine
A JavaScript Object
A UTF16 character buffer that is the fundamental string representation in JavaScript.
Contains CFString convenience methods.
A JavaScript value that is the base type for all JavaScript values and the polymorphic functions on them.