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

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c616 static JSClassRef Derived_class(JSContextRef context) function
636 definition.parentClass = Derived_class(context);
755 JSObjectRef o = JSObjectMake(context, Derived_class(context), (void*)1);
1268 JSObjectRef derivedConstructor = JSObjectMakeConstructor(context, Derived_class(context), NULL);

Completed in 16 milliseconds