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

  /external/webkit/JavaScriptCore/runtime/
PrototypeFunction.cpp 26 #include "PrototypeFunction.h"
33 ASSERT_CLASS_FITS_IN_CELL(PrototypeFunction);
35 PrototypeFunction::PrototypeFunction(ExecState* exec, int length, const Identifier& name, NativeFunction function)
43 PrototypeFunction::PrototypeFunction(ExecState* exec, NonNullPassRefPtr<Structure> prototypeFunctionStructure, int length, const Identifier& name, NativeFunction function)
51 CallType PrototypeFunction::getCallData(CallData& callData)
PrototypeFunction.h 32 class PrototypeFunction : public InternalFunction {
34 PrototypeFunction(ExecState*, int length, const Identifier&, NativeFunction);
35 PrototypeFunction(ExecState*, NonNullPassRefPtr<Structure>, int length, const Identifier&, NativeFunction);

Completed in 33 milliseconds