From 46273e5d081d3295a5474b831825053703010265 Mon Sep 17 00:00:00 2001
From: Sami Vaarala
Date: Wed, 9 Apr 2014 00:36:49 +0300
Subject: [PATCH] remove guide limitation note on error handlers
---
website/guide/limitations.html | 5 -----
1 file changed, 5 deletions(-)
diff --git a/website/guide/limitations.html b/website/guide/limitations.html
index 4e972bc7..1f6876b0 100644
--- a/website/guide/limitations.html
+++ b/website/guide/limitations.html
@@ -62,11 +62,6 @@ the pointer arithmetic may wrap and work in unexpected ways if stack
index values are large enough (e.g. 0x20000000 on a 32-bit platform
with 8-byte packed value type).
-Error handler model incomplete
-
-The model for error handlers is incomplete. Use DUK_INVALID_INDEX
-as the error handler index for now.
-
Unicode case conversion is not locale or context sensitive
E5 Sections 15.5.4.16 to 15.5.4.19 require context and locale processing