Searched refs:nativeErrorStructure (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSGlobalObject.cpp | 229 …Structure* nativeErrorStructure = NativeErrorConstructor::createStructure(exec->globalData(), m_fu… in reset() local 230 …globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErro… in reset() 231 …globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErro… in reset() 232 …globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErro… in reset() 233 …globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErro… in reset() 234 …globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErro… in reset() 235 …globalData(), this, new (exec) NativeErrorConstructor(exec, this, nativeErrorStructure, nativeErro… in reset()
|