MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ArrayFreeze

Function ArrayFreeze

lib/base/array-script.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230static void ArrayFreeze()
231{
232 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
233 Array::Ptr self = static_cast<Array::Ptr>(vframe->Self);
234 self->Freeze();
235}
236
237Object::Ptr Array::GetPrototype()
238{

Callers

nothing calls this directly

Calls 1

FreezeMethod · 0.45

Tested by

no test coverage detected