| Index: src/variables.cc
|
| diff --git a/src/variables.cc b/src/variables.cc
|
| index 2351e529a24c8c1bd19c6cc47351df3e3f6ab06c..dd67052663e2699667bfa92f5aadc73fc2d2487b 100644
|
| --- a/src/variables.cc
|
| +++ b/src/variables.cc
|
| @@ -20,6 +20,7 @@ const char* Variable::Mode2String(VariableMode mode) {
|
| case CONST_LEGACY: return "CONST_LEGACY";
|
| case LET: return "LET";
|
| case CONST: return "CONST";
|
| + case IMPORT: return "IMPORT";
|
| case DYNAMIC: return "DYNAMIC";
|
| case DYNAMIC_GLOBAL: return "DYNAMIC_GLOBAL";
|
| case DYNAMIC_LOCAL: return "DYNAMIC_LOCAL";
|
|
|