diff options
Diffstat (limited to 'quickjs-opcode.h')
-rw-r--r-- | quickjs-opcode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quickjs-opcode.h b/quickjs-opcode.h index 230f6e4..387363c 100644 --- a/quickjs-opcode.h +++ b/quickjs-opcode.h @@ -359,7 +359,8 @@ DEF( call3, 1, 1, 1, npopx) DEF( is_undefined, 1, 1, 1, none) DEF( is_null, 1, 1, 1, none) -DEF( is_function, 1, 1, 1, none) +DEF(typeof_is_undefined, 1, 1, 1, none) +DEF( typeof_is_function, 1, 1, 1, none) #endif #undef DEF |