Lines Matching refs:toValue
1055 JSTaggedValue toValue = it.value_;
1056 if (toValue.IsNumber() && !captureNumericValue_) {
1060 EdgeType type = toValue.IsWeak() ? EdgeType::WEAK : (EdgeType)it.type_;
1061 if (toValue.IsWeak()) {
1062 toValue.RemoveWeakTag();
1064 if (toValue.IsHeapObject()) {
1065 auto *to = toValue.GetTaggedObject();
1069 entryTo = GenerateNode(toValue, 0, true, isSimplify);
1102 JSTaggedValue toValue = it.value_;
1103 if (toValue.IsNumber() && !captureNumericValue_) {
1107 EdgeType type = toValue.IsWeak() ? EdgeType::WEAK : (EdgeType)it.type_;
1108 if (toValue.IsWeak()) {
1109 toValue.RemoveWeakTag();
1111 if (toValue.IsHeapObject()) {
1112 auto *to = toValue.GetTaggedObject();
1117 name.append("MissObj").append(std::to_string(toValue.GetRawData()));