Browse Source

Add comment

pull/587/head
joshwd36 4 years ago
parent
commit
2de11ee487
  1. 1
      boa/src/exec/mod.rs

1
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

Loading…
Cancel
Save