Home
last modified time | relevance | path

Searched refs:atActionTag (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.cpp447 assert(thread.atActionTag(SWF::ACTION_END)); in ActionEnd()
460 assert(thread.atActionTag(SWF::ACTION_NEXTFRAME)); in ActionNextFrame()
478 assert(thread.atActionTag(SWF::ACTION_PREVFRAME)); in ActionPrevFrame()
493 assert(thread.atActionTag(SWF::ACTION_PLAY)); in ActionPlay()
508 assert(thread.atActionTag(SWF::ACTION_STOP)); in ActionStop()
532 assert(thread.atActionTag(SWF::ACTION_STOPSOUNDS)); in ActionStopSounds()
549 assert(thread.atActionTag(SWF::ACTION_GOTOFRAME)); in ActionGotoFrame()
572 assert(thread.atActionTag(SWF::ACTION_GETURL)); in ActionGetUrl()
1909 assert(thread.atActionTag(SWF::ACTION_GETURL2)); in ActionGetUrl2()
3239 assert(thread.atActionTag(SWF::ACTION_TRY)); in ActionTry()
[all …]
H A DActionExec.h226 bool atActionTag(SWF::ActionType t) { return code[pc] == t; } in atActionTag() function