| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1a47e5f commit 182e042
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | #define V8_MAJOR_VERSION 5 | |
| 12 | 12 | #define V8_MINOR_VERSION 1 | |
| 13 | 13 | #define V8_BUILD_NUMBER 281 | |
| 14 | - #define V8_PATCH_LEVEL 89 | ||
| 14 | + #define V8_PATCH_LEVEL 90 | ||
| 15 | 15 | ||
| 16 | 16 | // Use 1 for candidates and 0 otherwise. | |
| 17 | 17 | // (Boolean macro values are not supported by all preprocessors.) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -179,7 +179,7 @@ class LookupIterator final BASE_EMBEDDED { | |||
| 179 | 179 | Handle<Object> GetReceiver() const { return receiver_; } | |
| 180 | 180 | ||
| 181 | 181 | Handle<JSObject> GetStoreTarget() const { | |
| 182 | - DCHECK(receiver->IsJSObject()); | ||
| 182 | + DCHECK(receiver_->IsJSObject()); | ||
| 183 | 183 | if (receiver_->IsJSGlobalProxy()) { | |
| 184 | 184 | Map* map = JSGlobalProxy::cast(*receiver_)->map(); | |
| 185 | 185 | if (map->has_hidden_prototype()) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments