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

  /external/webkit/Source/JavaScriptCore/runtime/
FunctionPrototype.h 28 class FunctionPrototype : public InternalFunction {
30 FunctionPrototype(ExecState*, JSGlobalObject*, Structure*);
FunctionPrototype.cpp 22 #include "FunctionPrototype.h"
34 ASSERT_CLASS_FITS_IN_CELL(FunctionPrototype);
40 FunctionPrototype::FunctionPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
46 void FunctionPrototype::addFunctionProperties(ExecState* exec, JSGlobalObject* globalObject, Structure* functionStructure, JSFunction** callFunction, JSFunction** applyFunction)
61 CallType FunctionPrototype::getCallData(CallData& callData)
  /external/v8/src/
accessors.cc 445 // Accessors::FunctionPrototype
499 const AccessorDescriptor Accessors::FunctionPrototype = {

Completed in 54 milliseconds