Searched refs:nativeErrorStructure (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | JSGlobalObject.cpp | 271 …RefPtr<Structure> nativeErrorStructure = NativeErrorConstructor::createStructure(d()->functionProt… in reset() local 273 …d()->evalErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, evalErro… in reset() 274 …d()->rangeErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, rangeEr… in reset() 275 …d()->referenceErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, ref… in reset() 276 …d()->syntaxErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, syntax… in reset() 277 …d()->typeErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, typeErro… in reset() 278 …d()->URIErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, URIErrorP… in reset()
|