| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 06fe60a commit 7f406fd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,8 +20,8 @@ V8 does not provide much public API documentation beyond what is | |||
| 20 | 20 | available in its C++ header files, most importantly `v8.h`, which can be | |
| 21 | 21 | accessed online in the following locations: | |
| 22 | 22 | ||
| 23 | - * On GitHub: [`v8.h` in Node.js master][] | ||
| 24 | - * On GitHub: [`v8.h` in V8 master][] | ||
| 23 | + * On GitHub: [`v8.h` in Node.js][] | ||
| 24 | + * On GitHub: [`v8.h` in V8][] | ||
| 25 | 25 | * On the Chromium project's Code Search application: [`v8.h` in Code Search][] | |
| 26 | 26 | ||
| 27 | 27 | V8 also provides an [introduction for V8 embedders][], | |
@@ -1047,8 +1047,8 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) { | |||
| 1047 | 1047 | [`req_wrap.h`]: req_wrap.h | |
| 1048 | 1048 | [`util.h`]: util.h | |
| 1049 | 1049 | [`v8.h` in Code Search]: https://cs.chromium.org/chromium/src/v8/include/v8.h | |
| 1050 | - [`v8.h` in Node.js master]: https://github.com/nodejs/node/blob/master/deps/v8/include/v8.h | ||
| 1051 | - [`v8.h` in V8 master]: https://github.com/v8/v8/blob/master/include/v8.h | ||
| 1050 | + [`v8.h` in Node.js]: https://github.com/nodejs/node/blob/HEAD/deps/v8/include/v8.h | ||
| 1051 | + [`v8.h` in V8]: https://github.com/v8/v8/blob/HEAD/include/v8.h | ||
| 1052 | 1052 | [`vm` module]: https://nodejs.org/api/vm.html | |
| 1053 | 1053 | [binding function]: #binding-functions | |
| 1054 | 1054 | [cleanup hooks]: #cleanup-hooks | |
| Back | FazBrowse Home | New Git URL |
0 commit comments