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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DObjectAllocationProfile.h120 PropertyNameArray propertyNameArray(&vm);
121 prototype->structure()->getPropertyNamesFromStructure(vm, propertyNameArray, ExcludeDontEnumProperties);
122 PropertyNameArrayData::PropertyNameVector& propertyNameVector = propertyNameArray.data()->propertyNameVector();
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValue.mm700 JSPropertyNameArrayRef propertyNameArray = JSObjectCopyPropertyNames(context, js);
701 size_t length = JSPropertyNameArrayGetCount(propertyNameArray);
704 JSStringRef propertyName = JSPropertyNameArrayGetNameAtIndex(propertyNameArray, i);
709 JSPropertyNameArrayRelease(propertyNameArray);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp407 void JSNPObject::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNameArray, EnumerationMode) argument
449 propertyNameArray.add(identifier);

Completed in 120 milliseconds