node-aix-ppc64 17.3.0 → 17.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +463 -0
- package/LICENSE +25 -0
- package/README.md +43 -15
- package/bin/node +0 -0
- package/include/node/common.gypi +59 -4
- package/include/node/config.gypi +3 -0
- package/include/node/js_native_api.h +6 -0
- package/include/node/node.exp +52 -32
- package/include/node/node_version.h +1 -1
- package/include/node/uv/unix.h +2 -4
- package/include/node/uv/version.h +1 -1
- package/include/node/uv/win.h +7 -0
- package/include/node/uv.h +3 -0
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -3
package/LICENSE
CHANGED
|
@@ -634,6 +634,31 @@ The externally maintained libraries used by Node.js are:
|
|
|
634
634
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
635
635
|
"""
|
|
636
636
|
|
|
637
|
+
- undici, located at deps/undici, is licensed as follows:
|
|
638
|
+
"""
|
|
639
|
+
MIT License
|
|
640
|
+
|
|
641
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
642
|
+
|
|
643
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
644
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
645
|
+
in the Software without restriction, including without limitation the rights
|
|
646
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
647
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
648
|
+
furnished to do so, subject to the following conditions:
|
|
649
|
+
|
|
650
|
+
The above copyright notice and this permission notice shall be included in all
|
|
651
|
+
copies or substantial portions of the Software.
|
|
652
|
+
|
|
653
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
654
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
655
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
656
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
657
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
658
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
659
|
+
SOFTWARE.
|
|
660
|
+
"""
|
|
661
|
+
|
|
637
662
|
- OpenSSL, located at deps/openssl, is licensed as follows:
|
|
638
663
|
"""
|
|
639
664
|
Apache License
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Node.js is an open-source, cross-platform, JavaScript runtime environment.
|
|
14
14
|
|
|
15
|
-
For information on using Node.js, see the [Node.js
|
|
15
|
+
For information on using Node.js, see the [Node.js website][].
|
|
16
16
|
|
|
17
17
|
The Node.js project uses an [open governance model](./GOVERNANCE.md). The
|
|
18
18
|
[OpenJS Foundation][] provides support for the project.
|
|
@@ -194,6 +194,8 @@ For information about the governance of the Node.js project, see
|
|
|
194
194
|
**Mary Marchini** <<oss@mmarchini.me>> (she/her)
|
|
195
195
|
* [MylesBorins](https://github.com/MylesBorins) -
|
|
196
196
|
**Myles Borins** <<myles.borins@gmail.com>> (he/him)
|
|
197
|
+
* [RaisinTen](https://github.com/RaisinTen) -
|
|
198
|
+
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
197
199
|
* [richardlau](https://github.com/richardlau) -
|
|
198
200
|
**Richard Lau** <<rlau@redhat.com>>
|
|
199
201
|
* [ronag](https://github.com/ronag) -
|
|
@@ -310,8 +312,6 @@ For information about the governance of the Node.js project, see
|
|
|
310
312
|
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
|
|
311
313
|
* [danielleadams](https://github.com/danielleadams) -
|
|
312
314
|
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
|
|
313
|
-
* [davisjam](https://github.com/davisjam) -
|
|
314
|
-
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
315
315
|
* [DerekNonGeneric](https://github.com/DerekNonGeneric) -
|
|
316
316
|
**Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
|
|
317
317
|
* [devnexen](https://github.com/devnexen) -
|
|
@@ -324,8 +324,6 @@ For information about the governance of the Node.js project, see
|
|
|
324
324
|
**Daniele Belardi** <<dwon.dnl@gmail.com>> (he/him)
|
|
325
325
|
* [edsadr](https://github.com/edsadr) -
|
|
326
326
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
327
|
-
* [eugeneo](https://github.com/eugeneo) -
|
|
328
|
-
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
329
327
|
* [evanlucas](https://github.com/evanlucas) -
|
|
330
328
|
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
331
329
|
* [fhinkel](https://github.com/fhinkel) -
|
|
@@ -380,10 +378,10 @@ For information about the governance of the Node.js project, see
|
|
|
380
378
|
**Denys Otrishko** <<shishugi@gmail.com>> (he/him)
|
|
381
379
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
382
380
|
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
383
|
-
* [mafintosh](https://github.com/mafintosh) -
|
|
384
|
-
**Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
|
|
385
381
|
* [mcollina](https://github.com/mcollina) -
|
|
386
382
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
383
|
+
* [Mesteery](https://github.com/Mesteery) -
|
|
384
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
387
385
|
* [mhdawson](https://github.com/mhdawson) -
|
|
388
386
|
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
389
387
|
* [miladfarca](https://github.com/miladfarca) -
|
|
@@ -424,8 +422,6 @@ For information about the governance of the Node.js project, see
|
|
|
424
422
|
**Ujjwal Sharma** <<ryzokuken@disroot.org>> (he/him)
|
|
425
423
|
* [santigimeno](https://github.com/santigimeno) -
|
|
426
424
|
**Santiago Gimeno** <<santiago.gimeno@gmail.com>>
|
|
427
|
-
* [seishun](https://github.com/seishun) -
|
|
428
|
-
**Nikolai Vavilov** <<vvnicholas@gmail.com>>
|
|
429
425
|
* [shisama](https://github.com/shisama) -
|
|
430
426
|
**Masashi Hirano** <<shisama07@gmail.com>> (he/him)
|
|
431
427
|
* [srl295](https://github.com/srl295) -
|
|
@@ -490,12 +486,16 @@ For information about the governance of the Node.js project, see
|
|
|
490
486
|
**Claudio Rodriguez** <<cjrodr@yahoo.com>>
|
|
491
487
|
* [DavidCai1993](https://github.com/DavidCai1993) -
|
|
492
488
|
**David Cai** <<davidcai1993@yahoo.com>> (he/him)
|
|
489
|
+
* [davisjam](https://github.com/davisjam) -
|
|
490
|
+
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
493
491
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
494
492
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
495
493
|
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
|
|
496
494
|
**Robert Jefe Lindstaedt** <<robert.lindstaedt@gmail.com>>
|
|
497
495
|
* [estliberitas](https://github.com/estliberitas) -
|
|
498
496
|
**Alexander Makarenko** <<estliberitas@gmail.com>>
|
|
497
|
+
* [eugeneo](https://github.com/eugeneo) -
|
|
498
|
+
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
499
499
|
* [firedfox](https://github.com/firedfox) -
|
|
500
500
|
**Daniel Wang** <<wangyang0123@gmail.com>>
|
|
501
501
|
* [Fishrock123](https://github.com/Fishrock123) -
|
|
@@ -542,6 +542,8 @@ For information about the governance of the Node.js project, see
|
|
|
542
542
|
**Aleksey Smolenchuk** <<lxe@lxe.co>>
|
|
543
543
|
* [maclover7](https://github.com/maclover7) -
|
|
544
544
|
**Jon Moss** <<me@jonathanmoss.me>> (he/him)
|
|
545
|
+
* [mafintosh](https://github.com/mafintosh) -
|
|
546
|
+
**Mathias Buus** <<mathiasbuus@gmail.com>> (he/him)
|
|
545
547
|
* [matthewloring](https://github.com/matthewloring) -
|
|
546
548
|
**Matthew Loring** <<mattloring@google.com>>
|
|
547
549
|
* [micnic](https://github.com/micnic) -
|
|
@@ -598,6 +600,8 @@ For information about the governance of the Node.js project, see
|
|
|
598
600
|
**Sam Roberts** <<vieuxtech@gmail.com>>
|
|
599
601
|
* [sebdeckers](https://github.com/sebdeckers) -
|
|
600
602
|
**Sebastiaan Deckers** <<sebdeckers83@gmail.com>>
|
|
603
|
+
* [seishun](https://github.com/seishun) -
|
|
604
|
+
**Nikolai Vavilov** <<vvnicholas@gmail.com>>
|
|
601
605
|
* [shigeki](https://github.com/shigeki) -
|
|
602
606
|
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
|
|
603
607
|
* [silverwind](https://github.com/silverwind) -
|
|
@@ -631,7 +635,7 @@ For information about the governance of the Node.js project, see
|
|
|
631
635
|
|
|
632
636
|
<!--lint enable prohibited-strings-->
|
|
633
637
|
|
|
634
|
-
Collaborators follow the [Collaborator Guide](./doc/
|
|
638
|
+
Collaborators follow the [Collaborator Guide](./doc/contributing/collaborator-guide.md) in
|
|
635
639
|
maintaining the Node.js project.
|
|
636
640
|
|
|
637
641
|
### Triagers
|
|
@@ -645,7 +649,7 @@ maintaining the Node.js project.
|
|
|
645
649
|
* [marsonya](https://github.com/marsonya) -
|
|
646
650
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
647
651
|
* [Mesteery](https://github.com/Mesteery) -
|
|
648
|
-
**Mestery** <<mestery@
|
|
652
|
+
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
649
653
|
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
650
654
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
651
655
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
@@ -697,7 +701,7 @@ gpg --keyserver pool.sks-keyservers.net --recv-keys 108F52B48DB57BB0CC439B2997B0
|
|
|
697
701
|
gpg --keyserver pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
|
|
698
702
|
```
|
|
699
703
|
|
|
700
|
-
See the section above on [Verifying
|
|
704
|
+
See the section above on [Verifying binaries](#verifying-binaries) for how to
|
|
701
705
|
use these keys to verify a downloaded file.
|
|
702
706
|
|
|
703
707
|
<details>
|
|
@@ -725,6 +729,30 @@ use these keys to verify a downloaded file.
|
|
|
725
729
|
|
|
726
730
|
</details>
|
|
727
731
|
|
|
732
|
+
### Security release stewards
|
|
733
|
+
|
|
734
|
+
When possible, the commitment to take slots in the
|
|
735
|
+
security release steward rotation is made by companies in order
|
|
736
|
+
to ensure individuals who act as security stewards have the
|
|
737
|
+
support and recognition from their employer to be able to
|
|
738
|
+
prioritize security releases. Security release stewards manage security
|
|
739
|
+
releases on a rotation basis as outlined in the
|
|
740
|
+
[security release process](./doc/contributing/security-release-process.md).
|
|
741
|
+
|
|
742
|
+
* Datadog
|
|
743
|
+
* [bengl](https://github.com/bengl) -
|
|
744
|
+
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
745
|
+
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
746
|
+
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
747
|
+
* NearForm
|
|
748
|
+
* [mcollina](https://github.com/mcollina) -
|
|
749
|
+
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
750
|
+
* Red Hat and IBM
|
|
751
|
+
* [joesepi](https://github.com/joesepi) -
|
|
752
|
+
**Joe Sepi** <<joesepi@ibm.com>> (he/him)
|
|
753
|
+
* [mhdawson](https://github.com/mhdawson) -
|
|
754
|
+
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
755
|
+
|
|
728
756
|
## License
|
|
729
757
|
|
|
730
758
|
Node.js is available under the
|
|
@@ -735,8 +763,8 @@ license text.
|
|
|
735
763
|
|
|
736
764
|
[Code of Conduct]: https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md
|
|
737
765
|
[Contributing to the project]: CONTRIBUTING.md
|
|
738
|
-
[Node.js
|
|
766
|
+
[Node.js website]: https://nodejs.org/
|
|
739
767
|
[OpenJS Foundation]: https://openjsf.org/
|
|
740
|
-
[Strategic initiatives]: doc/
|
|
741
|
-
[Technical values and prioritization]: doc/
|
|
768
|
+
[Strategic initiatives]: doc/contributing/strategic-initiatives.md
|
|
769
|
+
[Technical values and prioritization]: doc/contributing/technical-values.md
|
|
742
770
|
[Working Groups]: https://github.com/nodejs/TSC/blob/HEAD/WORKING_GROUPS.md
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.13',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -66,6 +66,9 @@
|
|
|
66
66
|
'v8_enable_pointer_compression%': 0,
|
|
67
67
|
'v8_enable_31bit_smis_on_64bit_arch%': 0,
|
|
68
68
|
|
|
69
|
+
# Disable v8 hugepage by default.
|
|
70
|
+
'v8_enable_hugepage%': 0,
|
|
71
|
+
|
|
69
72
|
# This is more of a V8 dev setting
|
|
70
73
|
# https://github.com/nodejs/node/pull/22920/files#r222779926
|
|
71
74
|
'v8_enable_fast_mksnapshot': 0,
|
|
@@ -109,6 +112,10 @@
|
|
|
109
112
|
}],
|
|
110
113
|
['OS=="linux"', {
|
|
111
114
|
'node_section_ordering_info%': ''
|
|
115
|
+
}],
|
|
116
|
+
['OS == "zos"', {
|
|
117
|
+
# use ICU data file on z/OS
|
|
118
|
+
'icu_use_data_file_flag%': 1
|
|
112
119
|
}]
|
|
113
120
|
],
|
|
114
121
|
},
|
|
@@ -200,7 +207,11 @@
|
|
|
200
207
|
# pull in V8's postmortem metadata
|
|
201
208
|
'ldflags': [ '-Wl,-z,allextract' ]
|
|
202
209
|
}],
|
|
203
|
-
['OS
|
|
210
|
+
['OS=="zos"', {
|
|
211
|
+
# increase performance, number from experimentation
|
|
212
|
+
'cflags': [ '-qINLINE=::150:100000' ]
|
|
213
|
+
}],
|
|
214
|
+
['OS!="mac" and OS!="win" and OS!="zos"', {
|
|
204
215
|
'cflags': [ '-fno-omit-frame-pointer' ],
|
|
205
216
|
}],
|
|
206
217
|
['OS=="linux"', {
|
|
@@ -327,7 +338,7 @@
|
|
|
327
338
|
[ 'target_arch=="arm64"', {
|
|
328
339
|
'msvs_configuration_platform': 'arm64',
|
|
329
340
|
}],
|
|
330
|
-
['asan == 1 and OS != "mac"', {
|
|
341
|
+
['asan == 1 and OS != "mac" and OS != "zos"', {
|
|
331
342
|
'cflags+': [
|
|
332
343
|
'-fno-omit-frame-pointer',
|
|
333
344
|
'-fsanitize=address',
|
|
@@ -419,7 +430,7 @@
|
|
|
419
430
|
'cflags': [ '-m64', '-mminimal-toc' ],
|
|
420
431
|
'ldflags': [ '-m64' ],
|
|
421
432
|
}],
|
|
422
|
-
[ 'target_arch=="s390x"', {
|
|
433
|
+
[ 'target_arch=="s390x" and OS=="linux"', {
|
|
423
434
|
'cflags': [ '-m64', '-march=z196' ],
|
|
424
435
|
'ldflags': [ '-m64', '-march=z196' ],
|
|
425
436
|
}],
|
|
@@ -566,6 +577,50 @@
|
|
|
566
577
|
'OPENSSL_NO_ASM',
|
|
567
578
|
],
|
|
568
579
|
}],
|
|
580
|
+
['OS == "zos"', {
|
|
581
|
+
'defines': [
|
|
582
|
+
'_XOPEN_SOURCE_EXTENDED',
|
|
583
|
+
'_XOPEN_SOURCE=600',
|
|
584
|
+
'_UNIX03_THREADS',
|
|
585
|
+
'_UNIX03_WITHDRAWN',
|
|
586
|
+
'_UNIX03_SOURCE',
|
|
587
|
+
'_OPEN_SYS_SOCK_IPV6',
|
|
588
|
+
'_OPEN_SYS_FILE_EXT=1',
|
|
589
|
+
'_POSIX_SOURCE',
|
|
590
|
+
'_OPEN_SYS',
|
|
591
|
+
'_OPEN_SYS_IF_EXT',
|
|
592
|
+
'_OPEN_SYS_SOCK_IPV6',
|
|
593
|
+
'_OPEN_MSGQ_EXT',
|
|
594
|
+
'_LARGE_TIME_API',
|
|
595
|
+
'_ALL_SOURCE',
|
|
596
|
+
'_AE_BIMODAL=1',
|
|
597
|
+
'__IBMCPP_TR1__',
|
|
598
|
+
'NODE_PLATFORM="os390"',
|
|
599
|
+
'PATH_MAX=1024',
|
|
600
|
+
'_ENHANCED_ASCII_EXT=0xFFFFFFFF',
|
|
601
|
+
'_Export=extern',
|
|
602
|
+
'__static_assert=static_assert',
|
|
603
|
+
],
|
|
604
|
+
'cflags': [
|
|
605
|
+
'-q64',
|
|
606
|
+
'-Wc,DLL',
|
|
607
|
+
'-Wa,GOFF',
|
|
608
|
+
'-qARCH=10',
|
|
609
|
+
'-qASCII',
|
|
610
|
+
'-qTUNE=12',
|
|
611
|
+
'-qENUM=INT',
|
|
612
|
+
'-qEXPORTALL',
|
|
613
|
+
'-qASM',
|
|
614
|
+
],
|
|
615
|
+
'cflags_cc': [
|
|
616
|
+
'-qxclang=-std=c++14',
|
|
617
|
+
],
|
|
618
|
+
'ldflags': [
|
|
619
|
+
'-q64',
|
|
620
|
+
],
|
|
621
|
+
# for addons due to v8config.h include of "zos-base.h":
|
|
622
|
+
'include_dirs': ['$(ZOSLIB_INCLUDES)'],
|
|
623
|
+
}],
|
|
569
624
|
],
|
|
570
625
|
}
|
|
571
626
|
}
|
package/include/node/config.gypi
CHANGED
|
@@ -210,6 +210,7 @@
|
|
|
210
210
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
211
211
|
'lib/internal/modules/esm/get_format.js',
|
|
212
212
|
'lib/internal/modules/esm/get_source.js',
|
|
213
|
+
'lib/internal/modules/esm/handle_process_exit.js',
|
|
213
214
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
214
215
|
'lib/internal/modules/esm/load.js',
|
|
215
216
|
'lib/internal/modules/esm/loader.js',
|
|
@@ -262,6 +263,7 @@
|
|
|
262
263
|
'lib/internal/streams/from.js',
|
|
263
264
|
'lib/internal/streams/lazy_transform.js',
|
|
264
265
|
'lib/internal/streams/legacy.js',
|
|
266
|
+
'lib/internal/streams/operators.js',
|
|
265
267
|
'lib/internal/streams/passthrough.js',
|
|
266
268
|
'lib/internal/streams/pipeline.js',
|
|
267
269
|
'lib/internal/streams/readable.js',
|
|
@@ -332,6 +334,7 @@
|
|
|
332
334
|
'target_arch': 'ppc64',
|
|
333
335
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
334
336
|
'v8_enable_gdbjit': 0,
|
|
337
|
+
'v8_enable_hugepage': 0,
|
|
335
338
|
'v8_enable_i18n_support': 1,
|
|
336
339
|
'v8_enable_inspector': 1,
|
|
337
340
|
'v8_enable_lite_mode': 0,
|
|
@@ -93,6 +93,12 @@ NAPI_EXTERN napi_status napi_create_string_utf16(napi_env env,
|
|
|
93
93
|
NAPI_EXTERN napi_status napi_create_symbol(napi_env env,
|
|
94
94
|
napi_value description,
|
|
95
95
|
napi_value* result);
|
|
96
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
97
|
+
NAPI_EXTERN napi_status node_api_symbol_for(napi_env env,
|
|
98
|
+
const char* utf8description,
|
|
99
|
+
size_t length,
|
|
100
|
+
napi_value* result);
|
|
101
|
+
#endif // NAPI_EXPERIMENTAL
|
|
96
102
|
NAPI_EXTERN napi_status napi_create_function(napi_env env,
|
|
97
103
|
const char* utf8name,
|
|
98
104
|
size_t length,
|