Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp256 …NativeErrorPrototype* typeErrorPrototype = new (exec) NativeErrorPrototype(exec, nativeErrorProtot… in reset() local
279 …rorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, typeErrorPrototype); in reset()
296typeErrorPrototype->putDirect(exec->propertyNames().constructor, d()->typeErrorConstructor, DontEn… in reset()