Lines Matching defs:prop
706 GateRef prop = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_1(pc)));
717 { obj, prop, getter, setter, acc, func, offset }); // acc is flag
1283 GateRef prop = GetVregValue(sp, ZExtInt8ToPtr(v0));
1284 GateRef result = CallRuntime(glue, RTSTUB_ID(IsIn), { prop, acc }); // acc is obj
1600 GateRef prop = acc;
1601 GateRef result = DeletePropertyOrThrow(glue, obj, prop);
1608 GateRef prop = GetVregValue(sp, ZExtInt8ToPtr(ReadInst8_2(pc)));
1609 GateRef result = CallRuntime(glue, RTSTUB_ID(DelObjProp), { obj, prop });
3915 GateRef prop = GetStringFromConstPool(glue, constpool, stringId);
3916 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(GetModuleNamespace), { prop });
4002 GateRef prop = GetStringFromConstPool(glue, constpool, stringId);
4005 CallRuntime(glue, RTSTUB_ID(StModuleVar), { prop, value });