Home
last modified time | relevance | path

Searched refs:ErrorPrototype (Results 1 – 15 of 15) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DErrorPrototype.cpp33 ASSERT_CLASS_FITS_IN_CELL(ErrorPrototype);
38 ErrorPrototype::ErrorPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* … in ErrorPrototype() function in JSC::ErrorPrototype
DErrorPrototype.h30 class ErrorPrototype : public ErrorInstance {
32ErrorPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
DErrorConstructor.h29 class ErrorPrototype; variable
33 ErrorConstructor(ExecState*, NonNullPassRefPtr<Structure>, ErrorPrototype*);
DErrorConstructor.cpp32 …Constructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, ErrorPrototype* errorPrototyp… in ErrorConstructor()
DJSGlobalObject.cpp247ErrorPrototype* errorPrototype = new (exec) ErrorPrototype(exec, ErrorPrototype::createStructure(d… in reset()
/external/v8/src/
Dmessages.js883 function ErrorPrototype() {} class in DefineError
884 %FunctionSetPrototype(ErrorPrototype, $Object.prototype);
885 %FunctionSetInstanceClassName(ErrorPrototype, 'Error');
886 %FunctionSetPrototype(f, new ErrorPrototype());
/external/webkit/JavaScriptCore/
DJavaScriptCore.gypi203 'runtime/ErrorPrototype.cpp',
204 'runtime/ErrorPrototype.h',
DAndroid.mk93 runtime/ErrorPrototype.cpp \
DJavaScriptCore.pri138 runtime/ErrorPrototype.cpp \
DGNUmakefile.am411 JavaScriptCore/runtime/ErrorPrototype.cpp \
412 JavaScriptCore/runtime/ErrorPrototype.h \
DChangeLog-2009-06-161762 * runtime/ErrorPrototype.cpp:
1763 (JSC::ErrorPrototype::ErrorPrototype):
4409 * runtime/ErrorPrototype.cpp:
5398 * runtime/ErrorPrototype.cpp:
5509 * runtime/ErrorPrototype.cpp:
5510 (JSC::ErrorPrototype::ErrorPrototype):
6413 * runtime/ErrorPrototype.cpp:
12735 * runtime/ErrorPrototype.cpp:
14730 * runtime/ErrorPrototype.cpp:
22168 * runtime/ErrorPrototype.cpp:
[all …]
DChangeLog-2008-08-102246 * kjs/ErrorPrototype.cpp:
2264 * kjs/ErrorPrototype.cpp:
2948 * kjs/ErrorPrototype.cpp:
3142 Splits ErrorConstructor, ErrorPrototype, NativeErrorConstructor and
3159 * kjs/ErrorPrototype.cpp: Copied from kjs/error_object.cpp.
3160 * kjs/ErrorPrototype.h: Copied from kjs/error_object.h.
5376 (KJS::ErrorPrototype::ErrorPrototype):
6411 (KJS::ErrorPrototype::ErrorPrototype):
16037 (KJS::ErrorPrototype::ErrorPrototype):
16586 (KJS::ErrorPrototype::ErrorPrototype):
[all …]
DChangeLog736 * runtime/ErrorPrototype.cpp:
4751 * runtime/ErrorPrototype.cpp:
9289 * runtime/ErrorPrototype.cpp:
9290 (JSC::ErrorPrototype::ErrorPrototype):
9291 * runtime/ErrorPrototype.h:
DChangeLog-2007-10-143712 (ErrorPrototype::ErrorPrototype):
7988 (ErrorPrototype::ErrorPrototype): don't set internal value
12895 (ErrorPrototype::ErrorPrototype):
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj139 …CA107EC37600427A48 /* ErrorPrototype.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC02E9060E…
308 …90F0E1839DB000F9297 /* ErrorPrototype.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9070E1…
882 …000F9297 /* ErrorPrototype.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
883 …9DB000F9297 /* ErrorPrototype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1498 BC02E9060E1839DB000F9297 /* ErrorPrototype.cpp */,
1499 BC02E9070E1839DB000F9297 /* ErrorPrototype.h */,
1849 BC02E90F0E1839DB000F9297 /* ErrorPrototype.h in Headers */,
2382 147F39CA107EC37600427A48 /* ErrorPrototype.cpp in Sources */,