File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 '<(SHARED_INTERMEDIATE_DIR)' ,
2727 ],
2828 'sources' : [
29- '<(SHARED_INTERMEDIATE_DIR)/d8-js.cc' ,
3029 '../src/async-hooks-wrapper.cc' ,
3130 '../src/async-hooks-wrapper.h' ,
3231 '../src/d8-console.cc' ,
3332 '../src/d8-console.h' ,
33+ '../src/d8-js.cc' ,
3434 '../src/d8-platforms.cc' ,
3535 '../src/d8-platforms.h' ,
3636 '../src/d8.cc' ,
4242 'dependencies' : [
4343 'd8_js2c#host' ,
4444 ],
45- }, {
46- 'dependencies' : [
47- 'd8_js2c' ,
48- ],
4945 }],
5046 ['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \
5147 or OS=="openbsd" or OS=="solaris" or OS=="android" \
8480 }],
8581 ],
8682 },
87- {
88- 'target_name' : 'd8_js2c' ,
89- 'type' : 'none' ,
90- 'variables' : {
91- 'js_files' : [
92- '../src/d8.js' ,
93- '../src/js/macros.py' ,
94- ],
95- },
96- 'conditions' : [
97- [ 'want_separate_host_toolset==1' , {
98- 'toolsets' : ['host' ],
99- }, {
100- 'toolsets' : ['target' ],
101- }]
102- ],
103- 'actions' : [
104- {
105- 'action_name' : 'd8_js2c' ,
106- 'inputs' : [
107- '../tools/js2c.py' ,
108- '<@(js_files)' ,
109- ],
110- 'outputs' : [
111- '<(SHARED_INTERMEDIATE_DIR)/d8-js.cc' ,
112- ],
113- 'action' : [
114- 'python' ,
115- '../tools/js2c.py' ,
116- '<@(_outputs)' ,
117- 'D8' ,
118- '<@(js_files)'
119- ],
120- },
121- ],
122- },
12383 ],
12484}
Original file line number Diff line number Diff line change 1818 "../src/builtins/arguments.tq" ,
1919 "../src/builtins/array.tq" ,
2020 "../src/builtins/array-copywithin.tq" ,
21+ "../src/builtins/array-filter.tq" ,
2122 "../src/builtins/array-foreach.tq" ,
2223 "../src/builtins/array-join.tq" ,
2324 "../src/builtins/array-lastindexof.tq" ,
You can’t perform that action at this time.
0 commit comments