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

  /external/webkit/Source/JavaScriptCore/runtime/
ObjectPrototype.h 28 class ObjectPrototype : public JSNonFinalObject {
30 ObjectPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
ObjectPrototype.cpp 22 #include "ObjectPrototype.h"
31 ASSERT_CLASS_FITS_IN_CELL(ObjectPrototype);
43 ObjectPrototype::ObjectPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* stucture, Structure* functionStructure)
61 void ObjectPrototype::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
72 bool ObjectPrototype::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot)
  /external/v8/src/
accessors.cc 776 // Accessors::ObjectPrototype
799 const AccessorDescriptor Accessors::ObjectPrototype = {

Completed in 54 milliseconds