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

/macosx-10.10/JavaScriptCore-7600.1.17/API/tests/
H A DCustomGlobalObjectClassTest.c72 JSPropertyNameArrayRef propertyNames = JSObjectCopyPropertyNames(globalContext, globalObj);
H A Dtestapi.c1735 JSPropertyNameArrayRef nameArray = JSObjectCopyPropertyNames(context, o);
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSObjectRef.h194 Property name accumulators are used by JSObjectCopyPropertyNames and JavaScript for...in loops.
648 JS_EXPORT JSPropertyNameArrayRef JSObjectCopyPropertyNames(JSContextRef ctx, JSObjectRef object);
H A DJSObjectRef.cpp664 JSPropertyNameArrayRef JSObjectCopyPropertyNames(JSContextRef ctx, JSObjectRef object) function
H A DJSValue.mm716 JSPropertyNameArrayRef propertyNameArray = JSObjectCopyPropertyNames(context, js);

Completed in 120 milliseconds