Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ functions
Functions
28,963 in github.com/emscripten-core/emscripten
⨍
Functions
28,963
◇
Types & classes
6,500
↳
Endpoints
27
↓ 2 callers
Function
extract_sigs
(wasm_file)
tools/maint/gen_native_sig_info.py:58
↓ 2 callers
Function
extract_sigs
(symbols, obj_file)
tools/maint/gen_sig_info.py:280
↓ 2 callers
Method
f
test/other/test_dynamic_cast.cpp:11
↓ 2 callers
Function
fallback_free
system/lib/libcxxabi/src/fallback_malloc.cpp:190
↓ 2 callers
Function
fallback_malloc
system/lib/libcxxabi/src/fallback_malloc.cpp:132
↓ 2 callers
Method
fasta
(self, name, double_rep)
test/test_benchmark.py:891
↓ 2 callers
Function
fastaRandom
(n, table)
test/fasta.js:40
↓ 2 callers
Function
fchmod
(fd, mode)
test/codesize/test_codesize_file_preload.expected.js:2197
↓ 2 callers
Function
fchmod_handle
system/lib/libcxx/src/filesystem/posix_compat.h:369
↓ 2 callers
Function
fcntl
system/lib/llvm-libc/src/__support/OSUtil/linux/fcntl.cpp:28
↓ 2 callers
Function
fdim
system/lib/libc/musl/src/math/fdim.c:3
↓ 2 callers
Function
fenv_is_round_to_nearest
Quick free-standing test whether fegetround() == FE_TONEAREST. Using the following observation: 1.5f + 2^-24 = 1.5f for FE_TONEAREST, FE_DOW
system/lib/llvm-libc/src/__support/FPUtil/rounding_mode.h:43
↓ 2 callers
Function
fetchCacheData
(/** @type {IDBDatabase} */ db, fetch, data, onsuccess, onerror)
src/Fetch.js:439
↓ 2 callers
Method
fetch_port_artifact
Fetch the port and return True when the port is up to date, False otherwise.
tools/ports/__init__.py:293
↓ 2 callers
Function
fgetwc
system/lib/libc/musl/src/stdio/fgetwc.c:58
↓ 2 callers
Function
file_len
Length of the file data excluding trailing '\0'. Equivalent to strlen(file_data) .
test/other/test_mmap_and_munmap_anonymous.cpp:54
↓ 2 callers
Function
filetime_msecs
system/lib/mimalloc/src/prim/windows/prim.c:548
↓ 2 callers
Function
fill_char
test/minimal_webgl/webgl.c:196
↓ 2 callers
Function
find
map operations
system/lib/libcxx/include/__flat_set/flat_multiset.h:487
↓ 2 callers
Function
find
map operations
system/lib/libcxx/include/__flat_map/flat_multimap.h:623
↓ 2 callers
Function
findObject
(path, dontResolveLastLink)
test/codesize/test_codesize_file_preload.expected.js:2662
↓ 2 callers
Function
find_browser
(name)
emrun.py:1184
↓ 2 callers
Function
find_browser_test_file
Looks for files in test/browser and then in test/.
test/browser_common.py:153
↓ 2 callers
Function
find_dylib
system/lib/libc/dynlink.c:497
↓ 2 callers
Function
find_existing
Search for library name to see if it's already loaded
system/lib/libc/dynlink.c:506
↓ 2 callers
Function
find_first_of
system/lib/libcxx/include/__algorithm/find_first_of.h:20
↓ 2 callers
Method
find_first_of
Finds the first occurence of c in this view, starting at position From.
system/lib/llvm-libc/src/__support/CPP/string_view.h:185
↓ 2 callers
Function
find_mapping
system/lib/libc/emscripten_mmap.c:38
↓ 2 callers
Function
find_segment_with_address
(module, address)
tools/extract_metadata.py:163
↓ 2 callers
Function
find_sym2
system/lib/libc/musl/ldso/dynlink.c:312
↓ 2 callers
Function
first
test/core/test_longjmp.c:18
↓ 2 callers
Function
first_non_whitespace
Returns the idx of the first character in src that is not a whitespace character (as determined by iswspace())
system/lib/llvm-libc/src/__support/wcs_to_integer.h:28
↓ 2 callers
Function
fix_js_mangling
(js_file)
tools/link.py:2126
↓ 2 callers
Function
fixup
system/lib/libc/musl/src/stat/statvfs.c:28
↓ 2 callers
Function
flip_bit
test/bzip2_test.c:63
↓ 2 callers
Function
flockfile
system/lib/llvm-libc/src/stdio/printf_core/vfprintf_internal.h:30
↓ 2 callers
Function
flushMessages
()
src/build_as_worker.js:7
↓ 2 callers
Function
fmodf
system/lib/libc/musl/src/math/fmodf.c:4
↓ 2 callers
Function
fmodl
system/lib/libc/musl/src/math/fmodl.c:4
↓ 2 callers
Function
fn_list_insert
system/lib/compiler-rt/lib/profile/GCDAProfiling.c:113
↓ 2 callers
Function
fn_list_remove
system/lib/compiler-rt/lib/profile/GCDAProfiling.c:127
↓ 2 callers
Function
folded_multiply
Folded multiplication. This function multiplies two 64-bit integers and xor the high and low 64-bit parts of the result.
system/lib/llvm-libc/src/__support/hash.h:25
↓ 2 callers
Function
foo
(x, y)
test/js_optimizer/constructor.js:28
↓ 2 callers
Function
foo
test/core/test_exceptions_longjmp4.cpp:6
↓ 2 callers
Function
foo
test/core/test_stdvec.cpp:16
↓ 2 callers
Function
foobar
test/core/test_i64_invoke_bigint.cpp:7
↓ 2 callers
Function
for_all_files
(dir, callback)
test/test_sanity.py:42
↓ 2 callers
Function
force_delete_contents
(dirname)
test/common.py:273
↓ 2 callers
Function
fork
test/other/test_override_stub.c:5
↓ 2 callers
Function
fork
system/lib/compiler-rt/lib/profile/InstrProfilingUtil.h:59
↓ 2 callers
Function
format
this is safe and convenient but not exactly efficient
test/test_emscripten_async_wget2.cpp:155
↓ 2 callers
Function
formatTime
test/browser/test_html5_core.c:197
↓ 2 callers
Function
format_eol
(msg)
emrun.py:160
↓ 2 callers
Function
format_msg
system/lib/compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp:37
↓ 2 callers
Function
four
test/browser/test_worker_api_2_worker.c:40
↓ 2 callers
Function
framesForDuration
usec -> frames
test/openal/test_openal_capture.c:107
↓ 2 callers
Function
from64
(x)
src/parseTools.mjs:1027
↓ 2 callers
Function
fstatat_statx
system/lib/libc/musl/src/stat/fstatat.c:40
↓ 2 callers
Function
fun
test/core/test_struct_varargs.c:22
↓ 2 callers
Function
function
system/include/emscripten/bind.h:434
↓ 2 callers
Method
functionAddress
system/lib/libunwind/src/UnwindCursor.hpp:1478
↓ 2 callers
Method
funcy
test/core/test_asyncify_lists.cpp:27
↓ 2 callers
Function
funlockfile
system/lib/llvm-libc/src/stdio/printf_core/vfprintf_internal.h:34
↓ 2 callers
Method
generateSamples
test/browser/test_sdl_audio_beep_sleep.cpp:105
↓ 2 callers
Method
generateSamples
test/browser/test_sdl2_audio_beep.cpp:91
↓ 2 callers
Function
generate_entry_points
(cmd, path)
tools/maint/create_entry_points.py:94
↓ 2 callers
Function
generate_js_sym_info
Run the JS compiler to generate a list of all available JS symbols. This must be done separately for each linker invocation since the list of sym
tools/link.py:215
↓ 2 callers
Function
get
(ports, settings, shared)
test/other/ports/simple.py:13
↓ 2 callers
Method
getA
test/embind/embind_test.cpp:1935
↓ 2 callers
Method
getAllResponseHeaders
* Returns a string containing all the response headers, separated by CRLF. * @returns {string} The response headers.
src/Fetch.js:117
↓ 2 callers
Method
getArg
system/lib/libcxxabi/src/demangle/ItaniumDemangle.h:1288
↓ 2 callers
Function
getBaseDir
system/lib/wasmfs/paths.cpp:23
↓ 2 callers
Method
getBaseMember
test/embind/embind_test.cpp:536
↓ 2 callers
Function
getBinarySync
(file)
src/preamble.js:456
↓ 2 callers
Method
getBlobID
system/lib/wasmfs/backends/opfs_backend.cpp:129
↓ 2 callers
Method
getChunkSize
system/lib/wasmfs/backends/fetch_backend.cpp:103
↓ 2 callers
Method
getData
Get data associated with the node created by newNode().
system/lib/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h:182
↓ 2 callers
Function
getExports
()
src/lib/libdylink.js:1187
↓ 2 callers
Function
getFastValue
(a, op, b)
src/parseTools.mjs:563
↓ 2 callers
Function
getFileRange
(file, offset, len)
src/lib/libwasmfs_fetch.js:23
↓ 2 callers
Function
getGLFWIsHiDPIAware
test/browser/test_glfw3_hi_dpi_aware.c:92
↓ 2 callers
Method
getInfo
system/lib/libunwind/src/UnwindCursor.hpp:3190
↓ 2 callers
Method
getInfoFromDwarfSection
system/lib/libunwind/src/UnwindCursor.hpp:1686
↓ 2 callers
Function
getLogPrefix
()
src/runtime_debug.js:195
↓ 2 callers
Method
getMember
test/embind/embind_test.cpp:530
↓ 2 callers
Function
getMergePoolSize
system/lib/compiler-rt/lib/profile/InstrProfilingFile.c:738
↓ 2 callers
Method
getName
system/lib/wasmfs/file.cpp:209
↓ 2 callers
Function
getNextMinifiedName
()
tools/acorn-optimizer.mjs:1436
↓ 2 callers
Function
getNextNibble
system/lib/libunwind/src/Unwind-EHABI.cpp:48
↓ 2 callers
Method
getNumBuckets
system/lib/compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h:684
↓ 2 callers
Method
getNumEntries
system/lib/compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h:674
↓ 2 callers
Method
getNumEntries
system/lib/wasmfs/file.cpp:222
↓ 2 callers
Method
getNumTombstones
system/lib/compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h:678
↓ 2 callers
Method
getProgress
* Accede a la progression */
test/test_emscripten_async_wget2.cpp:85
↓ 2 callers
Method
getPtrClassName
test/embind/embind_test.cpp:764
↓ 2 callers
Function
getReg
system/lib/libunwind/src/UnwindCursor.hpp:458
↓ 2 callers
Function
getSeed
system/lib/wasmfs/fuzzer/fuzzer.cpp:29
↓ 2 callers
Function
getSize
Returns the size of the regular file specified as 'path'.
test/other/test_truncate_from_0.cpp:18
↓ 2 callers
Method
getString
test/embind/embind_test.cpp:1655
↓ 2 callers
Function
getStringList
()
src/lib/libdylink.js:467
← previous
next →
5,301–5,400 of 28,963, ranked by callers