Home
last modified time | relevance | path

Searched defs:functionPrototype (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DFunctionConstructor.cpp37 …Constructor(ExecState* exec, PassRefPtr<Structure> structure, FunctionPrototype* functionPrototype) in FunctionConstructor()
DJSGlobalObject.h116 FunctionPrototype* functionPrototype; member
199 FunctionPrototype* functionPrototype() const { return d()->functionPrototype; } in functionPrototype() function