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

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c931 JSStringRef EvilExceptionObjectIString = JSStringCreateWithUTF8CString("EvilExceptionObject"); local
932 JSObjectSetProperty(context, globalObject, EvilExceptionObjectIString, EvilExceptionObject, kJSPropertyAttributeNone, NULL);
933 JSStringRelease(EvilExceptionObjectIString);

Completed in 93 milliseconds