File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines 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
2020available in its C++ header files, most importantly ` v8.h ` , which can be
2121accessed online in the following locations:
2222
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] [ ]
2525* On the Chromium project's Code Search application: [ ` v8.h ` in Code Search] [ ]
2626
2727V8 also provides an [ introduction for V8 embedders] [ ] ,
@@ -1047,8 +1047,8 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) {
10471047[ `req_wrap.h` ] : req_wrap.h
10481048[ `util.h` ] : util.h
10491049[ `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
10521052[ `vm` module ] : https://nodejs.org/api/vm.html
10531053[ binding function ] : #binding-functions
10541054[ cleanup hooks ] : #cleanup-hooks
You can’t perform that action at this time.
0 commit comments