Module name (#775)
This commit is contained in:
@@ -117,6 +117,7 @@ impl Context {
|
||||
instantiate(
|
||||
&mut *self.compiler,
|
||||
&data,
|
||||
None,
|
||||
&mut self.namespace,
|
||||
Rc::clone(&self.global_exports),
|
||||
debug_info,
|
||||
@@ -154,6 +155,7 @@ impl Context {
|
||||
CompiledModule::new(
|
||||
&mut *self.compiler,
|
||||
data,
|
||||
None,
|
||||
&mut self.namespace,
|
||||
Rc::clone(&self.global_exports),
|
||||
debug_info,
|
||||
|
||||
Reference in New Issue
Block a user