| 610 | return 0; |
| 611 | } |
| 612 | static int AfterFrame(lua_State* L)LNOEXCEPT |
| 613 | { |
| 614 | LPOOL.CheckIsMainThread(L); |
| 615 | LPOOL.AfterFrame(); |
| 616 | return 0; |
| 617 | } |
| 618 | static int New(lua_State* L)LNOEXCEPT |
| 619 | { |
| 620 | return LPOOL.New(L); |
nothing calls this directly
no test coverage detected