| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -239,7 +239,7 @@ Node.js, and a sufficiently committed person could restructure Node.js to | |||
| 239 | 239 | provide built-in modules inside of `vm.Context`s. | |
| 240 | 240 | ||
| 241 | 241 | Often, the `Context` is passed around for [exception handling][]. | |
| 242 | - Typical ways of accessing the current `Environment` in the Node.js code are: | ||
| 242 | + Typical ways of accessing the current `Context` in the Node.js code are: | ||
| 243 | 243 | ||
| 244 | 244 | * Given an [`Isolate`][], using `isolate->GetCurrentContext()`. | |
| 245 | 245 | * Given an [`Environment`][], using `env->context()` to get the `Environment`’s | |
| Back | FazBrowse Home | New Git URL |
0 commit comments