Searched refs:exceptionIString (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dminidom.c65 JSStringRef exceptionIString = JSValueToStringCopy(context, exception, NULL); local
66 size_t exceptionUTF8Size = JSStringGetMaximumUTF8CStringSize(exceptionIString);
68 JSStringGetUTF8CString(exceptionIString, exceptionUTF8, exceptionUTF8Size);
71 JSStringRelease(exceptionIString);
H A Dtestapi.c1379 JSStringRef exceptionIString = JSValueToStringCopy(context, exception, NULL); local
1380 CFStringRef exceptionCF = JSStringCopyCFString(kCFAllocatorDefault, exceptionIString);
1383 JSStringRelease(exceptionIString);

Completed in 84 milliseconds