mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-16 20:40:16 +02:00
parent
ad0e4f4489
commit
11e1cc9939
@ -102,8 +102,6 @@ public:
|
|||||||
|
|
||||||
static inline Value FunctionCall(ScriptFrame& frame, const Value& self, const Function::Ptr& func, const std::vector<Value>& arguments)
|
static inline Value FunctionCall(ScriptFrame& frame, const Value& self, const Function::Ptr& func, const std::vector<Value>& arguments)
|
||||||
{
|
{
|
||||||
ScriptFrame vframe;
|
|
||||||
|
|
||||||
if (!self.IsEmpty() || self.IsString())
|
if (!self.IsEmpty() || self.IsString())
|
||||||
return func->Invoke(self, arguments);
|
return func->Invoke(self, arguments);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user