OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FunctionConstructor
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
FunctionConstructor.h
30
class
FunctionConstructor
: public InternalFunction {
32
FunctionConstructor
(ExecState*, JSGlobalObject*, Structure*, FunctionPrototype*);
FunctionConstructor.cpp
22
#include "
FunctionConstructor
.h"
38
ASSERT_CLASS_FITS_IN_CELL(
FunctionConstructor
);
40
FunctionConstructor
::
FunctionConstructor
(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, FunctionPrototype* functionPrototype)
55
ConstructType
FunctionConstructor
::getConstructData(ConstructData& constructData)
68
CallType
FunctionConstructor
::getCallData(CallData& callData)
Completed in 27 milliseconds