HomeSort by relevance Sort by last modified time
    Searched defs:ErrorConstructor (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
ErrorConstructor.h 31 class ErrorConstructor : public InternalFunction {
33 ErrorConstructor(ExecState*, JSGlobalObject*, Structure*, ErrorPrototype*);
ErrorConstructor.cpp 22 #include "ErrorConstructor.h"
30 ASSERT_CLASS_FITS_IN_CELL(ErrorConstructor);
32 ErrorConstructor::ErrorConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, ErrorPrototype* errorPrototype)
49 ConstructType ErrorConstructor::getConstructData(ConstructData& constructData)
62 CallType ErrorConstructor::getCallData(CallData& callData)

Completed in 155 milliseconds