MCPcopy Create free account

hub / github.com/bellard/quickjs / functions

Functions1,032 in github.com/bellard/quickjs

↓ 3 callersFunctionhelp
qjsc.c:393
↓ 3 callersFunctionis_emoji_modifier
unicode_gen.c:928
↓ 3 callersFunctionis_hi_surrogate
cutils.h:340
↓ 3 callersFunctionis_line_terminator
libregexp.c:2616
↓ 3 callersFunctionis_lo_surrogate
cutils.h:345
↓ 3 callersFunctionis_word_sep
run-test262.c:1044
↓ 3 callersFunctionjs_dup_message_pipe
quickjs-libc.c:3538
↓ 3 callersFunctionjs_module_test_json
return > 0 if the attributes indicate a JSON module */
quickjs-libc.c:656
↓ 3 callersFunctionjs_printf_internal
XXX: use 'o' and 'O' for object using JS_PrintValue() ? */
quickjs-libc.c:178
↓ 3 callersFunctionjs_std_add_helpers
quickjs-libc.c:4098
↓ 3 callersFunctionjs_std_init_handlers
quickjs-libc.c:4133
↓ 3 callersFunctionlast_state
(c)
repl.js:1064
↓ 3 callersFunctionlongest_match
run-test262.c:1335
↓ 3 callersFunctionlre_case_conv_entry
case conversion using the table entry 'idx' with value 'v' */
libunicode.c:59
↓ 3 callersFunctionlre_is_space_non_ascii
libunicode.c:1903
↓ 3 callersFunctionlre_print_char
libregexp.c:184
↓ 3 callersFunctionmake_obj_error
quickjs-libc.c:2660
↓ 3 callersFunctionmake_string_error
quickjs-libc.c:2677
↓ 3 callersFunctionmove_cursor
(delta)
repl.js:234
↓ 3 callersFunctionmpb_set_u64
dtoa.c:419
↓ 3 callersFunctionmul_pow
return (a, e_offset) such that a = a * (radix1*2^radix_shift)^f * 2^-e_offset. 'f' can be negative. */
dtoa.c:893
↓ 3 callersFunctionmul_pow_round
tmp1 = round(m*2^e*radix^f). 'tmp0' is a temporary storage */
dtoa.c:959
↓ 3 callersFunctionnamelist_cmp
run-test262.c:362
↓ 3 callersFunctionnamelist_free
qjsc.c:103
↓ 3 callersFunctionnamelist_load
run-test262.c:453
↓ 3 callersFunctionoutput_object_code
qjsc.c:179
↓ 3 callersFunctionprint_error
run-test262.c:1364
↓ 3 callersFunctionre_emit_op_u16
libregexp.c:667
↓ 3 callersFunctionre_has_named_captures
libregexp.c:1752
↓ 3 callersFunctionre_parse_captures
if capture_name = NULL: return the number of captures + 1. Otherwise, return the number of matching capture groups */
libregexp.c:1687
↓ 3 callersFunctionre_parse_group_name
'*pp' is the first char after '<' */
libregexp.c:1631
↓ 3 callersFunctionre_string_add
return -1 if memory error, 0 if OK */
libregexp.c:292
↓ 3 callersFunctionre_string_find2
libregexp.c:227
↓ 3 callersFunctionre_string_list_canonicalize
libregexp.c:351
↓ 3 callersFunctionre_string_list_op
a = a op b */
libregexp.c:303
↓ 3 callersFunctionreadline_print_prompt
()
repl.js:771
↓ 3 callersFunctionsel
(n)
repl.js:932
↓ 3 callersFunctionsetenv
quickjs-libc.c:763
↓ 3 callersFunctionstr_strip
run-test262.c:300
↓ 3 callersFunctiontest_eq
(a, b)
tests/test_bigint.js:63
↓ 3 callersFunctiontest_less
(a, b)
tests/test_bigint.js:48
↓ 3 callersFunctiontest_map1
(key_type, n)
tests/test_builtin.js:842
↓ 3 callersFunctionu32toa_len
dtoa.c:532
↓ 3 callersFunctionu64toa
dtoa.c:616
↓ 3 callersFunctionu64toa_radix
XXX: only tested for 1 <= n < 2^53 */
dtoa.c:658
↓ 3 callersFunctionupdate_modifier
libregexp.c:1835
↓ 3 callersFunctionwarning
run-test262.c:237
↓ 2 callersFunctionJS_NewFloat64
quickjs.h:595
↓ 2 callersFunction__list_add
insert 'el' between 'prev' and 'next' */
list.h:48
↓ 2 callersFunctionadd_char
unicode_gen.c:108
↓ 2 callersFunctionadd_helpers1
run-test262.c:903
↓ 2 callersFunctionadd_sequence_prop
unicode_gen.c:933
↓ 2 callersFunctionassert
(actual, expected, message)
tests/test_worker.js:5
↓ 2 callersFunctionassert_json_error
(str, line_num, col_num)
tests/test_builtin.js:561
↓ 2 callersFunctionclz64
WARNING: undefined if a = 0 */
cutils.h:135
↓ 2 callersFunctioncolorize_js
(str)
repl.js:1057
↓ 2 callersFunctioncr_add_point
libunicode.h:61
↓ 2 callersFunctioncr_compress
merge consecutive intervals and remove empty intervals */
libunicode.c:433
↓ 2 callersFunctioncr_regexp_canonicalize
canonicalize a character set using the JS regex case folding rules (see lre_canonicalize()) */
libunicode.c:660
↓ 2 callersFunctioncreate_json_module
quickjs-libc.c:609
↓ 2 callersFunctionctz32
WARNING: undefined if a = 0 */
cutils.h:141
↓ 2 callersFunctiondbuf_putstr
cutils.c:172
↓ 2 callersFunctiondump_hex
qjsc.c:158
↓ 2 callersFunctiondump_index_table
unicode_gen.c:1827
↓ 2 callersFunctiondupstr
(str, count)
repl.js:760
↓ 2 callersFunctionenumerate_tests
find js files from the directory tree and sort the list */
run-test262.c:509
↓ 2 callersFunctioneval_buf
run-test262.c:1380
↓ 2 callersFunctioneval_file
qjs.c:78
↓ 2 callersFunctionextract_desc
run-test262.c:1601
↓ 2 callersFunctionf
()
tests/test_loop.js:323
↓ 2 callersFunctionf1
()
tests/test_builtin.js:1018
↓ 2 callersFunctionf2
()
tests/test_builtin.js:1013
↓ 2 callersFunctionfib
examples/fib.c:28
↓ 2 callersFunctionfind_group_name
libregexp.c:1759
↓ 2 callersFunctionfind_rejected_promise
quickjs-libc.c:4227
↓ 2 callersFunctionfind_rh
quickjs-libc.c:1991
↓ 2 callersFunctionfind_sh
quickjs-libc.c:2056
↓ 2 callersFunctionfree_rw_handler
quickjs-libc.c:2004
↓ 2 callersFunctionfree_sh
quickjs-libc.c:2068
↓ 2 callersFunctionfrom_surrogate
cutils.h:360
↓ 2 callersMethodg
()
tests/test_language.js:303
↓ 2 callersFunctionget_basename
run-test262.c:329
↓ 2 callersFunctionget_context_word
(line, pos)
repl.js:557
↓ 2 callersFunctionget_field_buf
unicode_gen.c:94
↓ 2 callersFunctionget_full_type
(o)
tests/test_builtin.js:14
↓ 2 callersFunctionget_index_pos
return -1 if not in table, otherwise the offset in the block */
libunicode.c:271
↓ 2 callersFunctionget_suffixed_size
qjs.c:263
↓ 2 callersFunctionhandle_byte
(c)
repl.js:152
↓ 2 callersFunctionhandle_cmd_end
()
repl.js:1050
↓ 2 callersFunctionhandle_posted_message
return 1 if a message was handled, 0 if no message */
quickjs-libc.c:2357
↓ 2 callersFunctionhelp
()
repl.js:931
↓ 2 callersFunctionhelp
run-test262.c:2215
↓ 2 callersFunctionhelp
qjs.c:291
↓ 2 callersFunctionhistory_search
(dir)
repl.js:407
↓ 2 callersFunctionhttp_get_header_line
quickjs-libc.c:1435
↓ 2 callersFunctioninclude_exclude_or_skip
run-test262.c:2169
↓ 2 callersFunctioninit_thread_local_storage
run-test262.c:226
↓ 2 callersFunctionis_16bit
unicode_gen.c:2863
↓ 2 callersFunctionis_alpha
(c)
repl.js:170
↓ 2 callersFunctionis_digit
(c)
repl.js:175
← previousnext →201–300 of 1,032, ranked by callers