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

  /external/webkit/JavaScriptCore/runtime/
FunctionConstructor.h 30 class FunctionConstructor : public InternalFunction {
32 FunctionConstructor(ExecState*, NonNullPassRefPtr<Structure>, FunctionPrototype*);
FunctionConstructor.cpp 22 #include "FunctionConstructor.h"
36 ASSERT_CLASS_FITS_IN_CELL(FunctionConstructor);
38 FunctionConstructor::FunctionConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, FunctionPrototype* functionPrototype)
52 ConstructType FunctionConstructor::getConstructData(ConstructData& constructData)
64 CallType FunctionConstructor::getCallData(CallData& callData)

Completed in 19 milliseconds