pub struct ExecutionContext {
pub function: Option<JsObjectType>,
pub realm: JsCodeRealmType,
pub lex_env: JsLexEnvironmentType,
pub var_env: JsLexEnvironmentType,
}Fields§
§function: Option<JsObjectType>§realm: JsCodeRealmType§lex_env: JsLexEnvironmentType§var_env: JsLexEnvironmentTypeAuto Trait Implementations§
impl Freeze for ExecutionContext
impl !RefUnwindSafe for ExecutionContext
impl !Send for ExecutionContext
impl !Sync for ExecutionContext
impl Unpin for ExecutionContext
impl !UnwindSafe for ExecutionContext
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more