OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 19 milliseconds