MCPcopy Create free account

hub / github.com/awslabs/llrt / functions

Functions3,649 in github.com/awslabs/llrt

↓ 3 callersMethodhandleWorkerCompleted
(workerId: number)
llrt_core/src/modules/js/@llrt/test/index.ts:451
↓ 3 callersFunctionhandle_read_file_bytes
( ctx: &Ctx<'a>, options: Opt<Either<String, ReadFileOptions>>, bytes: Vec<u8>, )
modules/llrt_fs/src/read_file.rs:32
↓ 3 callersFunctionhasKey
(obj: any, key: string)
llrt_core/src/modules/js/@llrt/expect/jest-utils.ts:208
↓ 3 callersFunctioninit
(global_client: HyperClient, globals: &Object)
modules/llrt_fetch/src/fetch.rs:64
↓ 3 callersMethodinner
(&self)
modules/llrt_stream/src/readable.rs:140
↓ 3 callersMethodinner_mut
(&mut self)
modules/llrt_stream/src/writable.rs:102
↓ 3 callersMethodinto_erased
(self)
modules/llrt_stream_web/src/readable/controller.rs:133
↓ 3 callersMethodinto_inner
(self)
modules/llrt_temporal/src/plain_time.rs:184
↓ 3 callersMethodinto_inner
(self)
modules/llrt_temporal/src/plain_date_time.rs:243
↓ 3 callersMethodinto_inner
(self)
modules/llrt_temporal/src/zoned_date_time.rs:299
↓ 3 callersMethodinto_inner
(self)
modules/llrt_temporal/src/utils/mod.rs:51
↓ 3 callersMethodinto_inner
(self)
modules/llrt_stream_web/src/readable/byte_controller.rs:1783
↓ 3 callersFunctioninto_span_relative_to
(value: &Option<Value<'a>>)
modules/llrt_temporal/src/utils/span.rs:80
↓ 3 callersFunctionisAsymmetric
(obj: any)
llrt_core/src/modules/js/@llrt/expect/jest-utils.ts:45
↓ 3 callersFunctionis_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 callersMethodjs_iterator
(&self, ctx: Ctx<'js>)
libs/llrt_utils/src/class.rs:22
↓ 3 callersFunctionkill
(ctx: &Ctx<'_>, pid: u32, signal: Opt<Value<'_>>)
libs/llrt_utils/src/signals.rs:127
↓ 3 callersMethodload
( &mut self, ctx: &Ctx<'js>, name: &str, _attr: Option<ImportAttributes<'js>>,
llrt_core/src/modules/embedded/loader.rs:145
↓ 3 callersFunctionmark_client_inited
(rt: *mut qjs::JSRuntime)
llrt_core/src/runtime_client.rs:118
↓ 3 callersFunctionmicroTaskFunction
()
tests/unit/asynchronous-processing-discipline.test.ts:104
↓ 3 callersMethodmicrosecond
(&self)
modules/llrt_temporal/src/plain_time.rs:130
↓ 3 callersMethodmillisecond
(&self)
modules/llrt_temporal/src/plain_time.rs:135
↓ 3 callersMethodmode
(self, mode: RoundMode)
modules/llrt_temporal/src/utils/time_round.rs:16
↓ 3 callersMethodnanosecond
(&self)
modules/llrt_temporal/src/plain_time.rs:145
↓ 3 callersMethodnegated
(&self)
modules/llrt_temporal/src/duration.rs:62
↓ 3 callersMethodno_pending_jobs
(mut self)
libs/llrt_test/src/lib.rs:71
↓ 3 callersMethodpassword
(&self)
modules/llrt_url/src/url_class.rs:137
↓ 3 callersFunctionprint
(value: String, stdout: Opt<bool>)
llrt_core/src/modules/llrt/util.rs:48
↓ 3 callersFunctionprintLog
Function to print a log message
llrt/src/main.c:61
↓ 3 callersFunctionprocess_byte
( result: &mut String, bytes: &[u8], byte: u8, i: &mut usize, start: &mut usize, len:
libs/llrt_json/src/escape.rs:63
↓ 3 callersMethodreadBigInt64BE
* 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 callersMethodreadBigInt64LE
* 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 callersMethodreadDoubleBE
* 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 callersMethodreadDoubleLE
* Reads a 64-bit, little-endian double from `buf` at the specified `offset`. * * ```js * import { Buffer } from 'buffer'; * *
types/buffer.d.ts:834
↓ 3 callersMethodreadFloatBE
* 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 callersMethodreadFloatLE
* Reads a 32-bit, little-endian float from `buf` at the specified `offset`. * * ```js * import { Buffer } from 'buffer'; * *
types/buffer.d.ts:804
↓ 3 callersMethodreadInt16BE
* 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 callersMethodreadInt16LE
* 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 callersMethodreadInt32BE
* 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 callersMethodreadInt32LE
* 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 callersMethodreadInt8
* 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 callersMethodreadUInt16BE
* 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 callersMethodreadUInt16LE
* 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 callersMethodreadUInt32LE
* 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 callersMethodreader_mut
(&mut self)
modules/llrt_stream_web/src/readable/stream/mod.rs:1060
↓ 3 callersMethodrecv
(&self)
libs/llrt_utils/src/mc_oneshot.rs:68
↓ 3 callersFunctionrename
(ctx: Ctx<'_>, old_path: String, new_path: String)
modules/llrt_fs/src/rename.rs:15
↓ 3 callersFunctionreplace_invalid_utf8_and_utf16
(bytes: &[u8])
libs/llrt_utils/src/bytes.rs:71
↓ 3 callersFunctionreplace_invalid_utf8_and_utf16_into
(bytes: &[u8], result: &mut String)
libs/llrt_utils/src/bytes.rs:83
↓ 3 callersFunctionrun
(filename: string)
tests/unit/compile.test.ts:20
↓ 3 callersMethodrun_with
(&self, f: F)
llrt_core/src/vm.rs:146
↓ 3 callersFunctionsc_assq
META ((export #t))
benchmarks/v8-v7/earley-boyer.js:1063
↓ 3 callersFunctionsc_error
META ((export #t))
benchmarks/v8-v7/earley-boyer.js:78
↓ 3 callersFunctionsc_reverse
META ((export #t))
benchmarks/v8-v7/earley-boyer.js:980
↓ 3 callersFunctionsearch_dir
(ctx: &Ctx<'_>, dir: &str, x: &str, is_esm: bool)
llrt_modules/src/package/resolver.rs:436
↓ 3 callersMethodseconds
(&self)
modules/llrt_temporal/src/duration.rs:151
↓ 3 callersMethodsend
(&self, value: T)
libs/llrt_utils/src/mc_oneshot.rs:44
↓ 3 callersMethodset
(key, val)
shims/mnemonist/lru-cache.js:17
↓ 3 callersFunctionset_nightly_cfg
()
libs/llrt_build/src/lib.rs:1
↓ 3 callersMethodset_reason
(&mut self, reason: Opt<Value<'js>>)
modules/llrt_abort/src/abort_signal.rs:158
↓ 3 callersMethodshutdown
()
llrt_core/src/modules/js/@llrt/test/index.ts:499
↓ 3 callersMethodsmallest
(self, unit: Unit)
modules/llrt_temporal/src/utils/time_round.rs:12
↓ 3 callersFunctionstarts_with_sep
used by windows
modules/llrt_path/src/lib.rs:588
↓ 3 callersMethodstat
(&self, ctx: Ctx<'_>)
modules/llrt_fs/src/file_handle.rs:235
↓ 3 callersMethodstored_error
(&self)
modules/llrt_stream_web/src/writable/stream/mod.rs:749
↓ 3 callersFunctionto_event
(ctx: &Ctx<'js>, event: &str)
modules/llrt_events/src/lib.rs:532
↓ 3 callersMethodto_multipart_bytes
(&self, _ctx: &Ctx<'js>)
modules/llrt_fetch/src/form_data.rs:269
↓ 3 callersFunctionto_object
https://tc39.es/ecma262/multipage/abstract-operations.html#sec-toobject
modules/llrt_stream_web/src/readable/iterator.rs:630
↓ 3 callersMethodto_plain_date
(&self)
modules/llrt_temporal/src/plain_date_time.rs:99
↓ 3 callersMethodto_plain_time
(&self)
modules/llrt_temporal/src/plain_date_time.rs:104
↓ 3 callersMethodto_stdio
(&self)
modules/llrt_child_process/src/lib.rs:130
↓ 3 callersMethodtrace_event_emitter
(&self, tracer: Tracer<'a, 'js>)
modules/llrt_events/src/lib.rs:220
↓ 3 callersFunctiontransform_stream_error_writable_and_unblock_write
( stream_class: &TransformStreamClass<'js>, _e: Value<'js>, )
modules/llrt_stream_web/src/transform/controller.rs:192
↓ 3 callersFunctionupdateTransform
(input: T)
tests/e2e/dynamodb.e2e.test.ts:123
↓ 3 callersFunctionupdate_current_id
(ctx: &Ctx<'_>, id: (u64, u64))
modules/llrt_async_hooks/src/lib.rs:330
↓ 3 callersMethodusername
(&self)
modules/llrt_url/src/url_class.rs:239
↓ 3 callersFunctionvalidate_aes_length
( ctx: &Ctx<'_>, key: &CryptoKey, handle: &[u8], expected_algorithm: &str, )
modules/llrt_crypto/src/subtle/mod.rs:114
↓ 3 callersMethodvalues
(options?: { preventCancel?: boolean; })
types/stream/web.d.ts:195
↓ 3 callersMethodwait
(&self)
libs/llrt_utils/src/latch.rs:25
↓ 3 callersMethodwritable_stream_default_controller_get_backpressure
(&self)
modules/llrt_stream_web/src/writable/default_controller.rs:243
↓ 3 callersMethodwriteBigInt64BE
* 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 callersMethodwriteBigInt64LE
* 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 callersMethodwriteDoubleBE
* 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 callersMethodwriteDoubleLE
* 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 callersMethodwriteFloatBE
* 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 callersMethodwriteFloatLE
* 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 callersMethodwriteInt16BE
* 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 callersMethodwriteInt16LE
* 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 callersMethodwriteInt32BE
* 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 callersMethodwriteInt32LE
* 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 callersMethodwriteUInt16BE
* 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 callersMethodwriteUInt16LE
* 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 callersMethodwriteUInt32BE
* 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 callersMethodwriteUInt32LE
* 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 callersFunctionwrite_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 callersMethodx25519_derive_bits
( &self, _private_key: &[u8], _public_key: &[u8], )
modules/llrt_crypto/src/provider/ring.rs:283
↓ 2 callersFunctionInsertNewNode
()
benchmarks/v8-v7/splay.js:67
↓ 2 callersFunctionMeasure
(data)
benchmarks/v8-v7/base.js:187
↓ 2 callersMethod_getSigv4aSigner
()
shims/@aws-sdk/signature-v4-multi-region.js:45
↓ 2 callersFunctionaddMethod
(n: string)
llrt_core/src/modules/js/@llrt/expect/jest-expect.ts:57
← previousnext →501–600 of 3,649, ranked by callers