summaryrefslogtreecommitdiff
path: root/js/src/moz.build
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-06-09 16:14:01 -0400
committerGaming4JC <g4jc@hyperbola.info>2019-07-18 22:38:35 -0400
commit09efd3b4db44175e58c80b3cf4f3408ef218ab19 (patch)
tree036823d2032034267a87f28139fb3c47d79d6a65 /js/src/moz.build
parentefecd2f835bb3761760b0efb4c5e35ae8d18a4a6 (diff)
downloaduxp-09efd3b4db44175e58c80b3cf4f3408ef218ab19.tar.gz
1336783 - Part 1: Rework on reserved word and remove TokenStream::KeywordIsName.
Diffstat (limited to 'js/src/moz.build')
-rw-r--r--js/src/moz.build10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/src/moz.build b/js/src/moz.build
index eb30866c8e..a0f074d1c7 100644
--- a/js/src/moz.build
+++ b/js/src/moz.build
@@ -619,11 +619,11 @@ else:
'perf/pm_stub.cpp'
]
-GENERATED_FILES += ['jsautokw.h']
-jsautokw = GENERATED_FILES['jsautokw.h']
-jsautokw.script = 'jsautokw.py'
-jsautokw.inputs += [
- 'vm/Keywords.h'
+GENERATED_FILES += ['frontend/ReservedWordsGenerated.h']
+ReservedWordsGenerated = GENERATED_FILES['frontend/ReservedWordsGenerated.h']
+ReservedWordsGenerated.script = 'frontend/GenerateReservedWords.py'
+ReservedWordsGenerated.inputs += [
+ 'frontend/ReservedWords.h'
]
# JavaScript must be built shared, even for static builds, as it is used by