Home
last modified time | relevance | path

Searched refs:DUK_EXTRAOP_UNP (Results 1 – 10 of 10) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_js_bytecode.h169 #define DUK_EXTRAOP_UNP 24 macro
Dduk_js_executor.c424 DUK_ASSERT(opcode == DUK_EXTRAOP_UNM || opcode == DUK_EXTRAOP_UNP); in duk__vm_arith_unary_op()
445 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP); in duk__vm_arith_unary_op()
464 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP); in duk__vm_arith_unary_op()
4335 case DUK_EXTRAOP_UNP: {
Dduk_js_compiler.c3589 args = (DUK_EXTRAOP_UNP << 8) + 0;
3739 DUK_EXTRAOP_UNP,
4699 DUK_EXTRAOP_UNP,
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_js_bytecode.h169 #define DUK_EXTRAOP_UNP 24 macro
Dduk_js_executor.c424 DUK_ASSERT(opcode == DUK_EXTRAOP_UNM || opcode == DUK_EXTRAOP_UNP); in duk__vm_arith_unary_op()
445 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP); in duk__vm_arith_unary_op()
464 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP); in duk__vm_arith_unary_op()
4327 case DUK_EXTRAOP_UNP: {
Dduk_js_compiler.c3589 args = (DUK_EXTRAOP_UNP << 8) + 0;
3739 DUK_EXTRAOP_UNP,
4699 DUK_EXTRAOP_UNP,
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c2674 #define DUK_EXTRAOP_UNP 24 macro
60960 args = (DUK_EXTRAOP_UNP << 8) + 0;
61110 DUK_EXTRAOP_UNP,
62070 DUK_EXTRAOP_UNP,
65660 DUK_ASSERT(opcode == DUK_EXTRAOP_UNM || opcode == DUK_EXTRAOP_UNP);
65681 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP);
65700 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP);
69563 case DUK_EXTRAOP_UNP: {
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c2685 #define DUK_EXTRAOP_UNP 24 macro
61321 args = (DUK_EXTRAOP_UNP << 8) + 0;
61471 DUK_EXTRAOP_UNP,
62431 DUK_EXTRAOP_UNP,
66022 DUK_ASSERT(opcode == DUK_EXTRAOP_UNM || opcode == DUK_EXTRAOP_UNP);
66043 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP);
66062 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP);
69933 case DUK_EXTRAOP_UNP: {
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c2685 #define DUK_EXTRAOP_UNP 24 macro
61070 args = (DUK_EXTRAOP_UNP << 8) + 0;
61220 DUK_EXTRAOP_UNP,
62180 DUK_EXTRAOP_UNP,
65771 DUK_ASSERT(opcode == DUK_EXTRAOP_UNM || opcode == DUK_EXTRAOP_UNP);
65792 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP);
65811 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP);
69674 case DUK_EXTRAOP_UNP: {
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c2674 #define DUK_EXTRAOP_UNP 24 macro
61211 args = (DUK_EXTRAOP_UNP << 8) + 0;
61361 DUK_EXTRAOP_UNP,
62321 DUK_EXTRAOP_UNP,
65911 DUK_ASSERT(opcode == DUK_EXTRAOP_UNM || opcode == DUK_EXTRAOP_UNP);
65932 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP);
65951 DUK_ASSERT(opcode == DUK_EXTRAOP_UNP);
69822 case DUK_EXTRAOP_UNP: {