diff options
author | Moonchild <moonchild@palemoon.org> | 2021-07-13 20:09:21 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-07-13 20:09:21 +0000 |
commit | f864b515d942d1091d55d8a0d2505dc1982d8708 (patch) | |
tree | 401b7471c9cfc3097789addf8155918f63be9fa8 /js/src/vm | |
parent | 3003f52e1d154d44e70edb9f7da5ba97e7e4fc65 (diff) | |
download | uxp-f864b515d942d1091d55d8a0d2505dc1982d8708.tar.gz |
WIP: Base implementation
Diffstat (limited to 'js/src/vm')
-rw-r--r-- | js/src/vm/CommonPropertyNames.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/vm/CommonPropertyNames.h b/js/src/vm/CommonPropertyNames.h index 7df7563b5b..445b8a6bb3 100644 --- a/js/src/vm/CommonPropertyNames.h +++ b/js/src/vm/CommonPropertyNames.h @@ -325,6 +325,7 @@ macro(startTimestamp, startTimestamp, "startTimestamp") \ macro(state, state, "state") \ macro(static, static_, "static") \ + macro(status, status, "status") \ macro(std_Function_apply, std_Function_apply, "std_Function_apply") \ macro(sticky, sticky, "sticky") \ macro(StringIterator, StringIterator, "String Iterator") \ |