diff options
author | Brian Smith <brian@dbsoft.org> | 2023-04-09 03:06:39 -0500 |
---|---|---|
committer | Brian Smith <brian@dbsoft.org> | 2023-04-27 13:33:00 -0500 |
commit | 130d9f4d91f666f6bd44a3e227808030225ef56b (patch) | |
tree | 548674f5366dc49ec7f784b82b4ae9861a4fc672 /js/src/vm/CommonPropertyNames.h | |
parent | 6eecfad57c57c4c305149d1f5634628e80b0cca6 (diff) | |
download | uxp-130d9f4d91f666f6bd44a3e227808030225ef56b.tar.gz |
Issue #1691 - Part 4: Finish implementing call import.
https://bugzilla.mozilla.org/show_bug.cgi?id=1499140
(cherry picked from commit 7bf7d64887944b127a72090dd62eb57f67c5089d)
Diffstat (limited to 'js/src/vm/CommonPropertyNames.h')
-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 82f0ebadaa..3304ae0305 100644 --- a/js/src/vm/CommonPropertyNames.h +++ b/js/src/vm/CommonPropertyNames.h @@ -155,6 +155,7 @@ macro(GeneratorFunction, GeneratorFunction, "GeneratorFunction") \ macro(get, get, "get") \ macro(getInternals, getInternals, "getInternals") \ + macro(GetModuleNamespace, GetModuleNamespace, "GetModuleNamespace") \ macro(getOwnPropertyDescriptor, getOwnPropertyDescriptor, "getOwnPropertyDescriptor") \ macro(getOwnPropertyNames, getOwnPropertyNames, "getOwnPropertyNames") \ macro(getPrefix, getPrefix, "get ") \ |