Searched defs:FunctionPrototype (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DFunctionPrototype.h28 class FunctionPrototype : public InternalFunction { class in namespace:JSC
30 FunctionPrototype(ExecState*, JSGlobalObject*, Structure*);
H A DFunctionPrototype.cpp22 #include "FunctionPrototype.h"
34 ASSERT_CLASS_FITS_IN_CELL(FunctionPrototype);
40 FunctionPrototype::FunctionPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure) function in class:JSC::FunctionPrototype
46 void FunctionPrototype::addFunctionProperties(ExecState* exec, JSGlobalObject* globalObject, Structure* functionStructure, JSFunction** callFunction, JSFunction** applyFunction)
61 CallType FunctionPrototype::getCallData(CallData& callData)
/external/v8/src/
H A Daccessors.cc445 // Accessors::FunctionPrototype
499 const AccessorDescriptor Accessors::FunctionPrototype = { member in class:v8::internal::Accessors

Completed in 690 milliseconds