Searched refs:allow_empty (Results 1 – 6 of 6) sorted by relevance
1777 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); in duk_numconv_parse() local1863 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */ in duk_numconv_parse()1868 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */ in duk_numconv_parse()2101 if (!allow_empty) { in duk_numconv_parse()
76778 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); local76864 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */76869 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */77102 if (!allow_empty) {
77180 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); local77266 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */77271 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */77504 if (!allow_empty) {
76893 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); local76979 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */76984 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */77217 if (!allow_empty) {
77065 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); local77151 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */77156 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */77389 if (!allow_empty) {