Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp251 …NativeErrorPrototype* rangeErrorPrototype = new (exec) NativeErrorPrototype(exec, nativeErrorProto… in reset() local
274 …orConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, rangeErrorPrototype); in reset()
291rangeErrorPrototype->putDirect(exec->propertyNames().constructor, d()->rangeErrorConstructor, Dont… in reset()