getCurrentTrace
이 콘텐츠는 아직 번역되지 않았습니다.
function getCurrentTrace(): null | Trace;
This function will get the current trace from the execution context.
Returns
Section titled “Returns”null
| Trace
The current trace or null if there is no trace.
이 콘텐츠는 아직 번역되지 않았습니다.
function getCurrentTrace(): null | Trace;
This function will get the current trace from the execution context.
null
| Trace
The current trace or null if there is no trace.