optimized js_parse_class_default_ctor() (bnoordhuis)

This commit is contained in:
Fabrice Bellard
2025-04-12 16:04:59 +02:00
parent 9106fa0b58
commit 4cc4c6c1c5
2 changed files with 68 additions and 24 deletions

View File

@@ -110,6 +110,7 @@ DEF( return, 1, 1, 0, none)
DEF( return_undef, 1, 0, 0, none)
DEF(check_ctor_return, 1, 1, 2, none)
DEF( check_ctor, 1, 0, 0, none)
DEF( init_ctor, 1, 0, 1, none)
DEF( check_brand, 1, 2, 2, none) /* this_obj func -> this_obj func */
DEF( add_brand, 1, 2, 0, none) /* this_obj home_obj -> */
DEF( return_async, 1, 1, 0, none)