提交歷史

作者 SHA1 備註 提交日期
  Mark Knol 875ad19432 2017 (#5932) 8 年之前
  Justin Donaldson bfb06afb00 [lua] start refactoring externs based on versions 9 年之前
  Justin Donaldson ee417dde87 [lua] featurize some table polyfills 9 年之前
  Justin Donaldson 6098b9cc03 [lua] refactor field reflection, move some key messy bits into boot instead of Reflect 9 年之前
  Justin Donaldson d1339e895b [lua] simplify Reflect.fields 9 年之前
  Justin Donaldson aacabc1a4e [lua] refactor table creation to only use Table.create method 9 年之前
  Justin Donaldson 7f0447fa59 [lua] improve speed of array 9 年之前
  Mark Knol 9632db9524 add/update copyright notice 9 年之前
  Justin Donaldson 032876576f Lua: Fix Reflect.callMethod to handle situations with null arguments 9 年之前
  peyty 13757e63e6 Avoiding some name clashes as according to https://github.com/HaxeFoundation/haxe/issues/4462 9 年之前
  peyty 9371fb12a1 Fix Issue2937 (implementation of varargs was wrong) 9 年之前
  Justin Donaldson a12528e371 Lua: Add some null guards in Reflect.compare 9 年之前
  Justin Donaldson 1ca5de338c Lua: Add extra check for Reflect.callMethod to see if the object argument is in fact a class 9 年之前
  Justin Donaldson 0e33fbbfd9 Lua: Update Reflect to work with the new __anon method for defining anon objects 9 年之前
  Justin Donaldson 7816e06bb1 Lua: New version of Reflect & basic object mgmt 9 年之前
  Justin Donaldson b4851d8106 Lua: fix setProperty for static class variables 9 年之前
  Justin Donaldson 659dfedffa Lua: check for null in Reflect.callMethod for object, we need different behavior in that case 9 年之前
  Justin Donaldson bc8b7908b8 Lua: add check for "get_<field>" in Reflect.getProperty 9 年之前
  Justin Donaldson bb9abbe531 Lua: Use correct invocation style inside of Reflect 9 年之前
  Justin Donaldson a84291a9fa Lua: Fix Reflect for properties 9 年之前
  Justin Donaldson b2823f3a78 Lua: Add some more tools for dealing with pairs/ipairs 9 年之前
  Justin Donaldson 826c50eeeb Lua: fix Reflect.callMethod, and drop some untyped usage 9 年之前
  Justin Donaldson cfb5c8a911 Lua : Fix Reflect.compareMethod 9 年之前
  Justin Donaldson 42afecb4d2 Lua: fix the Reflect.isFunction function 10 年之前
  Justin Donaldson 3f64869b0a Lua: More Reflect fixes for lua 10 年之前
  Justin Donaldson 8b60987809 Lua: Misc tweaks and improvements to Reflect and Type. 10 年之前
  Justin Donaldson 061b86d7cc Lua : Update Reflect.callMethod 10 年之前
  Justin Donaldson 48f9bf7e77 Lua : Reflect.hx fixes 10 年之前
  Justin Donaldson 9e82b37747 Generating a javascript "Hello World" as lua 10 年之前
  Justin Donaldson 17fe2acaec Getting an Std from Javascript 10 年之前