Search completed in 0.91 seconds.
3 results for "JS::AutoCheckCannotGC":
JS_GetLatin1FlatStringChars
MozillaProjectsSpiderMonkeyJSAPI referenceJS GetLatin1FlatStringChars
syntax const js::latin1char * js_getlatin1flatstringchars(const js::autocheckcannotgc &nogc, jsflatstring *str); const char16_t * js_gettwobyteflatstringchars(const js::autocheckcannotgc &nogc, jsflatstring *str); name type description cx jscontext * a context.
... nogc js::autocheckcannotgc & a reference to js::autocheckcannotgc.
JS_GetLatin1InternedStringChars
MozillaProjectsSpiderMonkeyJSAPI referenceJS GetLatin1InternedStringChars
syntax const js::latin1char * js_getlatin1internedstringchars(const js::autocheckcannotgc &nogc, jsstring *str); const char16_t * js_gettwobyteinternedstringchars(const js::autocheckcannotgc &nogc, jsstring *str); name type description cx jscontext * a context.
... nogc js::autocheckcannotgc & a reference to js::autocheckcannotgc.
JS_GetLatin1StringCharsAndLength
MozillaProjectsSpiderMonkeyJSAPI referenceJS GetLatin1StringCharsAndLength
syntax const js::latin1char * js_getlatin1stringcharsandlength(jscontext *cx, const js::autocheckcannotgc &nogc, jsstring *str, size_t *length); const char16_t * js_gettwobytestringcharsandlength(jscontext *cx, const js::autocheckcannotgc &nogc, jsstring *str, size_t *length); name type description cx jscontext * a context.
... nogc js::autocheckcannotgc & a reference to js::autocheckcannotgc.