Expand description
Source: Common/include/Luau/TimeTrace.h:148-159 (hand-ported)
C++:
explicit Scope(uint16_t token) : context(getThreadContext())
{
if (!FFlag::DebugLuauTimeTracing) return;
context.eventEnter(token);
}Source: Common/include/Luau/TimeTrace.h:148-159 (hand-ported)
C++:
explicit Scope(uint16_t token) : context(getThreadContext())
{
if (!FFlag::DebugLuauTimeTracing) return;
context.eventEnter(token);
}