Files
wren/src/vm
Bob Nystrom c6148f8941 Make Stat a foreign class.
Instead of copying the uv_fs_stat struct to a list of Wren numbers, we
store it directly in the Stat object. This is important because we'll
need to implement later methods like isDirectory() in C so we can use
S_ISDIR(). For that, we need to have access to the original stat data.
2016-02-21 11:34:10 -08:00
..
2015-10-24 09:23:25 -07:00
2015-10-15 19:38:25 -07:00
2015-10-03 20:43:12 -07:00
2015-12-14 08:00:22 -08:00
2015-12-14 08:00:22 -08:00
2016-02-21 11:34:10 -08:00
2015-12-28 08:06:29 -08:00