Home
last modified time | relevance | path

Searched defs:n_push (Results 1 – 2 of 2) sorted by relevance

/third_party/quickjs/
Dquickjs-opcode.h62 #define def(id, size, n_pop, n_push, f) DEF(id, size, n_pop, n_push, f) argument
Dquickjs.c982 #define DEF(id, size, n_pop, n_push, f) argument
990 #define DEF(id, size, n_pop, n_push, f) OP_ ## id, argument
991 #define def(id, size, n_pop, n_push, f) argument
1001 #define DEF(id, size, n_pop, n_push, f) argument
1002 #define def(id, size, n_pop, n_push, f) OP_ ## id, argument
16193 #define DEF(id, size, n_pop, n_push, f) && case_OP_ ## id, in JS_CallInternal() argument
16195 #define def(id, size, n_pop, n_push, f) in JS_CallInternal() argument
16205 #define DEF(id, size, n_pop, n_push, f) && case_debugger_OP_ ## id, in JS_CallInternal() argument
16207 #define def(id, size, n_pop, n_push, f) in JS_CallInternal() argument
20114 uint8_t n_push; member
[all …]