Searched defs:ErrorConstructor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DErrorConstructor.h31 class ErrorConstructor : public InternalFunction { class in namespace:JSC
33 ErrorConstructor(ExecState*, JSGlobalObject*, Structure*, ErrorPrototype*);
H A DErrorConstructor.cpp22 #include "ErrorConstructor.h"
30 ASSERT_CLASS_FITS_IN_CELL(ErrorConstructor);
32 ErrorConstructor::ErrorConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, ErrorPrototype* errorPrototype) function in class:JSC::ErrorConstructor
49 ConstructType ErrorConstructor::getConstructData(ConstructData& constructData)
62 CallType ErrorConstructor::getCallData(CallData& callData)

Completed in 51 milliseconds