Home
last modified time | relevance | path

Searched refs:isFunctionParam (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/component_bridges/
H A Dvalue_for_type_node.ts20 export const valueForTypeNode = (node: ts.TypeNode, isFunctionParam: boolean = false): string => {
28 return valueForTypeNode(node.typeArguments[0], isFunctionParam);
36 return valueForTypeNode(arrayNode, isFunctionParam);
118 const parts = node.types.map(n => valueForTypeNode(n, isFunctionParam));
167 … value: requiredOptionalFlag + valueForTypeNode(member.type, isFunctionParam),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/component_bridges/
H A Dvalue_for_type_node.ts17 export const valueForTypeNode = (node: ts.TypeNode, isFunctionParam: boolean = false): string => {
61 return isFunctionParam ? `?${value}` : `!${value}|null`;
64 const parts = node.types.map(n => valueForTypeNode(n, isFunctionParam));
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go318 if isFunctionParam(obj, node) {
351 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go333 if isFunctionParam(obj, node) {
366 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go333 if isFunctionParam(obj, node) {
366 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go318 if isFunctionParam(obj, node) {
351 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go333 if isFunctionParam(obj, node) {
366 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go333 if isFunctionParam(obj, node) {
366 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go318 if isFunctionParam(obj, node) {
351 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go333 if isFunctionParam(obj, node) {
366 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/lsp/source/
H A Dhover.go318 if isFunctionParam(obj, node) {
351 func isFunctionParam(obj types.Object, node *ast.FuncDecl) bool { func