This commit is contained in:
Khaleel Al-Adhami 2025-01-15 17:08:33 -08:00
parent 990bf131c6
commit 713f907bf0

View File

@ -335,7 +335,9 @@ class FunctionVar(
):
return VarOperationCall.create(
FunctionStringVar.create(
self._raw_js_function, _var_type=self._var_type
self._raw_js_function,
_var_type=self._var_type,
_var_data=self._get_all_var_data(),
),
*args,
_var_type=return_type,