Lines Matching defs:lexEnv
1621 GateRef lexEnv = acc_.GetValueIn(gate, 1);
1622 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(CreateObjectHavingMethod), { obj, lexEnv }, true);
2281 GateRef lexEnv = acc_.GetValueIn(gate, 1);
2283 { glue_, lexEnv, builder_.TruncInt64ToInt32(acc_.GetValueIn(gate, 0)) });
2292 GateRef lexEnv = acc_.GetValueIn(gate, 2); // 2: Get current lexEnv
2295 lexEnv, jsFunc };
2608 DEFVALUE(currentEnv, (&builder_), VariableType::JS_ANY(), acc_.GetValueIn(gate, 2)); // 2: Get current lexEnv
2677 DEFVALUE(currentEnv, (&builder_), VariableType::JS_ANY(), acc_.GetValueIn(gate, 2)); // 2: Get current lexEnv
2794 GateRef lexEnv = acc_.GetValueIn(gate, 3); // 3: Get current env
2799 {glue_, jsFunc, builder_.TruncInt64ToInt32(methodId), builder_.TruncInt64ToInt32(length), lexEnv, slotId});