MCPcopy Create free account

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

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

↓ 3 callersMethodcreate_missing_ty
(&mut self)
crates/parser/src/utils.rs:886
↓ 3 callersMethodcreate_modifier
(&mut self, span: Span, kind: ast::ModifierKind)
crates/ast_factory/src/lib.rs:839
↓ 3 callersMethodcreate_normalized_ty_reference
( &mut self, target: &'cx ty::Ty<'cx>, resolved_ty_args: ty::Tys<'cx>, )
crates/checker/src/check/create_ty.rs:95
↓ 3 callersMethodcreate_parameter_declaration
( &mut self, span: Span, modifiers: Option<&'cx ast::Modifiers<'cx>>, dotdotdo
crates/ast_factory/src/lib.rs:1455
↓ 3 callersMethodcreate_reduced_label
( &mut self, target: FlowID, antecedents: Vec<FlowID>, antecedent: FlowID,
crates/binder/src/flow.rs:172
↓ 3 callersMethodcreate_reference_type
( &mut self, span: Span, name: &'cx ast::EntityName<'cx>, type_arguments: Opti
crates/ast_factory/src/lib.rs:1219
↓ 3 callersMethodcreate_sig_instantiation
( &mut self, sig: &'cx ty::Sig<'cx>, ty_args: Option<ty::Tys<'cx>>, )
crates/checker/src/check/instantiate.rs:1126
↓ 3 callersMethodcreate_type_parameter
( &mut self, span: Span, const_modifier: Option<Span>, name: &'cx ast::Ident,
crates/ast_factory/src/lib.rs:1051
↓ 3 callersMethodcreate_type_predicate
( &mut self, span: Span, asserts: Option<Span>, name: ast::PredTyName<'cx>,
crates/ast_factory/src/lib.rs:1074
↓ 3 callersMethoddecls
(&self)
crates/optimize/src/ir/nodes.rs:4146
↓ 3 callersMethoddeleteProperty
* A trap for the `delete` operator. * @param target The original object which is being proxied. * @param p The name or `Symbol` of the prope
crates/libs/src/declared_file/lib.es2015.proxy.d.ts:44
↓ 3 callersMethoddo_inside_of_node_flags
( &mut self, flags: NodeFlags, f: impl FnOnce(&mut Self) -> T, )
crates/parser/src/state.rs:459
↓ 3 callersMethoddo_with_cond_branch
( &mut self, f: impl FnOnce(&mut Self, T), value: T, true_target: FlowID,
crates/binder/src/bind_children.rs:255
↓ 3 callersMethodelaborate_element_wise
( &mut self, node: &[Elaboration<'cx>], source: &'cx ty::Ty<'cx>, target: &'cx
crates/checker/src/check/elaborate_error.rs:346
↓ 3 callersMethodelaborate_error
( &mut self, node: Option<ast::NodeID>, source: &'cx ty::Ty<'cx>, target: &'cx
crates/checker/src/check/elaborate_error.rs:20
↓ 3 callersMethodemit_as_string
(&mut self, val: Atom)
crates/optimize/src/emit/mod.rs:227
↓ 3 callersMethodemit_basic_block
(&mut self, graph: ir::GraphID, id: ir::BasicBlockID)
crates/optimize/src/emit/mod.rs:103
↓ 3 callersMethodemit_basic_block_with_brace
(&mut self, graph: ir::GraphID, id: ir::BasicBlockID)
crates/optimize/src/emit/mod.rs:113
↓ 3 callersMethodemit_bigint_lit
(&mut self, n: ir::BigIntLitID)
crates/optimize/src/emit/mod.rs:1452
↓ 3 callersMethodemit_for_init
(&mut self, n: &'ir ir::ForInit)
crates/optimize/src/emit/mod.rs:1324
↓ 3 callersMethodemit_jsx_elem
(&mut self, elem: ir::JsxElemID)
crates/optimize/src/emit/mod.rs:1798
↓ 3 callersMethodemit_jsx_frag
(&mut self, n: ir::JsxFragID)
crates/optimize/src/emit/mod.rs:1782
↓ 3 callersMethodemit_jsx_self_closing_ele
(&mut self, n: ir::JsxSelfClosingElemID)
crates/optimize/src/emit/mod.rs:1789
↓ 3 callersMethodemit_jsx_tag_name
(&mut self, n: ir::JsxTagName)
crates/optimize/src/emit/mod.rs:1699
↓ 3 callersMethodemit_ret_ty
(&mut self, ty: Option<&'cx ast::Ty<'cx>>)
crates/compiler/src/emit_declaration.rs:78
↓ 3 callersMethodemit_type_arguments
(&mut self, n: Option<&'cx ast::Tys<'cx>>)
crates/compiler/src/emit_declaration.rs:117
↓ 3 callersFunctionendsWith
(input: Input, end: End)
tests/compiler/fest/index.ts:1275
↓ 3 callersMethodenum_number_index_info
(&self)
crates/checker/src/check/mod.rs:7021
↓ 3 callersMethodexports_of_symbol
TODO: return `Option<&'cx SymbolTable>`
crates/checker/src/check/symbol_info.rs:87
↓ 3 callersMethodextends
(&self)
crates/optimize/src/ir/nodes.rs:2539
↓ 3 callersFunctionf
(x: B)
tests/compiler/omitTypeHelperModifiers01/index.ts:15
↓ 3 callersFunctionf
(a)
tests/compiler/contextualTypeFunctionObjectPropertyIntersection/index.ts:105
↓ 3 callersFunctionf
(p: <T>(x: T) => void)
tests/compiler/genericFunctionHasFreshTypeArgs/index.ts:3
↓ 3 callersFunctionf
()
tests/compiler/contextualSignatureInstantiationWithTypeParameterConstrainedToOuterTypeParameter/index.ts:3
↓ 3 callersFunctionf
(arr: T[], elemnt: T)
tests/compiler/undefinedInferentialTyping/index.ts:3
↓ 3 callersFunctionf
()
tests/compiler/callWithWrongNumberOfTypeArguments/index.ts:3
↓ 3 callersFunctionf
(a)
tests/compiler/overloadOnGenericClassAndNonGenericClass/index.ts:11
↓ 3 callersFunctionf
(x)
tests/compiler/contextualTypingOfObjectLiterals/output/index.js:7
↓ 3 callersFunctionf
(y: T, f: (x: T) => U, x: T)
tests/compiler/typeParameterFixingWithContextSensitiveArguments/index.ts:7
↓ 3 callersFunctionf
(y, f, x)
tests/compiler/typeParameterFixingWithContextSensitiveArguments/output/index.js:1
↓ 3 callersFunctionf
()
tests/compiler/avoid/index.ts:6
↓ 3 callersFunctionf
()
tests/compiler/avoid/output/index.js:1
↓ 3 callersFunctionf1
(movableNodeSimplifiedPass: MovableNodeSimplifiedPass)
tests/compiler/fest/index.ts:403
↓ 3 callersFunctionf1
(a, b = 0, c)
tests/compiler/requiredInitializedParameter1/index.ts:3
↓ 3 callersFunctionf2
(a, b = 0, c = 0)
tests/compiler/requiredInitializedParameter1/index.ts:4
↓ 3 callersFunctionf2
(args: Foo)
tests/compiler/contextualTypingOfObjectLiterals2/index.ts:6
↓ 3 callersFunctionf3
()
tests/compiler/functionReturn/index.ts:9
↓ 3 callersFunctionf3
(a, b = 0, c?)
tests/compiler/requiredInitializedParameter1/index.ts:5
↓ 3 callersFunctionf4
(a, b = 0, ...c)
tests/compiler/requiredInitializedParameter1/index.ts:6
↓ 3 callersFunctionfar
()
tests/compiler/functionCall2/index.ts:19
↓ 3 callersMethodfind_applicable_index_info
( &mut self, index_infos: &'cx [&'cx ty::IndexInfo<'cx>], key_ty: &'cx ty::Ty<'cx>,
crates/checker/src/check/index_info.rs:297
↓ 3 callersMethodfind_ctor_decl
(&self)
crates/ast/src/trait/class_like.rs:10
↓ 3 callersMethodflatten
()
tests/compiler/genericInterfaceImplementation/index.ts:6
↓ 3 callersFunctionfn
()
tests/compiler/assignmentToFunction/index.ts:3
↓ 3 callersFunctionfn
(arg: typeof MyClass)
tests/compiler/mappedTypePartialConstraints/index.ts:13
↓ 3 callersFunctionfoo
(bar:any)
tests/compiler/functionOverloads31/index.ts:5
↓ 3 callersFunctionfoo
(bar)
tests/compiler/functionOverloads31/output/index.js:1
↓ 3 callersFunctionfoo
(bar?: string)
tests/compiler/functionOverloads/index.ts:5
↓ 3 callersFunctionfoo
(test: string)
tests/compiler/assignmentCompatBug3/index.ts:23
↓ 3 callersFunctionfoo
(bar:{a:any;}[])
tests/compiler/functionOverloads42/index.ts:5
↓ 3 callersFunctionfoo
()
tests/compiler/es6ModuleFunctionDeclaration/index.ts:4
↓ 3 callersFunctionfoo
()
tests/compiler/es6ModuleFunctionDeclaration/output/index.js:1
↓ 3 callersFunctionfoo
(key: Key)
tests/compiler/localImportNameVsGlobalName/index.ts:12
↓ 3 callersFunctionfoo
(key)
tests/compiler/localImportNameVsGlobalName/output/index.js:20
↓ 3 callersFunctionfoo
(bar:{a:any;}[])
tests/compiler/functionOverloads39/index.ts:5
↓ 3 callersFunctionfoo
(p: string[])
tests/compiler/circularInferredTypeOfVariable/index.ts:6
↓ 3 callersFunctionfoo
(bar:{a:any;})
tests/compiler/functionOverloads36/index.ts:5
↓ 3 callersFunctionfoo
(bar:any)
tests/compiler/functionOverloads33/index.ts:5
↓ 3 callersFunctionfoo
(bar)
tests/compiler/functionOverloads33/output/index.js:1
↓ 3 callersMethodfoo
(x: T)
tests/compiler/genericTypeWithMultipleBases3/index.ts:5
↓ 3 callersMethodfoo
()
tests/compiler/cloduleWithPriorInstantiatedModule/index.ts:9
↓ 3 callersFunctionfoo2
(x)
tests/compiler/capturedLetConstInLoop2/index.ts:31
↓ 3 callersFunctionfoo2
()
tests/compiler/es6ModuleFunctionDeclaration/index.ts:6
↓ 3 callersFunctionfoo2
()
tests/compiler/es6ModuleFunctionDeclaration/output/index.js:2
↓ 3 callersFunctionfoo3
(test: T)
tests/compiler/genericFunctionSpecializations1/index.ts:4
↓ 3 callersMethodfor_each_mapped_ty_prop_key_ty_and_index_sig_key_ty
( &mut self, ty: &'cx ty::Ty<'cx>, include: TypeFlags, string_only: bool,
crates/checker/src/check/mod.rs:5664
↓ 3 callersFunctiong
(array: number[], ...args)
tests/compiler/inferTypeArgumentsInSignatureWithRestParameters/index.ts:7
↓ 3 callersFunctiong
(x)
tests/compiler/genericCallWithFixedArguments/index.ts:6
↓ 3 callersMethodgetElementById
(elementId: string)
tests/compiler/genericMethodOverspecialization/index.ts:12
↓ 3 callersFunctiongetId
(options?: {asString: AsString})
tests/compiler/fest/index.ts:964
↓ 3 callersMethodgetNumber
()
tests/compiler/inferParameterWithMethodCallInitializer/index.ts:9
↓ 3 callersMethodgetNumber
()
tests/compiler/inferParameterWithMethodCallInitializer/output/index.js:5
↓ 3 callersFunctiongetProperty3
(obj: T, key: K)
tests/compiler/extractInferenceImprovement/index.ts:10
↓ 3 callersMethodget_applicable_index_infos
( &mut self, ty: &'cx ty::Ty<'cx>, prop_name_ty: &'cx ty::Ty<'cx>, )
crates/checker/src/check/mod.rs:1283
↓ 3 callersMethodget_async_from_sync_iteration_tys
( &mut self, tys: &'cx ty::IterationTys<'cx>, error_node: Option<ast::NodeID>, )
crates/checker/src/check/get_iteration_tys.rs:907
↓ 3 callersMethodget_base_ty_of_enum_like_ty_worker
( &mut self, ty: &'cx ty::Ty<'cx>, )
crates/checker/src/check/get_base_ty.rs:26
↓ 3 callersMethodget_base_type_node_of_class
( &self, i: &'cx ty::Ty<'cx>, )
crates/checker/src/check/resolve_structured_member.rs:324
↓ 3 callersMethodget_basic_block
(&self, id: BasicBlockID)
crates/optimize/src/ir/graph.rs:33
↓ 3 callersMethodget_constituent_count_of_tys
(&self, tys: &[&'cx ty::Ty<'cx>])
crates/checker/src/check/create_ty.rs:1519
↓ 3 callersMethodget_constraint_decl
( &self, ty_param: &'cx ty::Ty<'cx>, )
crates/checker/src/check/check_ty_refer_ty_or_import.rs:117
↓ 3 callersMethodget_constraint_from_cond_ty
( &mut self, ty: &'cx ty::Ty<'cx>, )
crates/checker/src/check/check_ty_refer_ty_or_import.rs:281
↓ 3 callersMethodget_contextual_ret_ty
( &mut self, id: ast::NodeID, flags: Option<ContextFlags>, )
crates/checker/src/check/get_contextual.rs:373
↓ 3 callersMethodget_contextual_sig_for_fn_like_decl
( &mut self, id: ast::NodeID, )
crates/checker/src/check/get_contextual.rs:1380
↓ 3 callersMethodget_contextual_ty_for_element_expr
( &mut self, ty: Option<&'cx ty::Ty<'cx>>, index: usize, length: Option<usize>
crates/checker/src/check/get_contextual.rs:602
↓ 3 callersMethodget_contextual_type_for_object_literal_element
( &mut self, element: &'cx impl ast::r#trait::ObjectLitElementLike<'cx>, context_flags
crates/checker/src/check/get_contextual.rs:299
↓ 3 callersMethodget_default_constraint_of_cond_ty
( &mut self, cond_ty: &'cx ty::CondTy<'cx>, )
crates/checker/src/check/get_cond_ty_info.rs:79
↓ 3 callersMethodget_effective_ty_args
( &mut self, id: ast::NodeID, ty_params: ty::Tys<'cx>, )
crates/checker/src/check/get_effective_node.rs:102
↓ 3 callersMethodget_effects_sig
(&mut self, node: ast::NodeID)
crates/checker/src/check/get_sig.rs:411
↓ 3 callersMethodget_evolving_array_ty
( &mut self, element_ty: &'cx ty::Ty<'cx>, )
crates/checker/src/check/create_ty.rs:2243
↓ 3 callersMethodget_first_identifier
(&self)
crates/ast/src/ty.rs:706
← previousnext →1,101–1,200 of 11,164, ranked by callers