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
856856[ `eval()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
857857[ `script.runInContext()` ] : #vm_script_runincontext_contextifiedsandbox_options
858858[ `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
860860[ `vm.createContext()` ] : #vm_vm_createcontext_sandbox_options
861861[ `vm.runInContext()` ] : #vm_vm_runincontext_code_contextifiedsandbox_options
862862[ `vm.runInThisContext()` ] : #vm_vm_runinthiscontext_code_options
@@ -865,10 +865,10 @@ associating it with the `sandbox` object is what this document refers to as
865865[ Evaluate() concrete method ] : https://tc39.github.io/ecma262/#sec-moduleevaluation
866866[ HostResolveImportedModule ] : https://tc39.github.io/ecma262/#sec-hostresolveimportedmodule
867867[ 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
868869[ V8 Embedder's Guide ] : https://github.com/v8/v8/wiki/Embedder's%20Guide#contexts
869870[ command line option ] : cli.html
870871[ contextified ] : #vm_what_does_it_mean_to_contextify_an_object
871872[ global object ] : https://es5.github.io/#x15.1
872873[ indirect `eval()` call ] : https://es5.github.io/#x10.4.2
873874[ 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