![]() |
Ultralight C API 1.4.0
|
Functions | |
| JSContextGroupRef | JSContextGroupCreate (void) JSC_API_AVAILABLE(macos(10.6) |
| Creates a JavaScript context group. | |
| JSContextGroupRef | ios (7.0)) |
| JSContextGroupRef | JSContextGroupRetain (JSContextGroupRef group) JSC_API_AVAILABLE(macos(10.6) |
| Retains a JavaScript context group. | |
| void | JSContextGroupRelease (JSContextGroupRef group) JSC_API_AVAILABLE(macos(10.6) |
| Releases a JavaScript context group. | |
| JSGlobalContextRef | JSGlobalContextCreate (JSClassRef globalObjectClass) JSC_API_AVAILABLE(macos(10.5) |
| Creates a global JavaScript execution context. | |
| JSGlobalContextRef | JSGlobalContextCreateInGroup (JSContextGroupRef group, JSClassRef globalObjectClass) JSC_API_AVAILABLE(macos(10.6) |
| Creates a global JavaScript execution context in the context group provided. | |
| JSGlobalContextRef | JSGlobalContextRetain (JSGlobalContextRef ctx) |
| Retains a global JavaScript execution context. | |
| void | JSGlobalContextRelease (JSGlobalContextRef ctx) |
| Releases a global JavaScript execution context. | |
| JSObjectRef | JSContextGetGlobalObject (JSContextRef ctx) |
| Gets the global object of a JavaScript execution context. | |
| JSContextGroupRef | JSContextGetGroup (JSContextRef ctx) JSC_API_AVAILABLE(macos(10.6) |
| Gets the context group to which a JavaScript execution context belongs. | |
| JSGlobalContextRef | JSContextGetGlobalContext (JSContextRef ctx) JSC_API_AVAILABLE(macos(10.7) |
| Gets the global context of a JavaScript execution context. | |
| JSStringRef | JSGlobalContextCopyName (JSGlobalContextRef ctx) JSC_API_AVAILABLE(macos(10.10) |
| Gets a copy of the name of a context. | |
| JSStringRef | ios (8.0)) |
| void | JSGlobalContextSetName (JSGlobalContextRef ctx, JSStringRef name) JSC_API_AVAILABLE(macos(10.10) |
| Sets the name exposed when inspecting a context. | |
| bool | JSGlobalContextIsInspectable (JSGlobalContextRef ctx) JSC_API_AVAILABLE(macos(JSC_MAC_TBA) |
| Gets whether the context is inspectable in Web Inspector. | |
| bool | ios (JSC_IOS_TBA)) |
| void | JSGlobalContextSetInspectable (JSGlobalContextRef ctx, bool inspectable) JSC_API_AVAILABLE(macos(JSC_MAC_TBA) |
| Sets whether the context is inspectable in Web Inspector. Default value is NO. | |
| JSStringRef ios | ( | 7. | 0 | ) |
| void ios | ( | 8. | 0 | ) |
| void ios | ( | JSC_IOS_TBA | ) |
| JSGlobalContextRef JSContextGetGlobalContext | ( | JSContextRef | ctx | ) |
Gets the global context of a JavaScript execution context.
| JSObjectRef JSContextGetGlobalObject | ( | JSContextRef | ctx | ) |
Gets the global object of a JavaScript execution context.
| JSContextGroupRef JSContextGetGroup | ( | JSContextRef | ctx | ) |
Gets the context group to which a JavaScript execution context belongs.
| JSContextGroupRef JSContextGroupCreate | ( | void | ) |
Creates a JavaScript context group.
| void JSContextGroupRelease | ( | JSContextGroupRef | group | ) |
Releases a JavaScript context group.
| JSContextGroupRef JSContextGroupRetain | ( | JSContextGroupRef | group | ) |
Retains a JavaScript context group.
| JSStringRef JSGlobalContextCopyName | ( | JSGlobalContextRef | ctx | ) |
Gets a copy of the name of a context.
| JSGlobalContextRef JSGlobalContextCreate | ( | JSClassRef | globalObjectClass | ) |
Creates a global JavaScript execution context.
| JSGlobalContextRef JSGlobalContextCreateInGroup | ( | JSContextGroupRef | group, |
| JSClassRef | globalObjectClass ) |
Creates a global JavaScript execution context in the context group provided.
| bool JSGlobalContextIsInspectable | ( | JSGlobalContextRef | ctx | ) |
Gets whether the context is inspectable in Web Inspector.
| void JSGlobalContextRelease | ( | JSGlobalContextRef | ctx | ) |
Releases a global JavaScript execution context.
| JSGlobalContextRef JSGlobalContextRetain | ( | JSGlobalContextRef | ctx | ) |
Retains a global JavaScript execution context.
| void JSGlobalContextSetInspectable | ( | JSGlobalContextRef | ctx, |
| bool | inspectable ) |
Sets whether the context is inspectable in Web Inspector. Default value is NO.
| void JSGlobalContextSetName | ( | JSGlobalContextRef | ctx, |
| JSStringRef | name ) |
Sets the name exposed when inspecting a context.