Obsolete since JSAPI 12
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Unlock a previously locked JS run-time environment.
Syntax
void JS_Unlock(JSRuntime *rt);
Name | Type | Description |
---|---|---|
rt |
JSRuntime * |
Pointer to the runtime to unlock. |
Description
JS_Unlock
is a deprecated API; don't use it.