Home
last modified time | relevance | path

Searched refs:pushGlobalObject (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/script/
H A Dconsole_object.cpp69 ctx.pushGlobalObject(); in register_console_object()
H A Dapp_scripting.cpp51 ctx.pushGlobalObject(); in AppScripting()
H A Dapp_object.cpp118 ctx.pushGlobalObject(); in register_app_object()
/dports/graphics/aseprite/aseprite-1.2.9/src/script/
H A Dengine.h101 void pushGlobalObject();
H A Dengine.cpp239 void Context::pushGlobalObject() in pushGlobalObject() function in script::Context