HomeSort by relevance Sort by last modified time
    Searched refs:exceptionIString (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/API/tests/
minidom.c 65 JSStringRef exceptionIString = JSValueToStringCopy(context, exception, NULL);
66 size_t exceptionUTF8Size = JSStringGetMaximumUTF8CStringSize(exceptionIString);
68 JSStringGetUTF8CString(exceptionIString, exceptionUTF8, exceptionUTF8Size);
71 JSStringRelease(exceptionIString);
testapi.c     [all...]

Completed in 63 milliseconds