Lines Matching defs:currentEnv

1010     DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));

1018 currentEnv = GetParentEnv(*currentEnv);
1024 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot);
1039 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));
1047 currentEnv = GetParentEnv(*currentEnv);
1053 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot);
1067 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));
1075 currentEnv = GetParentEnv(*currentEnv);
1081 GateRef variable = GetPropertiesFromLexicalEnv(*currentEnv, slot);
1094 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));
1102 currentEnv = GetParentEnv(*currentEnv);
1108 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, value);
1120 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));
1128 currentEnv = GetParentEnv(*currentEnv);
1134 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, value);
1146 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));
1154 currentEnv = GetParentEnv(*currentEnv);
1160 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, value);
1172 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));
1180 currentEnv = GetParentEnv(*currentEnv);
1186 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, value);
1198 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));
1206 currentEnv = GetParentEnv(*currentEnv);
1212 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, value);
1224 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetEnvFromFrame(state));
1232 currentEnv = GetParentEnv(*currentEnv);
1238 SetPropertiesToLexicalEnv(glue, *currentEnv, slot, value);
4567 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp));
4569 GateRef res = newBuilder.CreateObjectHavingMethod(glue, result, currentEnv);
4580 GateRef currentEnv = GetEnvFromFrame(GetFrame(sp));
4582 GateRef res = newBuilder.CreateObjectHavingMethod(glue, result, currentEnv);
5762 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetSendableEnvFromModule(module));
5770 currentEnv = GetSendableParentEnv(*currentEnv);
5776 SetPropertiesToSendableEnv(glue, *currentEnv, slot, value);
5789 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetSendableEnvFromModule(module));
5797 currentEnv = GetSendableParentEnv(*currentEnv);
5803 SetPropertiesToSendableEnv(glue, *currentEnv, slot, value);
5816 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetSendableEnvFromModule(module));
5824 currentEnv = GetSendableParentEnv(*currentEnv);
5830 SetPropertiesToSendableEnv(glue, *currentEnv, slot, value);
5843 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetSendableEnvFromModule(module));
5851 currentEnv = GetSendableParentEnv(*currentEnv);
5857 GateRef variable = GetPropertiesFromSendableEnv(*currentEnv, slot);
5873 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetSendableEnvFromModule(module));
5881 currentEnv = GetSendableParentEnv(*currentEnv);
5887 GateRef variable = GetPropertiesFromSendableEnv(*currentEnv, slot);
5903 DEFVARIABLE(currentEnv, VariableType::JS_ANY(), GetSendableEnvFromModule(module));
5911 currentEnv = GetSendableParentEnv(*currentEnv);
5917 GateRef variable = GetPropertiesFromSendableEnv(*currentEnv, slot);