We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bd5f4 commit f37c6bbCopy full SHA for f37c6bb
nginx/config
@@ -87,21 +87,6 @@ if [ $NJS_QUICKJS != NO ]; then
87
exit 1;
88
fi
89
90
- ngx_feature="QuickJS JS_NewTypedArray()"
91
- ngx_feature_name=NJS_HAVE_QUICKJS_NEW_TYPED_ARRAY
92
- ngx_feature_test="JSValue argv;
93
- (void) JS_NewTypedArray(NULL, 1, &argv,
94
- JS_TYPED_ARRAY_UINT8);
95
- return 0;"
96
-
97
- . auto/feature
98
99
- ngx_feature="QuickJS JS_IsSameValue()"
100
- ngx_feature_name=NJS_HAVE_QUICKJS_IS_SAME_VALUE
101
- ngx_feature_test="(void) JS_IsSameValue(NULL, JS_UNDEFINED, JS_UNDEFINED);"
102
103
104
105
NJS_HAVE_QUICKJS=YES
106
NJS_QUICKJS_LIB="$ngx_feature_libs"
107
NJS_QUICKJS_INC=`echo "$ngx_feature_path" | sed -e "s|^$NJS_QUICKJS_DEFAULT_INCS||"`
0 commit comments