Lines Matching refs:JSValueConst

149                                   int argc, JSValueConst *argv, FILE *fp)  in js_printf_internal()
410 static JSValue js_loadScript(JSContext *ctx, JSValueConst this_val, in js_loadScript()
411 int argc, JSValueConst *argv) in js_loadScript()
435 static JSValue js_std_loadFile(JSContext *ctx, JSValueConst this_val, in js_std_loadFile()
436 int argc, JSValueConst *argv) in js_std_loadFile()
525 int js_module_set_import_meta(JSContext *ctx, JSValueConst func_val, in js_module_set_import_meta()
612 static JSValue js_std_exit(JSContext *ctx, JSValueConst this_val, in js_std_exit()
613 int argc, JSValueConst *argv) in js_std_exit()
622 static JSValue js_std_getenv(JSContext *ctx, JSValueConst this_val, in js_std_getenv()
623 int argc, JSValueConst *argv) in js_std_getenv()
637 static JSValue js_std_gc(JSContext *ctx, JSValueConst this_val, in js_std_gc()
638 int argc, JSValueConst *argv) in js_std_gc()
650 JSValueConst obj, in get_bool_option()
664 static JSValue js_evalScript(JSContext *ctx, JSValueConst this_val, in js_evalScript()
665 int argc, JSValueConst *argv) in js_evalScript()
672 JSValueConst options_obj; in js_evalScript()
736 static JSValue js_std_strerror(JSContext *ctx, JSValueConst this_val, in js_std_strerror()
737 int argc, JSValueConst *argv) in js_std_strerror()
745 static JSValue js_std_parseExtJSON(JSContext *ctx, JSValueConst this_val, in js_std_parseExtJSON()
746 int argc, JSValueConst *argv) in js_std_parseExtJSON()
788 static JSValue js_std_open(JSContext *ctx, JSValueConst this_val, in js_std_open()
789 int argc, JSValueConst *argv) in js_std_open()
824 static JSValue js_std_popen(JSContext *ctx, JSValueConst this_val, in js_std_popen()
825 int argc, JSValueConst *argv) in js_std_popen()
860 static JSValue js_std_fdopen(JSContext *ctx, JSValueConst this_val, in js_std_fdopen()
861 int argc, JSValueConst *argv) in js_std_fdopen()
893 static JSValue js_std_tmpfile(JSContext *ctx, JSValueConst this_val, in js_std_tmpfile()
894 int argc, JSValueConst *argv) in js_std_tmpfile()
905 static JSValue js_std_sprintf(JSContext *ctx, JSValueConst this_val, in js_std_sprintf()
906 int argc, JSValueConst *argv) in js_std_sprintf()
911 static JSValue js_std_printf(JSContext *ctx, JSValueConst this_val, in js_std_printf()
912 int argc, JSValueConst *argv) in js_std_printf()
917 static FILE *js_std_file_get(JSContext *ctx, JSValueConst obj) in js_std_file_get()
929 static JSValue js_std_file_puts(JSContext *ctx, JSValueConst this_val, in js_std_file_puts()
930 int argc, JSValueConst *argv, int magic) in js_std_file_puts()
955 static JSValue js_std_file_close(JSContext *ctx, JSValueConst this_val, in js_std_file_close()
956 int argc, JSValueConst *argv) in js_std_file_close()
972 static JSValue js_std_file_printf(JSContext *ctx, JSValueConst this_val, in js_std_file_printf()
973 int argc, JSValueConst *argv) in js_std_file_printf()
981 static JSValue js_std_file_flush(JSContext *ctx, JSValueConst this_val, in js_std_file_flush()
982 int argc, JSValueConst *argv) in js_std_file_flush()
991 static JSValue js_std_file_tell(JSContext *ctx, JSValueConst this_val, in js_std_file_tell()
992 int argc, JSValueConst *argv, int is_bigint) in js_std_file_tell()
1009 static JSValue js_std_file_seek(JSContext *ctx, JSValueConst this_val, in js_std_file_seek()
1010 int argc, JSValueConst *argv) in js_std_file_seek()
1031 static JSValue js_std_file_eof(JSContext *ctx, JSValueConst this_val, in js_std_file_eof()
1032 int argc, JSValueConst *argv) in js_std_file_eof()
1040 static JSValue js_std_file_error(JSContext *ctx, JSValueConst this_val, in js_std_file_error()
1041 int argc, JSValueConst *argv) in js_std_file_error()
1049 static JSValue js_std_file_clearerr(JSContext *ctx, JSValueConst this_val, in js_std_file_clearerr()
1050 int argc, JSValueConst *argv) in js_std_file_clearerr()
1059 static JSValue js_std_file_fileno(JSContext *ctx, JSValueConst this_val, in js_std_file_fileno()
1060 int argc, JSValueConst *argv) in js_std_file_fileno()
1068 static JSValue js_std_file_read_write(JSContext *ctx, JSValueConst this_val, in js_std_file_read_write()
1069 int argc, JSValueConst *argv, int magic) in js_std_file_read_write()
1095 static JSValue js_std_file_getline(JSContext *ctx, JSValueConst this_val, in js_std_file_getline()
1096 int argc, JSValueConst *argv) in js_std_file_getline()
1131 static JSValue js_std_file_readAsString(JSContext *ctx, JSValueConst this_val, in js_std_file_readAsString()
1132 int argc, JSValueConst *argv) in js_std_file_readAsString()
1140 JSValueConst max_size_val; in js_std_file_readAsString()
1173 static JSValue js_std_file_getByte(JSContext *ctx, JSValueConst this_val, in js_std_file_getByte()
1174 int argc, JSValueConst *argv) in js_std_file_getByte()
1182 static JSValue js_std_file_putByte(JSContext *ctx, JSValueConst this_val, in js_std_file_putByte()
1183 int argc, JSValueConst *argv) in js_std_file_putByte()
1234 static JSValue js_std_urlGet(JSContext *ctx, JSValueConst this_val, in js_std_urlGet()
1235 int argc, JSValueConst *argv) in js_std_urlGet()
1245 JSValueConst options_obj; in js_std_urlGet()
1488 static JSValue js_os_open(JSContext *ctx, JSValueConst this_val, in js_os_open()
1489 int argc, JSValueConst *argv) in js_os_open()
1518 static JSValue js_os_close(JSContext *ctx, JSValueConst this_val, in js_os_close()
1519 int argc, JSValueConst *argv) in js_os_close()
1528 static JSValue js_os_seek(JSContext *ctx, JSValueConst this_val, in js_os_seek()
1529 int argc, JSValueConst *argv) in js_os_seek()
1551 static JSValue js_os_read_write(JSContext *ctx, JSValueConst this_val, in js_os_read_write()
1552 int argc, JSValueConst *argv, int magic) in js_os_read_write()
1578 static JSValue js_os_isatty(JSContext *ctx, JSValueConst this_val, in js_os_isatty()
1579 int argc, JSValueConst *argv) in js_os_isatty()
1588 static JSValue js_os_ttyGetWinSize(JSContext *ctx, JSValueConst this_val, in js_os_ttyGetWinSize()
1589 int argc, JSValueConst *argv) in js_os_ttyGetWinSize()
1610 static JSValue js_os_ttySetRaw(JSContext *ctx, JSValueConst this_val, in js_os_ttySetRaw()
1611 int argc, JSValueConst *argv) in js_os_ttySetRaw()
1624 static JSValue js_os_ttyGetWinSize(JSContext *ctx, JSValueConst this_val, in js_os_ttyGetWinSize()
1625 int argc, JSValueConst *argv) in js_os_ttyGetWinSize()
1631 static JSValue js_os_ttySetRaw(JSContext *ctx, JSValueConst this_val, in js_os_ttySetRaw()
1632 int argc, JSValueConst *argv) in js_os_ttySetRaw()
1639 static JSValue js_os_ttyGetWinSize(JSContext *ctx, JSValueConst this_val, in js_os_ttyGetWinSize()
1640 int argc, JSValueConst *argv) in js_os_ttyGetWinSize()
1669 static JSValue js_os_ttySetRaw(JSContext *ctx, JSValueConst this_val, in js_os_ttySetRaw()
1670 int argc, JSValueConst *argv) in js_os_ttySetRaw()
1699 static JSValue js_os_remove(JSContext *ctx, JSValueConst this_val, in js_os_remove()
1700 int argc, JSValueConst *argv) in js_os_remove()
1713 static JSValue js_os_rename(JSContext *ctx, JSValueConst this_val, in js_os_rename()
1714 int argc, JSValueConst *argv) in js_os_rename()
1762 static JSValue js_os_setReadHandler(JSContext *ctx, JSValueConst this_val, in js_os_setReadHandler()
1763 int argc, JSValueConst *argv, int magic) in js_os_setReadHandler()
1769 JSValueConst func; in js_os_setReadHandler()
1833 static JSValue js_os_signal(JSContext *ctx, JSValueConst this_val, in js_os_signal()
1834 int argc, JSValueConst *argv) in js_os_signal()
1840 static JSValue js_os_signal(JSContext *ctx, JSValueConst this_val, in js_os_signal()
1841 int argc, JSValueConst *argv) in js_os_signal()
1847 JSValueConst func; in js_os_signal()
1931 static void js_os_timer_mark(JSRuntime *rt, JSValueConst val, in js_os_timer_mark()
1940 static JSValue js_os_setTimeout(JSContext *ctx, JSValueConst this_val, in js_os_setTimeout()
1941 int argc, JSValueConst *argv) in js_os_setTimeout()
1946 JSValueConst func; in js_os_setTimeout()
1971 static JSValue js_os_clearTimeout(JSContext *ctx, JSValueConst this_val, in js_os_clearTimeout()
1972 int argc, JSValueConst *argv) in js_os_clearTimeout()
1987 static void call_handler(JSContext *ctx, JSValueConst func) in call_handler()
2130 retval = JS_Call(ctx, func, JS_UNDEFINED, 1, (JSValueConst *)&obj); in handle_posted_message()
2294 static JSValue js_os_getcwd(JSContext *ctx, JSValueConst this_val, in js_os_getcwd()
2295 int argc, JSValueConst *argv) in js_os_getcwd()
2309 static JSValue js_os_chdir(JSContext *ctx, JSValueConst this_val, in js_os_chdir()
2310 int argc, JSValueConst *argv) in js_os_chdir()
2323 static JSValue js_os_mkdir(JSContext *ctx, JSValueConst this_val, in js_os_mkdir()
2324 int argc, JSValueConst *argv) in js_os_mkdir()
2349 static JSValue js_os_readdir(JSContext *ctx, JSValueConst this_val, in js_os_readdir()
2350 int argc, JSValueConst *argv) in js_os_readdir()
2400 static JSValue js_os_stat(JSContext *ctx, JSValueConst this_val, in js_os_stat()
2401 int argc, JSValueConst *argv, int is_lstat) in js_os_stat()
2500 static JSValue js_os_utimes(JSContext *ctx, JSValueConst this_val, in js_os_utimes()
2501 int argc, JSValueConst *argv) in js_os_utimes()
2536 static JSValue js_os_realpath(JSContext *ctx, JSValueConst this_val, in js_os_realpath()
2537 int argc, JSValueConst *argv) in js_os_realpath()
2557 static JSValue js_os_symlink(JSContext *ctx, JSValueConst this_val, in js_os_symlink()
2558 int argc, JSValueConst *argv) in js_os_symlink()
2578 static JSValue js_os_readlink(JSContext *ctx, JSValueConst this_val, in js_os_readlink()
2579 int argc, JSValueConst *argv) in js_os_readlink()
2601 static char **build_envp(JSContext *ctx, JSValueConst obj) in build_envp()
2717 static JSValue js_os_exec(JSContext *ctx, JSValueConst this_val, in js_os_exec()
2718 int argc, JSValueConst *argv) in js_os_exec()
2720 JSValueConst options, args = argv[0]; in js_os_exec()
2915 static JSValue js_os_waitpid(JSContext *ctx, JSValueConst this_val, in js_os_waitpid()
2916 int argc, JSValueConst *argv) in js_os_waitpid()
2943 static JSValue js_os_pipe(JSContext *ctx, JSValueConst this_val, in js_os_pipe()
2944 int argc, JSValueConst *argv) in js_os_pipe()
2963 static JSValue js_os_kill(JSContext *ctx, JSValueConst this_val, in js_os_kill()
2964 int argc, JSValueConst *argv) in js_os_kill()
2977 static JSValue js_os_sleep(JSContext *ctx, JSValueConst this_val, in js_os_sleep()
2978 int argc, JSValueConst *argv) in js_os_sleep()
2993 static JSValue js_os_dup(JSContext *ctx, JSValueConst this_val, in js_os_dup()
2994 int argc, JSValueConst *argv) in js_os_dup()
3005 static JSValue js_os_dup2(JSContext *ctx, JSValueConst this_val, in js_os_dup2()
3006 int argc, JSValueConst *argv) in js_os_dup2()
3218 static JSValue js_worker_ctor_internal(JSContext *ctx, JSValueConst new_target, in js_worker_ctor_internal()
3250 static JSValue js_worker_ctor(JSContext *ctx, JSValueConst new_target, in js_worker_ctor()
3251 int argc, JSValueConst *argv) in js_worker_ctor()
3324 static JSValue js_worker_postMessage(JSContext *ctx, JSValueConst this_val, in js_worker_postMessage()
3325 int argc, JSValueConst *argv) in js_worker_postMessage()
3399 static JSValue js_worker_set_onmessage(JSContext *ctx, JSValueConst this_val, in js_worker_set_onmessage()
3400 JSValueConst func) in js_worker_set_onmessage()
3434 static JSValue js_worker_get_onmessage(JSContext *ctx, JSValueConst this_val) in js_worker_get_onmessage()
3608 static JSValue js_print(JSContext *ctx, JSValueConst this_val, in js_print()
3609 int argc, JSValueConst *argv) in js_print()
3714 static void js_dump_obj(JSContext *ctx, FILE *f, JSValueConst val) in js_dump_obj()
3727 static void js_std_dump_error1(JSContext *ctx, JSValueConst exception_val) in js_std_dump_error1()
3752 void js_std_promise_rejection_tracker(JSContext *ctx, JSValueConst promise, in js_std_promise_rejection_tracker()
3753 JSValueConst reason, in js_std_promise_rejection_tracker()