From f9b1a9e60cfd39fa71a8a5fd28a7b5ee8db0f6aa Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 29 Jan 2021 20:22:18 +0100 Subject: [PATCH] LibJS: Let RegExp.string get RegExp.prototype from the global object directly We can't assume that RegExp on the global object is still the original constructor, or an object at all. This makes '--RegExp<