Move running the module fiber into C.
This commit is contained in:
+1
-3
@@ -60,9 +60,7 @@ class Sequence {
|
||||
|
||||
class String is Sequence {
|
||||
import_(variable) {
|
||||
var result = loadModule_
|
||||
if (result != null) result.call
|
||||
|
||||
loadModule_
|
||||
return lookUpVariable_(variable)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user