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

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c877 JSStringRef jsEmptyIString = JSStringCreateWithUTF8CString(""); local
878 JSValueRef jsEmptyString = JSValueMakeString(context, jsEmptyIString);
1224 function = JSObjectMakeFunction(context, NULL, 0, NULL, jsEmptyIString, NULL, 0, &exception);
1397 JSStringRelease(jsEmptyIString);

Completed in 21 milliseconds