Commit 66da247
committed
Adding support for tagged values with JSRT weak reference APIs
Tagged values will never be GCd, and don't have correpsonding heap
blocks. Since tagged values are an internal detail, we should handle
it at the JSRT layer, and since tagged values won't be GCd there is
no difference between a strong reference and a weak reference.1 parent 1262d2e commit 66da247
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4637 | 4637 | | |
4638 | 4638 | | |
4639 | 4639 | | |
| 4640 | + | |
| 4641 | + | |
| 4642 | + | |
| 4643 | + | |
| 4644 | + | |
| 4645 | + | |
| 4646 | + | |
4640 | 4647 | | |
4641 | 4648 | | |
4642 | 4649 | | |
| |||
4665 | 4672 | | |
4666 | 4673 | | |
4667 | 4674 | | |
| 4675 | + | |
| 4676 | + | |
| 4677 | + | |
| 4678 | + | |
| 4679 | + | |
| 4680 | + | |
4668 | 4681 | | |
4669 | 4682 | | |
4670 | 4683 | | |
| |||
0 commit comments