diff options
author | bellard <6490144+bellard@users.noreply.github.com> | 2020-09-06 19:10:15 +0200 |
---|---|---|
committer | bellard <6490144+bellard@users.noreply.github.com> | 2020-09-06 19:10:15 +0200 |
commit | 7c312df422572cf867f29a1d80693e8a77f7fb2a (patch) | |
tree | e6b8443835b36b6cea904e4330ef93e4ab5ed040 /quickjs-opcode.h | |
parent | 89007660998db0ee55f0ab3b34bb1a84f86fd3c4 (diff) | |
download | quickjs-7c312df422572cf867f29a1d80693e8a77f7fb2a.tar.gz quickjs-7c312df422572cf867f29a1d80693e8a77f7fb2a.zip |
2020-09-06 release
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 |