Lines Matching defs:target
1293 if (argc != 2) { // 2: target and key, do not handle receiver argument scene
1312 GateRef target = acc_.GetValueIn(gate, firstParam);
1313 GateRef ret = builder_.BuildControlDependOp(circuit_->ReflectGet(), { target, key });
1320 if (argc != 2) { // 2: target and key
1334 GateRef target = acc_.GetValueIn(gate, firstParam);
1336 GateRef ret = builder_.BuildControlDependOp(circuit_->ReflectHas(), { target, key });
1344 if (argc != 2) { // 2: optimize newtarget equal target
1349 GateRef target = acc_.GetValueIn(gate, firstParam);
1372 GateRef ret = builder_.BuildControlDependOp(circuit_->ReflectConstruct(), { target });
1380 if (argc != 3) { // 3: target key and argumentsList
1385 GateRef target = acc_.GetValueIn(gate, firstParam);
1398 GateRef ret = builder_.BuildControlDependOp(circuit_->ReflectApply(), { target, thisValue, argumentsList });
1441 GateRef target = acc_.GetValueIn(gate, 0);
1443 GateRef ret = builder_.BuildControlDependOp(circuit_->FunctionPrototypeBind(), { target, thisArg });