Rework non-standard properties of RegExp

* directly access RegExpStatus through Context
* define each non-standard property in installRegExp method
* remove GlobalRegExpFunctionObject

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
HyukWoo Park 2020-04-13 17:54:03 +09:00 committed by Boram Bae
commit 46d8f2060a
12 changed files with 202 additions and 297 deletions

View file

@ -23,6 +23,7 @@
#include "VMInstance.h"
#include "runtime/ScriptAsyncGeneratorFunctionObject.h"
#include "runtime/AsyncGeneratorObject.h"
#include "runtime/NativeFunctionObject.h"
namespace Escargot {