Fix jsc build

This commit is contained in:
Oleg Korshul
2025-04-24 06:56:09 +03:00
parent aa038179cc
commit 09f2db26e0

View File

@ -439,7 +439,7 @@ namespace NSJSBase
{
}
bool CJSContext::IsEntered();
bool CJSContext::IsEntered()
{
return true;
}