MCPcopy Create free account

hub / github.com/Ray-D-Song/lexe / functions

Functions2,399 in github.com/Ray-D-Song/lexe

↓ 8 callersFunctiondecoder
(r: R)
libs/llrt_compression/src/lib.rs:14
↓ 8 callersFunctionencoder
(r: R, level: i32)
libs/llrt_compression/src/lib.rs:10
↓ 8 callersMethodexit
* The `process.exit()` method instructs llrt to terminate the process * synchronously with an exit status of `code`. If `code` is omitted, exit u
types/process.d.ts:185
↓ 8 callersFunctionextractViewInfo
(view)
tests/unit/web-platform-tests/streams/readable-byte-streams/read-min.any.js:15
↓ 8 callersMethodget_array_buffer
(&self)
modules/llrt_stream_web/src/readable/byob_reader.rs:467
↓ 8 callersMethodinto_js
(self, ctx: &Ctx<'js>)
llrt_core/src/runtime_client.rs:135
↓ 8 callersMethodlisten
TODO add backlog support
modules/llrt_net/src/server.rs:130
↓ 8 callersMethodsign
* Using the method and parameters given by `algorithm` and the keying material provided by `key`, * `subtle.sign()` attempts to generate a cryp
types/crypto.d.ts:743
↓ 8 callersMethodsubscribe
(&self)
libs/llrt_utils/src/mc_oneshot.rs:52
↓ 8 callersFunctionto_abs_path
(path: Cow<'_, str>)
llrt_core/src/modules/require/resolver.rs:246
↓ 8 callersFunctionwrite
()
tests/unit/web-platform-tests/streams/piping/abort.any.js:135
↓ 7 callersMethodaddress
(&self)
modules/llrt_net/src/server.rs:117
↓ 7 callersFunctionalgorithm_not_supported_error
(ctx: &Ctx<'_>)
modules/llrt_crypto/src/subtle/mod.rs:359
↓ 7 callersMethodbuild
(self)
llrt_core/src/module_builder.rs:146
↓ 7 callersFunctionbytes_to_typed_array
(ctx: Ctx<'js>, bytes: &[u8])
libs/llrt_utils/src/bytes.rs:379
↓ 7 callersMethodcheck_validity
(&self, usage: &str)
modules/llrt_crypto/src/subtle/crypto_key.rs:87
↓ 7 callersMethodclear_reader
(self)
modules/llrt_stream_web/src/readable/objects.rs:267
↓ 7 callersFunctiondecode_test
(label, url_encoded_input, expected_code_units,
tests/unit/web-platform-tests/encoding/resources/decoding-helpers.js:21
↓ 7 callersMethoddigest
* Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`. * If successful, the returned promise
types/crypto.d.ts:616
↓ 7 callersMethodexecuteAsyncOrCallbackFn
( fn: Function, timeout: number = TestAgent.DEFAULT_TIMEOUT_MS )
llrt_core/src/modules/js/@llrt/test/worker.ts:196
↓ 7 callersMethodfile
(&self, ctx: &Ctx<'_>)
modules/llrt_fs/src/file_handle.rs:41
↓ 7 callersMethodfirst
()
shims/mnemonist/lru-cache.js:30
↓ 7 callersMethodflush
(&mut self, ctx: &Ctx<'_>)
modules/llrt_string_decoder/src/string_decoder.rs:194
↓ 7 callersMethodhost
(&self)
modules/llrt_url/src/url_class.rs:102
↓ 7 callersMethodinto_inner
(self)
modules/llrt_stream_web/src/writable/objects.rs:35
↓ 7 callersMethodinto_js
(self, ctx: &Ctx<'js>)
modules/llrt_stream_web/src/readable/reader.rs:362
↓ 7 callersFunctionlogInfo
Log Info
llrt/src/main.c:71
↓ 7 callersFunctionpromise_rejected_with
( primordials: &PromisePrimordials<'js>, value: Value<'js>, )
modules/llrt_stream_web/src/utils/promise.rs:13
↓ 7 callersFunctionsame_value
(x, y)
tests/unit/web-platform-tests/resources/testharness.js:1511
↓ 7 callersMethodset_reader
( self, reader: RNext::Class, )
modules/llrt_stream_web/src/readable/objects.rs:73
↓ 7 callersFunctionsleep
(millis: number)
tests/unit/events.test.ts:3
↓ 7 callersMethodtoJSON
[MDN Reference](https://developer.mozilla.org/docs/Web/API/Performance/toJSON)
types/perf_hooks.d.ts:20
↓ 7 callersFunctiontransfer_array_buffer
(buffer: ArrayBuffer<'_>)
modules/llrt_stream_web/src/readable/byte_controller.rs:2000
↓ 7 callersFunctionupon_promise
https://webidl.spec.whatwg.org/#dfn-perform-steps-once-promise-is-settled
modules/llrt_stream_web/src/utils/promise.rs:89
↓ 7 callersFunctionwrite_log
(mut output: T, ctx: &Ctx<'js>, args: Rest<Value<'js>>)
modules/llrt_console/src/lib.rs:97
↓ 7 callersFunctionwrite_log
( mut output: T, ctx: &Ctx<'js>, args: Rest<Value<'js>>, level: LogLevel, )
llrt_core/src/modules/console.rs:125
↓ 6 callersMethodbyteLength
* Returns the byte length of a string when encoded using `encoding`. * This is not the same as [`String.prototype.length`](https://developer.mozi
types/buffer.d.ts:145
↓ 6 callersMethodcall
( &self, ctx: Ctx<'js>, controller: WritableStreamDefaultControllerClass<'js>, )
modules/llrt_stream_web/src/writable/default_controller.rs:718
↓ 6 callersFunctionclass_from_owned_borrow_mut
( borrow: OwnedBorrowMut<'js, T>, )
modules/llrt_stream_web/src/utils/mod.rs:51
↓ 6 callersMethodconnect
( this: This<Class<'js, Self>>, ctx: Ctx<'js>, args: Rest<Value<'js>>, )
modules/llrt_net/src/socket.rs:190
↓ 6 callersMethodderiveKey
* Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`, * `subtle.deriveKey()` attempts to g
types/crypto.d.ts:587
↓ 6 callersFunctiondnsLookupAsync
( hostname: string, options?: number | dns.LookupOptions )
tests/unit/dns.test.ts:4
↓ 6 callersMethodencode_to_string
(&self, bytes: &[u8], lossy: bool)
libs/llrt_encoding/src/lib.rs:73
↓ 6 callersFunctionends_with_sep
(path: &str)
modules/llrt_path/src/lib.rs:500
↓ 6 callersFunctionexposure_set
(object, default_set)
tests/unit/web-platform-tests/resources/idlharness.js:629
↓ 6 callersMethodget_array_buffer
( ctx: Ctx<'js>, body: Option<&Class<'js, Self>>, )
modules/llrt_http/src/body.rs:96
↓ 6 callersFunctioninit
(ctx: &Ctx<'js>)
modules/llrt_buffer/src/buffer.rs:707
↓ 6 callersFunctioninit
(ctx: &Ctx)
modules/llrt_stream_web/src/lib.rs:100
↓ 6 callersFunctionisReadableStream
(rs)
tests/unit/web-platform-tests/streams/readable-streams/patched-global.any.js:14
↓ 6 callersFunctionis_absolute
(path: &str)
modules/llrt_path/src/lib.rs:510
↓ 6 callersMethodis_readable_stream_locked
(&self)
modules/llrt_stream_web/src/readable/stream/mod.rs:562
↓ 6 callersMethodis_writable_stream_locked
(&self)
modules/llrt_stream_web/src/writable/stream/mod.rs:190
↓ 6 callersMethodlen
(&self)
libs/llrt_utils/src/bytearray_buffer.rs:38
↓ 6 callersMethodnormalize
* Normalize a string path, reducing '..' and '.' parts. * When multiple slashes are found, they're replaced by a single one; when the path cont
types/path.d.ts:66
↓ 6 callersFunctionon_event
* @deprecated * * Register a function as a DOM event listener to the * given object for the event bubbling phase. * * @param
tests/unit/web-platform-tests/resources/testharness.js:1202
↓ 6 callersMethodpush_byte
(&mut self, byte: u8)
libs/llrt_logging/src/lib.rs:103
↓ 6 callersMethodreadable_byte_stream_controller_shift_pending_pull_into
( &mut self, )
modules/llrt_stream_web/src/readable/byte_controller.rs:733
↓ 6 callersFunctionshorten_array
(arr, offset = 0)
tests/unit/web-platform-tests/resources/testharness.js:1647
↓ 6 callersFunctionshouldRunSubTest
* Check if `currentSubTest` is in the subset specified in the URL. * @param {number} currentSubTest * @returns {boolean}
tests/unit/web-platform-tests/common/subset-tests.js:42
↓ 6 callersMethodtake_bytes
(&mut self, ctx: &Ctx<'js>)
modules/llrt_http/src/body.rs:154
↓ 6 callersMethodtimeout
(ctx: Ctx<'js>, milliseconds: u64)
modules/llrt_abort/src/abort_signal.rs:185
↓ 6 callersFunctiontruncate
(s, len)
tests/unit/web-platform-tests/resources/testharness.js:1258
↓ 5 callersFunctionbURL
(url, base)
tests/unit/web-platform-tests/url/url-searchparams.any.js:8
↓ 5 callersMethodblob
(&mut self, ctx: Ctx<'js>)
modules/llrt_http/src/body.rs:63
↓ 5 callersFunctionbuild_formatted_string
( result: &mut String, ctx: &Ctx<'js>, args: Rest<Value<'js>>, options: &mut FormatOptions<'js
libs/llrt_logging/src/lib.rs:198
↓ 5 callersMethodbytes
(&self, ctx: Ctx<'js>)
modules/llrt_http/src/blob.rs:100
↓ 5 callersFunctioncalculateRelativeDepth
(from: string, to: string)
tests/unit/path.unix.test.ts:6
↓ 5 callersMethodcapacity
(&self)
libs/llrt_utils/src/reuse_list.rs:98
↓ 5 callersMethodcopy
* Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`. * * [`TypedArray.protot
types/buffer.d.ts:274
↓ 5 callersMethoddebug
* The `console.debug()` function is an alias for {@link log}.
types/console.d.ts:86
↓ 5 callersMethoddigest_algorithm
(&self)
modules/llrt_crypto/src/sha_hash.rs:135
↓ 5 callersMethodelapsed
({ started, ended, }: { started: number; ended: number; })
llrt_core/src/modules/js/@llrt/test/index.ts:696
↓ 5 callersMethodemit_error
(self, id: &'static str, ctx: &Ctx<'js>, this: Class<'js, C>)
modules/llrt_events/src/lib.rs:109
↓ 5 callersMethodend
(&mut self, ctx: Ctx<'_>, buffer: Opt<ArrayBufferView<'_>>)
modules/llrt_string_decoder/src/string_decoder.rs:239
↓ 5 callersFunctionextract_sha_hash
(ctx: &Ctx<'js>, obj: &Object<'js>)
modules/llrt_crypto/src/subtle/key_algorithm.rs:1082
↓ 5 callersMethodfile_mut
(&mut self, ctx: &Ctx<'_>)
modules/llrt_fs/src/file_handle.rs:45
↓ 5 callersMethodfinalize
(&self, ctx: Ctx<'js>, error: Option<Value<'js>>)
modules/llrt_stream_web/src/readable/stream/pipe.rs:634
↓ 5 callersFunctionfind_next_separator
(s: &str)
modules/llrt_path/src/lib.rs:54
↓ 5 callersFunctionfloat_to_string
(buffer: &mut ryu::Buffer, float: f64)
libs/llrt_numbers/src/lib.rs:199
↓ 5 callersFunctionformat_values
( ctx: &Ctx<'js>, args: Rest<Value<'js>>, tty: bool, newline: bool, )
libs/llrt_logging/src/lib.rs:186
↓ 5 callersFunctionfunc
()
tests/unit/console.test.ts:90
↓ 5 callersFunctiongenerate_json
(child_json: &str, size: usize)
libs/llrt_json/benches/json.rs:13
↓ 5 callersMethodgetContent
()
llrt_core/src/modules/js/@llrt/test/CircularBuffer.ts:73
↓ 5 callersMethodhandleError
(code: number, error: Error, details?: any)
llrt_core/src/modules/js/@llrt/test/index.ts:272
↓ 5 callersMethodhmac_algorithm
(&self)
modules/llrt_crypto/src/sha_hash.rs:126
↓ 5 callersMethodimportKey
* The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format` * to create a `<CryptoKey>` instance using
types/crypto.d.ts:706
↓ 5 callersFunctioninit
(ctx: &Ctx<'_>)
llrt_core/src/vm.rs:203
↓ 5 callersFunctionminOverloadLength
(overloads)
tests/unit/web-platform-tests/resources/idlharness.js:60
↓ 5 callersFunctionname_extname
(path: &str)
modules/llrt_path/src/lib.rs:109
↓ 5 callersMethodopen
(cb)
tests/unit/web-platform-tests/streams/resources/rs-utils.js:112
↓ 5 callersMethodor_throw_type
(self, ctx: &Ctx, msg: &str)
libs/llrt_utils/src/result.rs:47
↓ 5 callersFunctionprocess
(bytes: &[u8], result: &mut String, v_below_space: u8x16, v_b: u8x16, v_c: u8x16)
libs/llrt_json/src/escape.rs:159
↓ 5 callersFunctionpush_indentation
(result: &mut String, depth: usize)
libs/llrt_logging/src/lib.rs:743
↓ 5 callersMethodreadable_stream_default_controller_can_close_or_enqueue
( &self, stream: &ReadableStream<'js>, )
modules/llrt_stream_web/src/readable/default_controller.rs:342
↓ 5 callersFunctionrender
(template, substitutions, output_document)
tests/unit/web-platform-tests/resources/testharness.js:4511
↓ 5 callersFunctionresolve_path
(parts: I)
modules/llrt_path/src/lib.rs:260
↓ 5 callersMethodshutdown_with_action
( &self, ctx: Ctx<'js>, action: impl FnOnce(Ctx<'js>) -> Result<Promise<'js>> + 'js,
modules/llrt_stream_web/src/readable/stream/pipe.rs:548
↓ 5 callersFunctionstart
(ctx: &Ctx<'_>)
llrt_core/src/runtime_client.rs:231
↓ 5 callersMethodtake_bytes
(&mut self, ctx: &Ctx<'js>)
modules/llrt_http/src/request.rs:15
↓ 5 callersMethodtake_bytes
clippy complains about lock being read only but we mutate the value
modules/llrt_http/src/response.rs:194
← previousnext →201–300 of 2,399, ranked by callers