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

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

Completed in 206 milliseconds