HomeSort by relevance Sort by last modified time
    Searched refs:errorConstructor (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 40 class ErrorConstructor;
74 , errorConstructor(0)
111 ErrorConstructor* errorConstructor;
197 ErrorConstructor* errorConstructor() const { return d()->errorConstructor; }
Error.cpp 28 #include "ErrorConstructor.h"
71 constructor = exec->lexicalGlobalObject()->errorConstructor();
JSGlobalObject.cpp 45 #include "ErrorConstructor.h"
271 d()->errorConstructor = new (exec) ErrorConstructor(exec, ErrorConstructor::createStructure(d()->functionPrototype), errorPrototype);
290 errorPrototype->putDirectFunctionWithoutTransition(exec->propertyNames().constructor, d()->errorConstructor, DontEnum);
311 putDirectFunctionWithoutTransition(Identifier(exec, "Error"), d()->errorConstructor, DontEnum);
375 markIfNeeded(markStack, d()->errorConstructor);

Completed in 30 milliseconds