Displaying 2 results from an estimated 2 matches for "push_obj".
2016 Jun 30
6
Sequential ID Git hook
Now that we seem to be converging to an acceptable Git model, there
was only one remaining doubt, and that's how the trigger to update a
sequential ID will work. I've been in contact with GitHub folks, and
this is in line with their suggestions...
Given the nature of our project's repository structure, triggers in
each repository can't just update their own sequential ID (like
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
...\
-} G_STMT_END
-#define THREELINER_INT(state, opcode, _int) THREELINER (state, opcode, (_int) >> 8, (_int))
-#define THREELINER_ATOM(state, opcode, str) G_STMT_START { \
- jsatomid id; \
- id = atomize_string (state, str); \
- THREELINER_INT (state, opcode, id); \
-} G_STMT_END
-
-#define PUSH_OBJ(state) ONELINER (state, JSOP_PUSHOBJ)
-#define POP(state) ONELINER (state, JSOP_POP)
-#define GE(state) ONELINER (state, JSOP_GE)
-#define THIS(state) ONELINER (state, JSOP_THIS)
-#define SWAP(state) ONELINER (state, JSOP_SWAP)
-#define DUP(state) ONELINER (state, JSOP_DUP)
-#define FLASHCALL(state...