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

/external/webkit/JavaScriptCore/API/tests/
H A Dtestapi.c864 JSStringRef EvilExceptionObjectIString = JSStringCreateWithUTF8CString("EvilExceptionObject"); local
865 JSObjectSetProperty(context, globalObject, EvilExceptionObjectIString, EvilExceptionObject, kJSPropertyAttributeNone, NULL);
866 JSStringRelease(EvilExceptionObjectIString);

Completed in 26 milliseconds