From c5d637fbb15874caa0d9669ac8cc79912ed4d5d9 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 9 Apr 2022 19:53:17 -0700 Subject: WIP --- src/javascript/jsc/bindings/root.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/javascript/jsc/bindings/root.h') diff --git a/src/javascript/jsc/bindings/root.h b/src/javascript/jsc/bindings/root.h index ec2d228f7..f77589df9 100644 --- a/src/javascript/jsc/bindings/root.h +++ b/src/javascript/jsc/bindings/root.h @@ -78,4 +78,7 @@ #define WTF_MAKE_ISO_ALLOCATED_EXPORT(className, a) WTF_MAKE_FAST_ALLOCATED_WITH_HEAP_IDENTIFIER(className); #define WTF_MAKE_ISO_ALLOCATED_IMPL(className) + +#define JSC_NOT_IMPLEMENTED_GETTER_BODY return JSC::JSValue::encode(JSC::jsUndefined()) + #endif \ No newline at end of file -- cgit v1.2.3