File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -856,7 +856,7 @@ associating it with the `sandbox` object is what this document refers to as
856
856
[ `eval()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
857
857
[ `script.runInContext()` ] : #vm_script_runincontext_contextifiedsandbox_options
858
858
[ `script.runInThisContext()` ] : #vm_script_runinthiscontext_options
859
- [ `url.origin` ] : https://nodejs.org/api/ url.html#url_url_origin
859
+ [ `url.origin` ] : url.html#url_url_origin
860
860
[ `vm.createContext()` ] : #vm_vm_createcontext_sandbox_options
861
861
[ `vm.runInContext()` ] : #vm_vm_runincontext_code_contextifiedsandbox_options
862
862
[ `vm.runInThisContext()` ] : #vm_vm_runinthiscontext_code_options
@@ -865,10 +865,10 @@ associating it with the `sandbox` object is what this document refers to as
865
865
[ Evaluate() concrete method ] : https://tc39.github.io/ecma262/#sec-moduleevaluation
866
866
[ HostResolveImportedModule ] : https://tc39.github.io/ecma262/#sec-hostresolveimportedmodule
867
867
[ Instantiate() concrete method ] : https://tc39.github.io/ecma262/#sec-moduledeclarationinstantiation
868
+ [ Source Text Module Record ] : https://tc39.github.io/ecma262/#sec-source-text-module-records
868
869
[ V8 Embedder's Guide ] : https://github.com/v8/v8/wiki/Embedder's%20Guide#contexts
869
870
[ command line option ] : cli.html
870
871
[ contextified ] : #vm_what_does_it_mean_to_contextify_an_object
871
872
[ global object ] : https://es5.github.io/#x15.1
872
873
[ indirect `eval()` call ] : https://es5.github.io/#x10.4.2
873
874
[ origin ] : https://developer.mozilla.org/en-US/docs/Glossary/Origin
874
- [ Source Text Module Record ] : https://tc39.github.io/ecma262/#sec-source-text-module-records
You can’t perform that action at this time.
0 commit comments