Home
last modified time | relevance | path

Searched refs:m_errorStructure (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DNativeErrorConstructor.cpp37 , m_errorStructure(ErrorInstance::createStructure(nativeErrorPrototype)) in NativeErrorConstructor()
45 ErrorInstance* object = new (exec) ErrorInstance(m_errorStructure); in construct()
DNativeErrorConstructor.h46 RefPtr<Structure> m_errorStructure; variable