| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -357,7 +357,7 @@ static void DefineLazyPropertiesGetter( | |||
| 357 | 357 | // This getter has no JavaScript function representation and is not | |
| 358 | 358 | // invoked in the creation context. | |
| 359 | 359 | // When this getter is invoked in a vm context, the `Realm::GetCurrent(info)` | |
| 360 | - // returns a nullptr and. Retrieve the creation context via `this` object and | ||
| 360 | + // returns a nullptr and retrieve the creation context via `this` object and | ||
| 361 | 361 | // get the creation Realm. | |
| 362 | 362 | Local<Value> receiver_val = info.This(); | |
| 363 | 363 | if (!receiver_val->IsObject()) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments