HomeSort by relevance Sort by last modified time
    Searched full:referenceerrorprototype (Results 1 - 1 of 1) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.cpp 254 NativeErrorPrototype* referenceErrorPrototype = new (exec) NativeErrorPrototype(exec, nativeErrorPrototypeStructure, "ReferenceError", "ReferenceError");
277 d()->referenceErrorConstructor = new (exec) NativeErrorConstructor(exec, nativeErrorStructure, referenceErrorPrototype);
294 referenceErrorPrototype->putDirect(exec->propertyNames().constructor, d()->referenceErrorConstructor, DontEnum);

Completed in 83 milliseconds