Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp252 …NativeErrorPrototype* evalErrorPrototype = new (exec) NativeErrorPrototype(exec, nativeErrorProtot… in reset() local
275 …rorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, evalErrorPrototype); in reset()
292evalErrorPrototype->putDirect(exec->propertyNames().constructor, d()->evalErrorConstructor, DontEn… in reset()