mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
TODO weak refs
This commit is contained in:
parent
a816f22019
commit
4f9d75a07e
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ def convertToSnapshot(data):
|
||||||
edgeCount = 0
|
edgeCount = 0
|
||||||
|
|
||||||
if obj["type"] == "table":
|
if obj["type"] == "table":
|
||||||
|
# TODO: support weak references
|
||||||
name = f"Registry ({address})" if address == data["roots"]["registry"] else f"Luau table ({address})"
|
name = f"Registry ({address})" if address == data["roots"]["registry"] else f"Luau table ({address})"
|
||||||
if "pairs" in obj:
|
if "pairs" in obj:
|
||||||
for i in range(0, len(obj["pairs"]), 2):
|
for i in range(0, len(obj["pairs"]), 2):
|
||||||
|
|
Loading…
Add table
Reference in a new issue