Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: src/accessors.h

Issue 10690043: Implement proper module linking. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/accessors.cc » ('j') | src/accessors.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | src/accessors.cc » ('j') | src/accessors.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698