Searched refs:h_bc (Results 1 – 8 of 8) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_bi_regexp.c | 121 duk_hstring *h_bc; in duk_bi_regexp_prototype_to_string() local 153 h_bc = duk_get_hstring(ctx, -1); in duk_bi_regexp_prototype_to_string() 154 DUK_ASSERT(h_bc != NULL); in duk_bi_regexp_prototype_to_string() 155 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); in duk_bi_regexp_prototype_to_string() 156 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); in duk_bi_regexp_prototype_to_string() 157 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); in duk_bi_regexp_prototype_to_string() 158 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_bi_regexp_prototype_to_string()
|
D | duk_regexp_compiler.c | 1019 duk_hstring *h_bc; in duk_regexp_create_instance() local 1024 h_bc = duk_get_hstring(ctx, -1); in duk_regexp_create_instance() 1025 DUK_ASSERT(h_bc != NULL); in duk_regexp_create_instance() 1026 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); /* always at least the header */ in duk_regexp_create_instance() 1027 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); in duk_regexp_create_instance() 1028 …DUK_ASSERT((duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); /* flags always encodes to 1 … in duk_regexp_create_instance() 1029 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_regexp_create_instance()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_bi_regexp.c | 121 duk_hstring *h_bc; in duk_bi_regexp_prototype_to_string() local 153 h_bc = duk_get_hstring(ctx, -1); in duk_bi_regexp_prototype_to_string() 154 DUK_ASSERT(h_bc != NULL); in duk_bi_regexp_prototype_to_string() 155 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); in duk_bi_regexp_prototype_to_string() 156 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); in duk_bi_regexp_prototype_to_string() 157 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); in duk_bi_regexp_prototype_to_string() 158 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_bi_regexp_prototype_to_string()
|
D | duk_regexp_compiler.c | 1019 duk_hstring *h_bc; in duk_regexp_create_instance() local 1024 h_bc = duk_get_hstring(ctx, -1); in duk_regexp_create_instance() 1025 DUK_ASSERT(h_bc != NULL); in duk_regexp_create_instance() 1026 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); /* always at least the header */ in duk_regexp_create_instance() 1027 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); in duk_regexp_create_instance() 1028 …DUK_ASSERT((duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); /* flags always encodes to 1 … in duk_regexp_create_instance() 1029 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_regexp_create_instance()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 33702 duk_hstring *h_bc; local 33734 h_bc = duk_get_hstring(ctx, -1); 33735 DUK_ASSERT(h_bc != NULL); 33736 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); 33737 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); 33738 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); 33739 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; 78286 duk_hstring *h_bc; local 78291 h_bc = duk_get_hstring(ctx, -1); 78292 DUK_ASSERT(h_bc != NULL); [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 33984 duk_hstring *h_bc; local 34016 h_bc = duk_get_hstring(ctx, -1); 34017 DUK_ASSERT(h_bc != NULL); 34018 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); 34019 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); 34020 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); 34021 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; 78689 duk_hstring *h_bc; local 78694 h_bc = duk_get_hstring(ctx, -1); 78695 DUK_ASSERT(h_bc != NULL); [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 33777 duk_hstring *h_bc; local 33809 h_bc = duk_get_hstring(ctx, -1); 33810 DUK_ASSERT(h_bc != NULL); 33811 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); 33812 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); 33813 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); 33814 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; 78402 duk_hstring *h_bc; local 78407 h_bc = duk_get_hstring(ctx, -1); 78408 DUK_ASSERT(h_bc != NULL); [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 33909 duk_hstring *h_bc; local 33941 h_bc = duk_get_hstring(ctx, -1); 33942 DUK_ASSERT(h_bc != NULL); 33943 DUK_ASSERT(DUK_HSTRING_GET_BYTELEN(h_bc) >= 1); 33944 DUK_ASSERT(DUK_HSTRING_GET_CHARLEN(h_bc) >= 1); 33945 DUK_ASSERT(DUK_HSTRING_GET_DATA(h_bc)[0] < 0x80); 33946 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; 78573 duk_hstring *h_bc; local 78578 h_bc = duk_get_hstring(ctx, -1); 78579 DUK_ASSERT(h_bc != NULL); [all …]
|