Add getter for Proxy handler objects (#4676)

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2021-05-21 12:35:53 +02:00
committed by GitHub
parent 67a61bc211
commit 3c512d937b
6 changed files with 109 additions and 4 deletions
+5
View File
@@ -118,6 +118,11 @@ const char * const ecma_error_class_is_non_configurable = "Prototype property of
*/
const char * const ecma_error_argument_is_not_an_object = "Argument is not an object";
/**
* Error message, argument is not a Proxy object
*/
const char * const ecma_error_argument_is_not_a_proxy = "Argument is not a Proxy object";
/**
* Error message, target is not a constructor
*/