Index: src/accessors.h |
diff --git a/src/accessors.h b/src/accessors.h |
index 36b9a9984a31d2b69acaa5ea42f2c5799cdd78eb..08e9d47e6ed1409b1efa59054963adf8740b7a04 100644 |
--- a/src/accessors.h |
+++ b/src/accessors.h |
@@ -85,6 +85,10 @@ class Accessors : public AllStatic { |
void*); |
static MaybeObject* FunctionGetArguments(Object* object, void*); |
+ // Accessor infos. |
+ static Handle<AccessorInfo> MakeModuleExport( |
Michael Starzinger
2012/07/06 10:53:22
Let's name that "MakeModuleExportAccessor()"
rossberg
2012/07/06 15:39:28
Hm, I'm following the naming convention of the exi
|
+ Handle<String> property, int index, PropertyAttributes attributes); |
Michael Starzinger
2012/07/06 10:53:22
Rename "property" to "name" here.
rossberg
2012/07/06 15:39:28
Done.
|
+ |
private: |
// Accessor functions only used through the descriptor. |
static MaybeObject* FunctionGetLength(Object* object, void*); |