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

  /external/webkit/Source/WebCore/bridge/objc/
objc_runtime.h 77 class ObjcArray : public Array {
79 ObjcArray(ObjectStructPtr, PassRefPtr<RootObject>);
objc_runtime.mm 140 // ---------------------- ObjcArray ----------------------
142 ObjcArray::ObjcArray(ObjectStructPtr a, PassRefPtr<RootObject> rootObject)
148 void ObjcArray::setValueAt(ExecState* exec, unsigned int index, JSValue aValue) const
171 JSValue ObjcArray::valueAt(ExecState* exec, unsigned int index) const
185 unsigned int ObjcArray::getLength() const
objc_utility.mm 247 return new (exec) RuntimeArray(exec, new ObjcArray(obj, rootObject));

Completed in 21 milliseconds