1# HiDebug_StackFrame 2 3<!--Kit: Performance Analysis Kit--> 4<!--Subsystem: HiviewDFX--> 5<!--Owner: @hello_harmony; @yu_haoqiaida--> 6<!--Designer: @kutcherzhou1--> 7<!--Tester: @gcw_KuLfPSbe--> 8<!--Adviser: @foryourself--> 9 10## 概述 11 12栈帧内容的定义。 13 14**起始版本:** 20 15 16**相关模块:** [HiDebug](capi-hidebug.md) 17 18**所在头文件:** [hidebug_type.h](capi-hidebug-type-h.md) 19 20## 汇总 21 22### 成员变量 23 24| 名称 | 描述 | 25| -- | -- | 26| [HiDebug_StackFrameType](capi-hidebug-type-h.md#hidebug_stackframetype) type | 当前栈的类型。 | 27| struct [HiDebug_JsStackFrame](capi-hidebug-hidebug-jsstackframe.md) js | 由[HiDebug_JsStackFrame](capi-hidebug-hidebug-jsstackframe.md)定义的js栈帧内容。 | 28| struct [HiDebug_NativeStackFrame](capi-hidebug-hidebug-nativestackframe.md) native | 由[HiDebug_NativeStackFrame](capi-hidebug-hidebug-nativestackframe.md)定义的native栈帧内容。 | 29 30 31