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

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c935 JSObjectRef EmptyObject = JSObjectMake(context, EmptyObject_class(context), NULL); local
936 JSStringRef EmptyObjectIString = JSStringCreateWithUTF8CString("EmptyObject");
937 JSObjectSetProperty(context, globalObject, EmptyObjectIString, EmptyObject, kJSPropertyAttributeNone, NULL);

Completed in 64 milliseconds