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

/external/webkit/Source/JavaScriptCore/runtime/
H A DObjectPrototype.h28 class ObjectPrototype : public JSNonFinalObject { class in namespace:JSC
30 ObjectPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
H A DObjectPrototype.cpp22 #include "ObjectPrototype.h"
31 ASSERT_CLASS_FITS_IN_CELL(ObjectPrototype);
43 ObjectPrototype::ObjectPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* stucture, Structure* functionStructure) function in class:JSC::ObjectPrototype
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/
H A Daccessors.cc776 // Accessors::ObjectPrototype
799 const AccessorDescriptor Accessors::ObjectPrototype = { member in class:v8::internal::Accessors

Completed in 38 milliseconds