LuaScriptCore icon indicating copy to clipboard operation
LuaScriptCore copied to clipboard

一款简单易用的多平台Lua桥接器,目前支持在iOS、Mac OS X、Android以及Unity3D中使用,让原生环境与Lua无障碍沟通。

Results 21 LuaScriptCore issues
Sort by recently updated
recently updated
newest added

0 libsystem_kernel.dylib 0x00000001b92fcb78 ___pthread_kill :8 (in libsystem_kernel.dylib) 1 libsystem_c.dylib 0x000000018ca7051c _abort :168 (in libsystem_c.dylib) 2 libsystem_malloc.dylib 0x0000000193baca04 __malloc_put :0 (in libsystem_malloc.dylib) 3 libsystem_malloc.dylib 0x0000000193bacc9c _malloc_zone_error :100 (in libsystem_malloc.dylib) 4 libsystem_malloc.dylib...

如题:映射的Object-c类的方法,在 lua脚本里 : 冒号可以调用成功,而不能直接用 . 逗号调用呢?

**Describe the bug** 调用 dic = [LSCValue toDictionary] 方法 let data = try JSONSerialization.data(withJSONObject: dic, options: []) 会闪退报错: firebase 崩溃: Fatal Exception: NSInvalidArgumentException Invalid type in JSON write (_NSInlineData) -...

for i = 1, 10 do for j = 1, 10000 do callback(function() print(i,j) end) end end 报内存错误,巴拉巴拉一串

Rooted: 'No' API level: '29' OS version: '10' ABI list: 'arm64-v8a,armeabi-v7a,armeabi' Manufacturer: 'HONOR' Brand: 'HONOR' Model: 'NZA-AL00' Build fingerprint: 'HONOR/NZA-AL00/HNNZA-M1:10/HONORNZA-AL00/4.0.0.136C00:user/release-keys' pid: 21099, tid: 21115, name: FinalizerWatchdogDaemon >>> com.hellotalk

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

There is a small typo in Source/lua-core-5.1.5/src/luaconf.h. Should read `building` rather than `bulding`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

我看了源码 貌似没有发现可以推object进栈给lua调用的