| ||||||
SummaryReturns the ID of the associated thread for a context. | ||||||
SyntaxintN JS_GetContextThread(JSContext *cx);
| ||||||
DescriptionJS_GetContextThread returns the ID of the thread currently
associated with this context.
| ||||||
NotesJS_GetContextThread is available only if the engine is built
with JS_THREADSAFE .
| ||||||
See Also
|