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

  /external/webkit/JavaScriptCore/runtime/
ObjectPrototype.h 28 class ObjectPrototype : public JSObject {
30 ObjectPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
ObjectPrototype.cpp 22 #include "ObjectPrototype.h"
32 ASSERT_CLASS_FITS_IN_CELL(ObjectPrototype);
44 ObjectPrototype::ObjectPrototype(ExecState* exec, NonNullPassRefPtr<Structure> stucture, Structure* prototypeFunctionStructure)
62 void ObjectPrototype::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
73 bool ObjectPrototype::getOwnPropertySlot(ExecState* exec, unsigned propertyName, PropertySlot& slot)
  /external/v8/src/
accessors.cc 633 // Accessors::ObjectPrototype
656 const AccessorDescriptor Accessors::ObjectPrototype = {

Completed in 196 milliseconds