Home
last modified time | relevance | path

Searched refs:js_new_string8 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c3459 static JSValue js_new_string8(JSContext *ctx, const uint8_t *buf, int len) in js_new_string8() function
3488 return js_new_string8(ctx, &ch8, 1); in js_new_string_char()
3520 return js_new_string8(ctx, p->u.str8 + start, len); in js_sub_string()
3882 return js_new_string8(ctx, (const uint8_t *)buf, buf_len); in JS_NewStringLen()
40369 ret = js_new_string8(ctx, NULL, 0); in js_string_charAt()
42141 ret = js_new_string8(ctx, re_bytecode_buf, re_bytecode_len); in js_compile_regexp()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c3291 static JSValue js_new_string8(JSContext *ctx, const uint8_t *buf, int len) in js_new_string8() function
3320 return js_new_string8(ctx, &ch8, 1); in js_new_string_char()
3352 return js_new_string8(ctx, p->u.str8 + start, len); in js_sub_string()
3714 return js_new_string8(ctx, (const uint8_t *)buf, buf_len); in JS_NewStringLen()
38556 ret = js_new_string8(ctx, NULL, 0); in js_string_charAt()
40687 ret = js_new_string8(ctx, re_bytecode_buf, re_bytecode_len); in js_compile_regexp()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c3293 static JSValue js_new_string8(JSContext *ctx, const uint8_t *buf, int len) in js_new_string8() function
3322 return js_new_string8(ctx, &ch8, 1); in js_new_string_char()
3354 return js_new_string8(ctx, p->u.str8 + start, len); in js_sub_string()
3716 return js_new_string8(ctx, (const uint8_t *)buf, buf_len); in JS_NewStringLen()
38558 ret = js_new_string8(ctx, NULL, 0); in js_string_charAt()
40689 ret = js_new_string8(ctx, re_bytecode_buf, re_bytecode_len); in js_compile_regexp()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c3502 static JSValue js_new_string8(JSContext *ctx, const uint8_t *buf, int len) in js_new_string8() function
3531 return js_new_string8(ctx, &ch8, 1); in js_new_string_char()
3563 return js_new_string8(ctx, p->u.str8 + start, len); in js_sub_string()
3925 return js_new_string8(ctx, (const uint8_t *)buf, buf_len); in JS_NewStringLen()
40416 ret = js_new_string8(ctx, NULL, 0); in js_string_charAt()
42197 ret = js_new_string8(ctx, re_bytecode_buf, re_bytecode_len); in js_compile_regexp()