Home
last modified time | relevance | path

Searched refs:JS_ThrowInternalError (Results 1 – 10 of 10) sorted by relevance

/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs-debugger.c41 return JS_ThrowInternalError(ctx, "Unable to get caller function object"); in js_debugger_get_caller_funcObject()
H A Dquickjs.h659 JSValue __js_printf_like(2, 3) JS_ThrowInternalError(JSContext *ctx, const char *fmt, ...);
H A Dquickjs.c3652 JS_ThrowInternalError(s->ctx, "string too long"); in string_buffer_realloc()
3922 return JS_ThrowInternalError(ctx, "string too long"); in JS_NewStringLen()
4204 return JS_ThrowInternalError(ctx, "string too long"); in JS_ConcatString1()
6757 JS_ThrowInternalError(ctx, "out of memory"); in JS_ThrowOutOfMemory()
6765 return JS_ThrowInternalError(ctx, "stack overflow"); in JS_ThrowStackOverflow()
6823 JS_ThrowInternalError(ctx, "interrupted"); in __js_poll_interrupts()
15612 JS_ThrowInternalError(ctx, "invalid index for append"); in js_append_enumerate()
21980 JS_ThrowInternalError(ctx, "too many arguments"); in add_arg()
37647 JS_ThrowInternalError(ctx, "too many arguments"); in build_arg_list()
41173 JS_ThrowInternalError(ctx, "string too long"); in js_string_pad()
[all …]
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.h639 JSValue __js_printf_like(2, 3) JS_ThrowInternalError(JSContext *ctx, const char *fmt, ...);
H A Dquickjs.c3609 JS_ThrowInternalError(s->ctx, "string too long"); in string_buffer_realloc()
3879 return JS_ThrowInternalError(ctx, "string too long"); in JS_NewStringLen()
4161 return JS_ThrowInternalError(ctx, "string too long"); in JS_ConcatString1()
6714 JS_ThrowInternalError(ctx, "out of memory"); in JS_ThrowOutOfMemory()
6722 return JS_ThrowInternalError(ctx, "stack overflow"); in JS_ThrowStackOverflow()
6780 JS_ThrowInternalError(ctx, "interrupted"); in __js_poll_interrupts()
15565 JS_ThrowInternalError(ctx, "invalid index for append"); in js_append_enumerate()
21933 JS_ThrowInternalError(ctx, "too many arguments"); in add_arg()
37600 JS_ThrowInternalError(ctx, "too many arguments"); in build_arg_list()
41126 JS_ThrowInternalError(ctx, "string too long"); in js_string_pad()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.h612 JSValue __js_printf_like(2, 3) JS_ThrowInternalError(JSContext *ctx, const char *fmt, ...);
H A Dquickjs.c3441 JS_ThrowInternalError(s->ctx, "string too long"); in string_buffer_realloc()
3711 return JS_ThrowInternalError(ctx, "string too long"); in JS_NewStringLen()
3993 return JS_ThrowInternalError(ctx, "string too long"); in JS_ConcatString1()
6459 JS_ThrowInternalError(ctx, "out of memory"); in JS_ThrowOutOfMemory()
6467 return JS_ThrowInternalError(ctx, "stack overflow"); in JS_ThrowStackOverflow()
14957 JS_ThrowInternalError(ctx, "invalid index for append"); in js_append_enumerate()
15559 JS_ThrowInternalError(ctx, "interrupted"); in __js_poll_interrupts()
21045 JS_ThrowInternalError(ctx, "too many local variables"); in add_var()
21108 JS_ThrowInternalError(ctx, "too many arguments"); in add_arg()
39295 JS_ThrowInternalError(ctx, "string too long"); in js_string_pad()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.h612 JSValue __js_printf_like(2, 3) JS_ThrowInternalError(JSContext *ctx, const char *fmt, ...);
H A Dquickjs.c3443 JS_ThrowInternalError(s->ctx, "string too long"); in string_buffer_realloc()
3713 return JS_ThrowInternalError(ctx, "string too long"); in JS_NewStringLen()
3995 return JS_ThrowInternalError(ctx, "string too long"); in JS_ConcatString1()
6461 JS_ThrowInternalError(ctx, "out of memory"); in JS_ThrowOutOfMemory()
6469 return JS_ThrowInternalError(ctx, "stack overflow"); in JS_ThrowStackOverflow()
14959 JS_ThrowInternalError(ctx, "invalid index for append"); in js_append_enumerate()
15561 JS_ThrowInternalError(ctx, "interrupted"); in __js_poll_interrupts()
21047 JS_ThrowInternalError(ctx, "too many local variables"); in add_var()
21110 JS_ThrowInternalError(ctx, "too many arguments"); in add_arg()
39297 JS_ThrowInternalError(ctx, "string too long"); in js_string_pad()
[all …]
/dports/games/warzone2100/warzone2100/src/
H A Dquickjs_backend.cpp2593 return JS_ThrowInternalError(ctx, "Unable to acquire context information"); in runMap_gameRand()
2632 return JS_ThrowInternalError(ctx, "Unable to acquire context information"); in runMap_setMapData()