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

  /external/webkit/Source/JavaScriptCore/runtime/
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)
ErrorConstructor.h 31 class ErrorConstructor : public InternalFunction {
33 ErrorConstructor(ExecState*, JSGlobalObject*, Structure*, ErrorPrototype*);
ErrorPrototype.cpp 41 // The constructor will be added later in ErrorConstructor's constructor
JSGlobalObject.h 42 class ErrorConstructor;
69 WriteBarrier<ErrorConstructor> m_errorConstructor;
174 ErrorConstructor* errorConstructor() const { return m_errorConstructor.get(); }
Error.cpp 28 #include "ErrorConstructor.h"
JSGlobalObject.cpp 45 #include "ErrorConstructor.h"
226 m_errorConstructor.set(exec->globalData(), this, new (exec) ErrorConstructor(exec, this, ErrorConstructor::createStructure(exec->globalData(), m_functionPrototype.get()), errorPrototype));
JSObject.cpp 28 #include "ErrorConstructor.h"
  /external/webkit/Source/JavaScriptCore/
CMakeLists.txt 102 runtime/ErrorConstructor.cpp
JavaScriptCore.pro 137 runtime/ErrorConstructor.cpp \
GNUmakefile.list.am 249 Source/JavaScriptCore/runtime/ErrorConstructor.cpp \
250 Source/JavaScriptCore/runtime/ErrorConstructor.h \
JavaScriptCore.gypi 479 'runtime/ErrorConstructor.cpp',
480 'runtime/ErrorConstructor.h',
ChangeLog-2011-02-16     [all...]