Move lib into global.
This commit is contained in:
@@ -2909,14 +2909,8 @@ impl Engine {
|
||||
let caches = &mut Caches::new();
|
||||
let mut this = Dynamic::NULL;
|
||||
|
||||
let context = EvalContext::new(
|
||||
self,
|
||||
&mut state.global,
|
||||
caches,
|
||||
&[],
|
||||
&mut state.stack,
|
||||
&mut this,
|
||||
);
|
||||
let context =
|
||||
EvalContext::new(self, &mut state.global, caches, &mut state.stack, &mut this);
|
||||
|
||||
match filter(false, info, context) {
|
||||
Ok(true) => (),
|
||||
|
Reference in New Issue
Block a user