From 2de11ee487f832950f5f7e159ce8b9b4475ab5e9 Mon Sep 17 00:00:00 2001 From: joshwd36 Date: Wed, 22 Jul 2020 14:00:25 +0100 Subject: [PATCH] Add comment --- boa/src/exec/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/boa/src/exec/mod.rs b/boa/src/exec/mod.rs index cbe3e79ec1..c3c35469b7 100644 --- a/boa/src/exec/mod.rs +++ b/boa/src/exec/mod.rs @@ -113,6 +113,7 @@ impl Interpreter { &mut self.realm } + /// Retrieves the global object of the `Realm` of this executor. #[inline] pub(crate) fn global(&self) -> &Value { &self.realm.global_obj