HomeSort by relevance Sort by last modified time
    Searched defs:RuntimeArray (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bridge/
runtime_array.h 34 class RuntimeArray : public JSArray {
37 RuntimeArray(ExecState*, Bindings::Array*);
38 virtual ~RuntimeArray();
runtime_array.cpp 38 const ClassInfo RuntimeArray::s_info = { "RuntimeArray", &JSArray::s_info, 0, 0 };
40 RuntimeArray::RuntimeArray(ExecState* exec, Bindings::Array* array)
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*>(asObject(slotBase))
    [all...]

Completed in 1902 milliseconds