summaryrefslogtreecommitdiff
path: root/quickjs-opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'quickjs-opcode.h')
-rw-r--r--quickjs-opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/quickjs-opcode.h b/quickjs-opcode.h
index 57f6969..230f6e4 100644
--- a/quickjs-opcode.h
+++ b/quickjs-opcode.h
@@ -119,7 +119,6 @@ DEF( eval, 5, 1, 1, npop_u16) /* func args... -> ret_val */
DEF( apply_eval, 3, 2, 1, u16) /* func array -> ret_eval */
DEF( regexp, 1, 2, 1, none) /* create a RegExp object from the pattern and a
bytecode string */
-DEF( get_super_ctor, 1, 1, 1, none)
DEF( get_super, 1, 1, 1, none)
DEF( import, 1, 1, 1, none) /* dynamic module import */