#include <objc_runtime.h>
|
| ObjcArray (ObjectStructPtr, RefPtr< RootObject > &&) |
|
virtual bool | setValueAt (ExecState *, unsigned int index, JSValue aValue) const |
|
virtual JSValue | valueAt (ExecState *, unsigned int index) const |
|
virtual unsigned int | getLength () const |
|
ObjectStructPtr | getObjcArray () const |
|
| Array (RefPtr< RootObject > &&) |
|
virtual | ~Array () |
|
virtual bool | setValueAt (ExecState *, unsigned index, JSValue) const =0 |
|
virtual JSValue | valueAt (ExecState *, unsigned index) const =0 |
|
| Array (RefPtr< RootObject > &&) |
|
virtual | ~Array () |
|
virtual bool | setValueAt (ExecState *, unsigned index, JSValue) const =0 |
|
virtual JSValue | valueAt (ExecState *, unsigned index) const =0 |
|
◆ ObjcArray()
◆ convertObjcArrayToArray()
◆ getLength()
unsigned int JSC::Bindings::ObjcArray::getLength |
( |
void |
| ) |
const |
|
virtual |
◆ getObjcArray()
◆ setValueAt()
bool JSC::Bindings::ObjcArray::setValueAt |
( |
ExecState * |
exec, |
|
|
unsigned int |
index, |
|
|
JSValue |
aValue |
|
) |
| const |
|
virtual |
◆ valueAt()
JSValue JSC::Bindings::ObjcArray::valueAt |
( |
ExecState * |
exec, |
|
|
unsigned int |
index |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: