Home
last modified time | relevance | path

Searched refs:JSObjectGetPropertyNamesCallback (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
DJSObjectRef.h199 (*JSObjectGetPropertyNamesCallback) (JSContextRef ctx, JSObjectRef object, JSPropertyNameAccumulato… typedef
359 JSObjectGetPropertyNamesCallback getPropertyNames;
DJSClassRef.h107 JSObjectGetPropertyNamesCallback getPropertyNames;
DJSCallbackObjectFunctions.h407 if (JSObjectGetPropertyNamesCallback getPropertyNames = jsClass->getPropertyNames) { in getOwnPropertyNames()