Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/llrt
/ functions
Functions
3,649 in github.com/awslabs/llrt
⨍
Functions
3,649
◇
Types & classes
668
↓ 3 callers
Method
handleWorkerCompleted
(workerId: number)
llrt_core/src/modules/js/@llrt/test/index.ts:451
↓ 3 callers
Function
handle_read_file_bytes
( ctx: &Ctx<'a>, options: Opt<Either<String, ReadFileOptions>>, bytes: Vec<u8>, )
modules/llrt_fs/src/read_file.rs:32
↓ 3 callers
Function
hasKey
(obj: any, key: string)
llrt_core/src/modules/js/@llrt/expect/jest-utils.ts:208
↓ 3 callers
Function
init
(global_client: HyperClient, globals: &Object)
modules/llrt_fetch/src/fetch.rs:64
↓ 3 callers
Method
inner
(&self)
modules/llrt_stream/src/readable.rs:140
↓ 3 callers
Method
inner_mut
(&mut self)
modules/llrt_stream/src/writable.rs:102
↓ 3 callers
Method
into_erased
(self)
modules/llrt_stream_web/src/readable/controller.rs:133
↓ 3 callers
Method
into_inner
(self)
modules/llrt_temporal/src/plain_time.rs:184
↓ 3 callers
Method
into_inner
(self)
modules/llrt_temporal/src/plain_date_time.rs:243
↓ 3 callers
Method
into_inner
(self)
modules/llrt_temporal/src/zoned_date_time.rs:299
↓ 3 callers
Method
into_inner
(self)
modules/llrt_temporal/src/utils/mod.rs:51
↓ 3 callers
Method
into_inner
(self)
modules/llrt_stream_web/src/readable/byte_controller.rs:1783
↓ 3 callers
Function
into_span_relative_to
(value: &Option<Value<'a>>)
modules/llrt_temporal/src/utils/span.rs:80
↓ 3 callers
Function
isAsymmetric
(obj: any)
llrt_core/src/modules/js/@llrt/expect/jest-utils.ts:45
↓ 3 callers
Function
is_special_scheme
Returns whether the given scheme is a [special scheme](https://url.spec.whatwg.org/#special-scheme).
modules/llrt_url/src/lib.rs:26
↓ 3 callers
Method
js_iterator
(&self, ctx: Ctx<'js>)
libs/llrt_utils/src/class.rs:22
↓ 3 callers
Function
kill
(ctx: &Ctx<'_>, pid: u32, signal: Opt<Value<'_>>)
libs/llrt_utils/src/signals.rs:127
↓ 3 callers
Method
load
( &mut self, ctx: &Ctx<'js>, name: &str, _attr: Option<ImportAttributes<'js>>,
llrt_core/src/modules/embedded/loader.rs:145
↓ 3 callers
Function
mark_client_inited
(rt: *mut qjs::JSRuntime)
llrt_core/src/runtime_client.rs:118
↓ 3 callers
Function
microTaskFunction
()
tests/unit/asynchronous-processing-discipline.test.ts:104
↓ 3 callers
Method
microsecond
(&self)
modules/llrt_temporal/src/plain_time.rs:130
↓ 3 callers
Method
millisecond
(&self)
modules/llrt_temporal/src/plain_time.rs:135
↓ 3 callers
Method
mode
(self, mode: RoundMode)
modules/llrt_temporal/src/utils/time_round.rs:16
↓ 3 callers
Method
nanosecond
(&self)
modules/llrt_temporal/src/plain_time.rs:145
↓ 3 callers
Method
negated
(&self)
modules/llrt_temporal/src/duration.rs:62
↓ 3 callers
Method
no_pending_jobs
(mut self)
libs/llrt_test/src/lib.rs:71
↓ 3 callers
Method
password
(&self)
modules/llrt_url/src/url_class.rs:137
↓ 3 callers
Function
print
(value: String, stdout: Opt<bool>)
llrt_core/src/modules/llrt/util.rs:48
↓ 3 callers
Function
printLog
Function to print a log message
llrt/src/main.c:61
↓ 3 callers
Function
process_byte
( result: &mut String, bytes: &[u8], byte: u8, i: &mut usize, start: &mut usize, len:
libs/llrt_json/src/escape.rs:63
↓ 3 callers
Method
readBigInt64BE
* Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`. * * Integers read from a `Buffer` are interpreted as two's
types/buffer.d.ts:600
↓ 3 callers
Method
readBigInt64LE
* Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`. * * Integers read from a `Buffer` are interpreted as two
types/buffer.d.ts:608
↓ 3 callers
Method
readDoubleBE
* Reads a 64-bit, big-endian double from `buf` at the specified `offset`. * * ```js * import { Buffer } from 'buffer'; * * co
types/buffer.d.ts:848
↓ 3 callers
Method
readDoubleLE
* Reads a 64-bit, little-endian double from `buf` at the specified `offset`. * * ```js * import { Buffer } from 'buffer'; * *
types/buffer.d.ts:834
↓ 3 callers
Method
readFloatBE
* Reads a 32-bit, big-endian float from `buf` at the specified `offset`. * * ```js * import { Buffer } from 'buffer'; * * con
types/buffer.d.ts:818
↓ 3 callers
Method
readFloatLE
* Reads a 32-bit, little-endian float from `buf` at the specified `offset`. * * ```js * import { Buffer } from 'buffer'; * *
types/buffer.d.ts:804
↓ 3 callers
Method
readInt16BE
* Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`. * * Integers read from a `Buffer` are interpreted as two's
types/buffer.d.ts:754
↓ 3 callers
Method
readInt16LE
* Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`. * * Integers read from a `Buffer` are interpreted as two
types/buffer.d.ts:738
↓ 3 callers
Method
readInt32BE
* Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`. * * Integers read from a `Buffer` are interpreted as two's
types/buffer.d.ts:788
↓ 3 callers
Method
readInt32LE
* Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`. * * Integers read from a `Buffer` are interpreted as two
types/buffer.d.ts:772
↓ 3 callers
Method
readInt8
* Reads a signed 8-bit integer from `buf` at the specified `offset`. * * Integers read from a `Buffer` are interpreted as two's complement s
types/buffer.d.ts:720
↓ 3 callers
Method
readUInt16BE
* Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`. * * This function is also available under the `readUint1
types/buffer.d.ts:674
↓ 3 callers
Method
readUInt16LE
* Reads an unsigned, little-endian 16-bit integer from `buf` at the specified `offset`. * * This function is also available under the `readU
types/buffer.d.ts:652
↓ 3 callers
Method
readUInt32LE
* Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`. * * This function is also available under the `readUi
types/buffer.d.ts:696
↓ 3 callers
Method
reader_mut
(&mut self)
modules/llrt_stream_web/src/readable/stream/mod.rs:1060
↓ 3 callers
Method
recv
(&self)
libs/llrt_utils/src/mc_oneshot.rs:68
↓ 3 callers
Function
rename
(ctx: Ctx<'_>, old_path: String, new_path: String)
modules/llrt_fs/src/rename.rs:15
↓ 3 callers
Function
replace_invalid_utf8_and_utf16
(bytes: &[u8])
libs/llrt_utils/src/bytes.rs:71
↓ 3 callers
Function
replace_invalid_utf8_and_utf16_into
(bytes: &[u8], result: &mut String)
libs/llrt_utils/src/bytes.rs:83
↓ 3 callers
Function
run
(filename: string)
tests/unit/compile.test.ts:20
↓ 3 callers
Method
run_with
(&self, f: F)
llrt_core/src/vm.rs:146
↓ 3 callers
Function
sc_assq
META ((export #t))
benchmarks/v8-v7/earley-boyer.js:1063
↓ 3 callers
Function
sc_error
META ((export #t))
benchmarks/v8-v7/earley-boyer.js:78
↓ 3 callers
Function
sc_reverse
META ((export #t))
benchmarks/v8-v7/earley-boyer.js:980
↓ 3 callers
Function
search_dir
(ctx: &Ctx<'_>, dir: &str, x: &str, is_esm: bool)
llrt_modules/src/package/resolver.rs:436
↓ 3 callers
Method
seconds
(&self)
modules/llrt_temporal/src/duration.rs:151
↓ 3 callers
Method
send
(&self, value: T)
libs/llrt_utils/src/mc_oneshot.rs:44
↓ 3 callers
Method
set
(key, val)
shims/mnemonist/lru-cache.js:17
↓ 3 callers
Function
set_nightly_cfg
()
libs/llrt_build/src/lib.rs:1
↓ 3 callers
Method
set_reason
(&mut self, reason: Opt<Value<'js>>)
modules/llrt_abort/src/abort_signal.rs:158
↓ 3 callers
Method
shutdown
()
llrt_core/src/modules/js/@llrt/test/index.ts:499
↓ 3 callers
Method
smallest
(self, unit: Unit)
modules/llrt_temporal/src/utils/time_round.rs:12
↓ 3 callers
Function
starts_with_sep
used by windows
modules/llrt_path/src/lib.rs:588
↓ 3 callers
Method
stat
(&self, ctx: Ctx<'_>)
modules/llrt_fs/src/file_handle.rs:235
↓ 3 callers
Method
stored_error
(&self)
modules/llrt_stream_web/src/writable/stream/mod.rs:749
↓ 3 callers
Function
to_event
(ctx: &Ctx<'js>, event: &str)
modules/llrt_events/src/lib.rs:532
↓ 3 callers
Method
to_multipart_bytes
(&self, _ctx: &Ctx<'js>)
modules/llrt_fetch/src/form_data.rs:269
↓ 3 callers
Function
to_object
https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject
modules/llrt_stream_web/src/readable/iterator.rs:630
↓ 3 callers
Method
to_plain_date
(&self)
modules/llrt_temporal/src/plain_date_time.rs:99
↓ 3 callers
Method
to_plain_time
(&self)
modules/llrt_temporal/src/plain_date_time.rs:104
↓ 3 callers
Method
to_stdio
(&self)
modules/llrt_child_process/src/lib.rs:130
↓ 3 callers
Method
trace_event_emitter
(&self, tracer: Tracer<'a, 'js>)
modules/llrt_events/src/lib.rs:220
↓ 3 callers
Function
transform_stream_error_writable_and_unblock_write
( stream_class: &TransformStreamClass<'js>, _e: Value<'js>, )
modules/llrt_stream_web/src/transform/controller.rs:192
↓ 3 callers
Function
updateTransform
(input: T)
tests/e2e/dynamodb.e2e.test.ts:123
↓ 3 callers
Function
update_current_id
(ctx: &Ctx<'_>, id: (u64, u64))
modules/llrt_async_hooks/src/lib.rs:330
↓ 3 callers
Method
username
(&self)
modules/llrt_url/src/url_class.rs:239
↓ 3 callers
Function
validate_aes_length
( ctx: &Ctx<'_>, key: &CryptoKey, handle: &[u8], expected_algorithm: &str, )
modules/llrt_crypto/src/subtle/mod.rs:114
↓ 3 callers
Method
values
(options?: { preventCancel?: boolean; })
types/stream/web.d.ts:195
↓ 3 callers
Method
wait
(&self)
libs/llrt_utils/src/latch.rs:25
↓ 3 callers
Method
writable_stream_default_controller_get_backpressure
(&self)
modules/llrt_stream_web/src/writable/default_controller.rs:243
↓ 3 callers
Method
writeBigInt64BE
* Writes `value` to `buf` at the specified `offset` as big-endian. * * `value` is interpreted and written as a two's complement signed integ
types/buffer.d.ts:524
↓ 3 callers
Method
writeBigInt64LE
* Writes `value` to `buf` at the specified `offset` as little-endian. * * `value` is interpreted and written as a two's complement signed in
types/buffer.d.ts:548
↓ 3 callers
Method
writeDoubleBE
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anyt
types/buffer.d.ts:1161
↓ 3 callers
Method
writeDoubleLE
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is a
types/buffer.d.ts:1142
↓ 3 callers
Method
writeFloatBE
* Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is * undefined when `value` is anything other than a JavaScript numbe
types/buffer.d.ts:1123
↓ 3 callers
Method
writeFloatLE
* Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is * undefined when `value` is anything other than a JavaScript nu
types/buffer.d.ts:1104
↓ 3 callers
Method
writeInt16BE
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `val
types/buffer.d.ts:1044
↓ 3 callers
Method
writeInt16LE
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `
types/buffer.d.ts:1023
↓ 3 callers
Method
writeInt32BE
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `valu
types/buffer.d.ts:1085
↓ 3 callers
Method
writeInt32LE
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `v
types/buffer.d.ts:1065
↓ 3 callers
Method
writeUInt16BE
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `va
types/buffer.d.ts:925
↓ 3 callers
Method
writeUInt16LE
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when
types/buffer.d.ts:899
↓ 3 callers
Method
writeUInt32BE
* Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `va
types/buffer.d.ts:975
↓ 3 callers
Method
writeUInt32LE
* Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when
types/buffer.d.ts:950
↓ 3 callers
Function
write_lambda_log
( ctx: &Ctx<'js>, result: &mut String, args: Rest<Value<'js>>, level: LogLevel, is_tty: bo
llrt_core/src/modules/console.rs:176
↓ 3 callers
Method
x25519_derive_bits
( &self, _private_key: &[u8], _public_key: &[u8], )
modules/llrt_crypto/src/provider/ring.rs:283
↓ 2 callers
Function
InsertNewNode
()
benchmarks/v8-v7/splay.js:67
↓ 2 callers
Function
Measure
(data)
benchmarks/v8-v7/base.js:187
↓ 2 callers
Method
_getSigv4aSigner
()
shims/@aws-sdk/signature-v4-multi-region.js:45
↓ 2 callers
Function
addMethod
(n: string)
llrt_core/src/modules/js/@llrt/expect/jest-expect.ts:57
← previous
next →
501–600 of 3,649, ranked by callers