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

  /external/webkit/Source/JavaScriptCore/runtime/
JSByteArray.h 79 static Structure* createStructure(JSGlobalData&, JSValue prototype, const JSC::ClassInfo* = &s_defaultInfo);
89 static const ClassInfo s_defaultInfo;
JSByteArray.cpp 36 const ClassInfo JSByteArray::s_defaultInfo = { "ByteArray", &Base::s_info, 0, 0 };

Completed in 217 milliseconds