search for: jsop_not

Displaying 1 result from an estimated 1 matches for "jsop_not".

Did you mean: jsop_nop
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...; - case 0x67: - op = JSOP_GT; - break; - default: - g_assert_not_reached (); - op = JSOP_NOP; - } - ONELINER (state, op); -} - -static void -compile_oneliner (CompileState *state, guint action, guint len) -{ - JSOp op; - - switch (action) { - case 0x12: - op = JSOP_NOT; - break; - case 0x17: - op = JSOP_POP; - break; - case 0x47: - op = JSOP_ADD; - break; - case 0x49: - op = JSOP_NEW_EQ; - break; - case 0x4c: - op = JSOP_DUP; - break; - case 0x67: - op = JSOP_GT; - break; - default: - g...