Fix several ancient presubmit failures.
R=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/10038046 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11308 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
688e795314
commit
20777bf0c5
@ -1969,6 +1969,7 @@ class Arguments {
|
||||
inline bool IsConstructCall() const;
|
||||
inline Local<Value> Data() const;
|
||||
inline Isolate* GetIsolate() const;
|
||||
|
||||
private:
|
||||
static const int kIsolateIndex = 0;
|
||||
static const int kDataIndex = -1;
|
||||
@ -1999,6 +2000,7 @@ class V8EXPORT AccessorInfo {
|
||||
inline Local<Value> Data() const;
|
||||
inline Local<Object> This() const;
|
||||
inline Local<Object> Holder() const;
|
||||
|
||||
private:
|
||||
internal::Object** args_;
|
||||
};
|
||||
|
@ -108,6 +108,7 @@ class CustomArguments : public Relocatable {
|
||||
|
||||
void IterateInstance(ObjectVisitor* v);
|
||||
Object** end() { return values_ + ARRAY_SIZE(values_) - 1; }
|
||||
|
||||
private:
|
||||
Object* values_[4];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user