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

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c1254 JSStringRef myConstructorIString = JSStringCreateWithUTF8CString("MyConstructor"); local
1256 JSObjectSetProperty(context, globalObject, myConstructorIString, myConstructor, kJSPropertyAttributeNone, NULL);
1257 JSStringRelease(myConstructorIString);

Completed in 96 milliseconds