MCPcopy Create free account

hub / github.com/bvanjoi/bolt-ts / functions

Functions11,164 in github.com/bvanjoi/bolt-ts

↓ 1,018 callersMethodcontains
* The **`contains()`** method returns a boolean indicating whether the given string is in the list. * * [MDN Reference](https://developer.mo
crates/libs/src/declared_file/lib.webworker.d.ts:3965
↓ 643 callersMethodprint
(&mut self)
crates/optimize/src/emit/mod.rs:54
↓ 494 callersMethodnode
(&self, id: NodeID)
crates/parser/src/lib.rs:130
↓ 491 callersMethoditer
(&self)
crates/module_resolve/src/get_conditions.rs:18
↓ 443 callersMethodmap
* Calls a defined callback function on each element of an array, and returns an array that contains the results. * @param callbackfn A function t
crates/libs/src/declared_file/lib.es5.d.ts:1468
↓ 440 callersMethodpush
* Appends new elements to the end of an array, and returns the new length of the array. * @param items New elements to add to the array.
crates/libs/src/declared_file/lib.es5.d.ts:1345
↓ 425 callersMethodget
* The **`get()`** prototype method of the WebAssembly.Table() object retrieves the element stored at a given index. * * [MDN Referen
crates/libs/src/declared_file/lib.webworker.d.ts:14528
↓ 424 callersMethodunion
* @returns a new Set containing all the elements in this Set and also all the elements in the argument.
crates/libs/src/declared_file/lib.es2025.collection.d.ts:38
↓ 392 callersMethodalloc
(&self, t: T)
crates/parser/src/state.rs:119
↓ 389 callersMethodlen
(&self)
crates/checker/src/check/get_effective_node.rs:297
↓ 387 callersMethodsymbol
(&self, symbol: SymbolID)
crates/checker/src/check/symbol_info.rs:1432
↓ 369 callersMethodto_string
(&self, atoms: &AtomIntern)
crates/ast/src/ty.rs:469
↓ 332 callersMethodinsert
(index: number, second: IEnumerable<T>)
tests/compiler/genericSpecializationToTypeLiteral1/index.ts:16
↓ 311 callersMethodid
(&self)
crates/checker/src/check/check_expr_with_ty_args.rs:17
↓ 255 callersMethodalloc
(&mut self, value: InferenceInfos<'cx>)
crates/checker/src/check/infer.rs:26
↓ 233 callersMethodmodule
(&self)
crates/binder/src/symbol.rs:420
↓ 230 callersMethodid
(&self)
crates/ast/src/ty.rs:47
↓ 229 callersMethodbind
* For a given function, creates a bound function that has the same body as the original function. * The this object of the bound function is asso
crates/libs/src/declared_file/lib.es5.d.ts:294
↓ 228 callersMethodp_whitespace
(&mut self)
crates/optimize/src/emit/print.rs:28
↓ 226 callersMethodthen
(cb: (x: T) => Promise<U>)
tests/compiler/promisesWithConstraints/index.ts:10
↓ 216 callersMethodis_empty
(&self)
crates/checker/src/check/get_effective_node.rs:304
↓ 210 callersMethodpush_error
(&mut self, diag: bolt_ts_errors::BoxedDiag)
crates/checker/src/check/mod.rs:503
↓ 204 callersMethodlen
(&self)
crates/binder/src/symbol.rs:416
↓ 190 callersMethodspan
(&self)
crates/checker/src/check/get_effective_node.rs:250
↓ 166 callersFunctionuse
()
tests/compiler/aliasBug/index.ts:18
↓ 155 callersMethodnew_span
(&self, lo: u32)
crates/parser/src/scan.rs:110
↓ 155 callersMethodnext_node_id
(&mut self)
crates/parser/src/state.rs:123
↓ 155 callersMethodnext_token
(&mut self)
crates/parser/src/scan.rs:452
↓ 153 callersMethodp
(&mut self, content: &str)
crates/optimize/src/emit/print.rs:17
↓ 152 callersMethodnode_query
(&self, module_id: ModuleID)
crates/checker/src/check/mod.rs:495
↓ 148 callersMethodtoLocaleString
Returns a value as a string value appropriate to the host environment's current locale.
crates/libs/src/declared_file/lib.es5.d.ts:778
↓ 138 callersMethodnode
(&self, id: ast::NodeID)
crates/binder/src/node_query/mod.rs:38
↓ 122 callersMethodstart
* The **`start()`** method of the MessagePort interface starts the sending of messages queued on the port. This method is only needed when using Event
crates/libs/src/declared_file/lib.webworker.d.ts:7664
↓ 121 callersMethodlog
* Returns the natural logarithm (base e) of a number. * @param x A numeric expression.
crates/libs/src/declared_file/lib.es5.d.ts:726
↓ 121 callersMethodparent
(&self)
crates/checker/src/check/get_effective_node.rs:258
↓ 121 callersMethodprint_ty
( &mut self, ty: &'cx ty::Ty<'cx>, enclosing_declaration: Option<ast::NodeID>, )
crates/checker/src/check/print.rs:12
↓ 119 callersMethodexpect
(&mut self, t: TokenKind)
crates/parser/src/state.rs:355
↓ 119 callersMethodjoin
* Adds all the elements of an array into a string, separated by the specified separator string. * @param separator A string used to separate one
crates/libs/src/declared_file/lib.es5.d.ts:1362
↓ 116 callersMethodany
* The any function returns a promise that is fulfilled by the first given promise to be fulfilled, or rejected with an AggregateError containing an ar
crates/libs/src/declared_file/lib.es2021.promise.d.ts:38
↓ 111 callersMethodpush_error
(&mut self, error: bolt_ts_errors::BoxedDiag)
crates/parser/src/state.rs:391
↓ 109 callersMethodp
(&mut self)
crates/parser/src/lookahead.rs:12
↓ 108 callersFunctionusize_into_idx
(len: usize)
crates/optimize/src/ir/nodes.rs:158
↓ 103 callersMethodcompiler_options
(&self)
tools/compile-test/src/run_tests.rs:30
↓ 91 callersMethodresolve
(specifier: string)
crates/libs/src/declared_file/lib.webworker.d.ts:7427
↓ 88 callersMethodclone
* The **`clone()`** method of the Request interface creates a copy of the current Request object. * * [MDN Reference](https://developer.mozi
crates/libs/src/declared_file/lib.webworker.d.ts:9461
↓ 85 callersMethodget_type_of_symbol
(&mut self, id: SymbolID)
crates/checker/src/check/get_ty.rs:35
↓ 84 callersMethodas_usize
(&self)
helper/span/src/lib.rs:14
↓ 84 callersMethodget_object_flags
(&self)
crates/checker/src/ty/mod.rs:114
↓ 84 callersMethodinsert_node
(&mut self, node_id: NodeID, node: bolt_ts_ast::Node<'cx>)
crates/parser/src/lib.rs:489
↓ 83 callersMethodinsert_node_flags
(&mut self, node_id: NodeID, flags: bolt_ts_ast::NodeFlags)
crates/parser/src/lib.rs:494
↓ 83 callersMethodmap
(iterator: (value: T) => U)
tests/compiler/illegalGenericWrapping1/index.ts:5
↓ 82 callersMethodparent
(&self, id: ast::NodeID)
crates/binder/src/node_query/mod.rs:42
↓ 77 callersMethodget_sig_links
(&mut self, sig: SigID)
crates/checker/src/check/links/mod.rs:97
↓ 76 callersMethodempty_array
(&self)
crates/checker/src/check/mod.rs:5038
↓ 73 callersMethodis_empty
(&self)
crates/ast/src/expr.rs:905
↓ 72 callersMethodget_ty_from_type_node
(&mut self, node: &ast::Ty<'cx>)
crates/checker/src/check/get_ty.rs:472
↓ 66 callersMethodis_related_to
( &mut self, original_source: &'cx Ty<'cx>, original_target: &'cx Ty<'cx>, rec
crates/checker/src/check/check_type_related_to.rs:120
↓ 63 callersMethodcollect
(fn:(e:_element) => _element[])
tests/compiler/extendArray/index.ts:12
↓ 63 callersMethodparse_optional
(&mut self, t: TokenKind)
crates/parser/src/state.rs:252
↓ 63 callersMethodreject
(arg: T)
tests/compiler/typeLiteralCallback/index.ts:6
↓ 62 callersMethodget_symbol_links
(&mut self, symbol: SymbolID)
crates/checker/src/check/symbol_info.rs:1405
↓ 61 callersMethodcheck_expression
( &mut self, expr: &'cx ast::Expr<'cx>, check_mode: Option<CheckMode>, )
crates/checker/src/check/check_expr.rs:525
↓ 61 callersMethodget_node_links
(&mut self, node: NodeID)
crates/checker/src/check/links/mod.rs:82
↓ 61 callersMethodtoString
Returns a string representation of a date. The format of the string depends on the locale.
crates/libs/src/declared_file/lib.es5.d.ts:772
↓ 60 callersFunctioncallback
(clb:()=>void)
tests/compiler/varArgParamTypeCheck/index.ts:6
↓ 59 callersFunctionshould_eq
(from: &std::path::Path, target: &str, expected: std::path::PathBuf)
crates/module_resolve/tests/utils.rs:75
↓ 58 callersMethodget_symbol_of_declaration
(&mut self, id: ast::NodeID)
crates/checker/src/check/get_symbol.rs:27
↓ 58 callersMethodname
(&self)
crates/optimize/src/ir/nodes.rs:2025
↓ 57 callersFunctionf
()
tests/compiler/catch/index.ts:3
↓ 57 callersMethodget_mut_node_links
(&mut self, node: NodeID)
crates/checker/src/check/links/mod.rs:89
↓ 57 callersMethodinstantiate_ty_worker
( &mut self, ty: &'cx ty::Ty<'cx>, mapper: &'cx dyn ty::TyMap<'cx>, )
crates/checker/src/check/instantiate.rs:62
↓ 57 callersFunctiontest
(x: boolean)
tests/compiler/controlFlowManyCallExpressionStatementsPerf/index.ts:5
↓ 56 callersFunctiontest
(x)
tests/compiler/controlFlowManyCallExpressionStatementsPerf/output/index.js:1
↓ 55 callersMethodget_signatures_of_type
( &mut self, ty: &'cx ty::Ty<'cx>, kind: SigKind, )
crates/checker/src/check/get_sig.rs:164
↓ 55 callersMethodis_type_assignable_to
( &mut self, source: &'cx Ty<'cx>, target: &'cx Ty<'cx>, )
crates/checker/src/check/relation.rs:1240
↓ 55 callersMethodp_newline
(&mut self)
crates/optimize/src/emit/print.rs:37
↓ 54 callersMethodget_intersection_ty
( &mut self, tys: &[&'cx ty::Ty<'cx>], flags: IntersectionFlags, alias_symbol:
crates/checker/src/check/create_ty.rs:1222
↓ 52 callersMethodname
(&self)
crates/checker/src/check/get_type_from_ty_refer_like.rs:23
↓ 52 callersMethodnode_context_flags
(&self)
crates/parser/src/lib.rs:504
↓ 51 callersMethodcreate
()
tests/compiler/staticInterfaceAssignmentCompat/index.ts:10
↓ 48 callersMethodall
* Creates a Promise that is resolved with an array of results when all of the provided Promises * resolve, or rejected when any Promise is reject
crates/libs/src/declared_file/lib.es2015.promise.d.ts:37
↓ 48 callersMethodstrict_null_checks
(&self)
crates/config/src/normalized/mod.rs:102
↓ 46 callersMethodintersection
* @returns a new Set containing all the elements which are both in this Set and in the argument.
crates/libs/src/declared_file/lib.es2025.collection.d.ts:42
↓ 46 callersMethodinto
(self)
crates/ast/src/expr.rs:766
↓ 46 callersMethodval
(&self)
crates/optimize/src/ir/nodes.rs:3792
↓ 45 callersMethodas_tuple
(&self)
crates/checker/src/ty/mod.rs:316
↓ 45 callersMethodget_ty_arguments
(&mut self, ty: &'cx ty::Ty<'cx>)
crates/checker/src/check/get_ty.rs:2930
↓ 45 callersMethodlookahead
(&mut self, f: impl FnOnce(&mut Self) -> T)
crates/parser/src/lookahead.rs:95
↓ 44 callersMethodalloc
(&mut self, value: Vec<&'cx ty::Ty<'cx>>)
crates/checker/src/check/mod.rs:182
↓ 44 callersMethodget_return_type_of_signature
(&mut self, sig: &'cx Sig<'cx>)
crates/checker/src/check/check_call_like.rs:251
↓ 41 callersMethodemit_expr
(&mut self, expr: ir::Expr)
crates/optimize/src/emit/mod.rs:1584
↓ 40 callersMethodlo
(&self)
helper/span/src/lib.rs:40
↓ 39 callersMethodget_mut_symbol_links
(&mut self, symbol: SymbolID)
crates/checker/src/check/symbol_info.rs:1420
↓ 37 callersMethodadd_antecedent
(&mut self, label: FlowID, antecedent: FlowID)
crates/binder/src/flow.rs:189
↓ 37 callersMethodget_mut_ty_links
(&mut self, ty: TyID)
crates/checker/src/check/links/mod.rs:109
↓ 37 callersMethodmap_ty
( &mut self, ty: &'cx ty::Ty<'cx>, mapper: impl Fn(&mut Self, &'cx ty::Ty<'cx>) -> Opt
crates/checker/src/check/utils.rs:216
↓ 36 callersMethodextend
(&mut self, iter: T)
tools/compile-test/src/common.rs:70
↓ 36 callersMethodinstantiate_ty
( &mut self, ty: &'cx ty::Ty<'cx>, mapper: Option<&'cx dyn ty::TyMap<'cx>>, )
crates/checker/src/check/instantiate.rs:49
↓ 36 callersMethodis_type_any
(&self, ty: &'cx ty::Ty<'cx>)
crates/checker/src/check/mod.rs:5084
↓ 36 callersMethodspan
(&self)
crates/parser/src/jsx.rs:18
next →1–100 of 11,164, ranked by callers