HomeSort by relevance Sort by last modified time
    Searched refs:JSPropertyNameAccumulatorRef (Results 1 - 5 of 5) sorted by null

  /external/webkit/JavaScriptCore/API/
APICast.h 46 typedef struct OpaqueJSPropertyNameAccumulator* JSPropertyNameAccumulatorRef;
99 inline JSC::PropertyNameArray* toJS(JSPropertyNameAccumulatorRef a)
144 inline JSPropertyNameAccumulatorRef toRef(JSC::PropertyNameArray* l)
146 return reinterpret_cast<JSPropertyNameAccumulatorRef>(l);
JSBase.h 53 /*! @typedef JSPropertyNameAccumulatorRef An ordered set used to collect the names of a JavaScript object's properties. */
54 typedef struct OpaqueJSPropertyNameAccumulator* JSPropertyNameAccumulatorRef;
JSObjectRef.h 192 void GetPropertyNames(JSContextRef ctx, JSObjectRef object, JSPropertyNameAccumulatorRef propertyNames);
199 (*JSObjectGetPropertyNamesCallback) (JSContextRef ctx, JSObjectRef object, JSPropertyNameAccumulatorRef propertyNames);
    [all...]
JSObjectRef.cpp 491 void JSPropertyNameAccumulatorAddName(JSPropertyNameAccumulatorRef array, JSStringRef propertyName)
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 219 static void MyObject_getPropertyNames(JSContextRef context, JSObjectRef object, JSPropertyNameAccumulatorRef propertyNames)
    [all...]

Completed in 73 milliseconds