JavaScript-1.5 Reference
JS_Unlock
Function
Deprecated
Summary
Unlocks a previously locked JS run-time environment.
Syntax
void JS_Unlock(JSRuntime *rt);
Name
Type
Description
*rt
JSRuntime
Pointer to a previously established JS run-time environment with which to associate this context.
Description
JS_Unlock
is a deprecated API; don't use it.
See Also
Groups
[
Deprecated
|
Function
]
Documents
[
LXR ID Search
]
Entries
[
JS_GetRuntime
|
JS_Lock
]
This page was generated by
APIDOC