Home
last modified time | relevance | path

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

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