mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-16 06:45:44 +08:00
26 lines
684 B
Plaintext
26 lines
684 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||
|
|
||
|
<Type Name="Luau::AstArray<*>">
|
||
|
<DisplayString>AstArray size={size}</DisplayString>
|
||
|
<Expand>
|
||
|
<Item Name="[size]">size</Item>
|
||
|
<ArrayItems>
|
||
|
<Size>size</Size>
|
||
|
<ValuePointer>data</ValuePointer>
|
||
|
</ArrayItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
<Type Name="Luau::TempVector<*>">
|
||
|
<Expand>
|
||
|
<Item Name="[size]">size_</Item>
|
||
|
<ArrayItems>
|
||
|
<Size>size_</Size>
|
||
|
<ValuePointer>storage._Mypair._Myval2._Myfirst + offset</ValuePointer>
|
||
|
</ArrayItems>
|
||
|
</Expand>
|
||
|
</Type>
|
||
|
|
||
|
</AutoVisualizer>
|