Add custom dispatcher to builtin-proxy (#4687)

JerryScript-DCO-1.0-Signed-off-by: Orkenyi Virag orkvi@inf.u-szeged.hu
This commit is contained in:
Virag Orkenyi
2021-06-24 15:36:25 +02:00
committed by GitHub
parent 9471515dae
commit dddd37d38f
2 changed files with 46 additions and 5 deletions
@@ -35,7 +35,7 @@ STRING_VALUE (LIT_MAGIC_STRING_NAME,
/* Routine properties:
* (property name, C routine name, arguments number or NON_FIXED, value of the routine's length property) */
ROUTINE (LIT_MAGIC_STRING_REVOCABLE, ecma_builtin_proxy_object_revocable, 2, 2)
ROUTINE (LIT_MAGIC_STRING_REVOCABLE, ECMA_BUILTIN_PROXY_OBJECT_REVOCABLE, 2, 2)
#endif /* JERRY_BUILTIN_PROXY */