feat: add Frame type

This commit is contained in:
Shunsuke Shibayama 2023-10-14 23:42:27 +09:00
parent 0a24c0cb77
commit fc75151f2a
4 changed files with 32 additions and 2 deletions

View file

@ -1,6 +1,7 @@
.FrameInfo: ClassType
.Traceback: ClassType
.currentframe!: () => Frame
.ismodule: (object: Obj) -> Bool
.isclass: (object: Obj) -> Bool
.ismethod: (object: Obj) -> Bool