Searched defs:RuntimeArray (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bridge/
H A Druntime_array.cpp38 const ClassInfo RuntimeArray::s_info = { "RuntimeArray", &JSArray::s_info, 0, 0 };
40 RuntimeArray::RuntimeArray(ExecState* exec, Bindings::Array* array) function in class:JSC::RuntimeArray
43 : JSArray(exec->globalData(), deprecatedGetDOMStructure<RuntimeArray>(exec))
49 RuntimeArray::~RuntimeArray()
54 JSValue RuntimeArray::lengthGetter(ExecState*, JSValue slotBase, const Identifier&)
56 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObjec
[all...]
H A Druntime_array.h34 class RuntimeArray : public JSArray { class in namespace:JSC
37 RuntimeArray(ExecState*, Bindings::Array*);
38 virtual ~RuntimeArray();

Completed in 94 milliseconds