From bae8cf7a0287442e7e822a194d2b6eba8c32552c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 14 Mar 2024 11:13:15 +0900 Subject: perf: use global functions --- src/Execution/Stack.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Execution/Stack.php') diff --git a/src/Execution/Stack.php b/src/Execution/Stack.php index a96a875..be4e7ec 100644 --- a/src/Execution/Stack.php +++ b/src/Execution/Stack.php @@ -5,6 +5,10 @@ declare(strict_types=1); namespace Nsfisis\Waddiwasi\Execution; use Nsfisis\Waddiwasi\Structure\Types\RefType; +use function assert; +use function count; +use function is_float; +use function is_int; final class Stack { -- cgit v1.2.3-70-g09d2