mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
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:
parent
4e2dc085a4
commit
46d8f2060a
12 changed files with 202 additions and 297 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include "VMInstance.h"
|
||||
#include "runtime/ScriptAsyncGeneratorFunctionObject.h"
|
||||
#include "runtime/AsyncGeneratorObject.h"
|
||||
#include "runtime/NativeFunctionObject.h"
|
||||
|
||||
namespace Escargot {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue