diff options
| author | daurnimator <quae@daurnimator.com> | 2017-04-26 22:57:35 +1000 |
|---|---|---|
| committer | daurnimator <quae@daurnimator.com> | 2017-04-26 22:57:35 +1000 |
| commit | 6d07675c7397e351c8c15ae961f8ad06c3f9d8a6 (patch) | |
| tree | 10b201da587b4cd70a22b0a344b6ff05319a4582 /src/lobject.js | |
| parent | bbddfc24c304d2f519805db62a463695eab89295 (diff) | |
| download | fengari-6d07675c7397e351c8c15ae961f8ad06c3f9d8a6.tar.gz fengari-6d07675c7397e351c8c15ae961f8ad06c3f9d8a6.tar.bz2 fengari-6d07675c7397e351c8c15ae961f8ad06c3f9d8a6.zip | |
Remove lightuserdata object subtype
Diffstat (limited to 'src/lobject.js')
| -rw-r--r-- | src/lobject.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lobject.js b/src/lobject.js index bd65ea8..c2ec123 100644 --- a/src/lobject.js +++ b/src/lobject.js @@ -64,14 +64,6 @@ class TValue { return this.checktag(CT.LUA_TLIGHTUSERDATA); } - ttisobject() { - return this.checktag(CT.LUA_TLIGHTUSERDATA_OBJ); - } - - ttisptr() { - return this.checktag(CT.LUA_TLIGHTUSERDATA_PTR); - } - ttisstring() { return this.checktype(CT.LUA_TSTRING); } |
