MCPcopy Create free account

hub / github.com/abaplint/transpiler / functions

Functions1,239 in github.com/abaplint/transpiler

↓ 10 callersFunctionrun
(contents: string)
test/statements/concatenate.ts:7
↓ 10 callersFunctionrun
(contents: string)
test/builtin/escape.ts:7
↓ 9 callersMethodadd
(data: string)
packages/runtime/src/console/console.ts:3
↓ 9 callersMethoddeleteIndex
index = javascript indexed
packages/runtime/src/types/table.ts:544
↓ 9 callersFunctionrun
(contents: string)
test/types/numeric.ts:7
↓ 9 callersFunctionrun
(contents: string)
test/types/date.ts:7
↓ 9 callersFunctionrun
(contents: string)
test/statements/create_object.ts:7
↓ 9 callersFunctionrun
(contents: string)
test/statements/translate.ts:7
↓ 9 callersFunctionrun
(contents: string)
test/operators/binary.ts:7
↓ 8 callersMethodbuildInternalName
(name: string, def: abaplint.IClassDefinition | abaplint.IInterfaceDefinition | undefined)
packages/transpiler/src/traversal.ts:948
↓ 8 callersMethoddefaultDB
()
packages/runtime/src/context.ts:16
↓ 8 callersMethodget
()
packages/runtime/src/types/structure.ts:138
↓ 8 callersMethodgetArrayLength
()
packages/runtime/src/types/table.ts:64
↓ 8 callersMethodgetRowType
()
packages/runtime/src/types/table.ts:63
↓ 8 callersFunctionrun
(contents: string)
test/statements/set_bit.ts:7
↓ 8 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/statements/data.ts:7
↓ 8 callersFunctionrun
(contents: string)
test/statements/get_reference.ts:7
↓ 8 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/statements/message.ts:8
↓ 8 callersFunctionrun
(contents: string)
test/operators/eq.ts:7
↓ 8 callersMethodtoType
(type: abaplint.AbstractType)
packages/transpiler/src/transpile_types.ts:34
↓ 7 callersMethodconcat
(node: Nodes.ExpressionNode, traversal: Traversal)
packages/transpiler/src/expressions/component_chain.ts:20
↓ 7 callersMethoddeclare
(t: abaplint.TypedIdentifier)
packages/transpiler/src/transpile_types.ts:8
↓ 7 callersMethodfind
(obj: abaplint.ABAPObject, _node: abaplint.ISpaghettiScopeNode, filename: string)
packages/transpiler/src/requires.ts:12
↓ 7 callersMethodgetClassDefinition
(token: abaplint.Token)
packages/transpiler/src/traversal.ts:158
↓ 7 callersFunctionrun
(contents: string)
test/keywords.ts:8
↓ 7 callersFunctionrun
(contents: string)
test/types/decfloat34.ts:7
↓ 7 callersFunctionrun
(contents: string)
test/operators/mod.ts:7
↓ 7 callersFunctionrun
(contents: string)
test/builtin/count.ts:7
↓ 7 callersFunctionrun
(contents: string)
test/builtin/translate.ts:7
↓ 7 callersFunctionrun
(contents: string)
test/builtin/to_mixed.ts:7
↓ 6 callersMethodconnect
(pool?: pg.Pool)
packages/database-pg/src/index.ts:31
↓ 6 callersMethodconnect
()
packages/runtime/src/db/db.ts:46
↓ 6 callersMethodescapeRegExp
(text: string)
packages/runtime/src/abap_regex.ts:25
↓ 6 callersMethodgetHeader
()
packages/runtime/src/types/table.ts:67
↓ 6 callersFunctionhexToBinary
(input: Hex | XString)
packages/runtime/src/compare/m.ts:3
↓ 6 callersFunctionrun
(contents: string)
test/statements/sort.ts:7
↓ 6 callersFunctionrun
(contents: string)
test/statements/modify_internal.ts:7
↓ 6 callersFunctionrun
(contents: string)
test/statements/define.ts:7
↓ 6 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/expressions/reduce.ts:7
↓ 6 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/expressions/filter.ts:7
↓ 6 callersFunctionrun
(contents: string)
test/builtin/substring_before.ts:7
↓ 6 callersMethodrun
(options?: ITranspilerOptions | undefined)
packages/transpiler/src/db/index.ts:23
↓ 6 callersMethodsort
(compareFn: (a: TableRowType, b: TableRowType) => number)
packages/runtime/src/types/table.ts:602
↓ 5 callersFunctionadd
(left: INumeric | ICharacter | string | number | Float | Integer | Hex | FieldSymbol, righ
packages/runtime/src/operators/add.ts:11
↓ 5 callersMethoddelete
(options: DeleteDatabaseOptions)
packages/runtime/src/db/db.ts:58
↓ 5 callersFunctiondump
(node: abaplint.INode)
packages/transpiler/test/rearranger.ts:18
↓ 5 callersMethodfindMethodReference
(token: abaplint.Token, scope: abaplint.ISpaghettiScopeNode | undefined)
packages/transpiler/src/traversal.ts:390
↓ 5 callersMethodgetPointer
()
packages/runtime/src/types/data_reference.ts:44
↓ 5 callersFunctiongt
( left: number | string | ICharacter | INumeric | ABAPObject | Structure | Table | HashedTable | Integer8,
packages/runtime/src/compare/gt.ts:8
↓ 5 callersMethodisAssigned
()
packages/runtime/src/types/field_symbol.ts:50
↓ 5 callersFunctionreadTable
(table: Table | HashedTable | FieldSymbol, options?: IReadTableOptions)
packages/runtime/src/statements/read_table.ts:124
↓ 5 callersFunctionrun
(abap: string)
packages/transpiler/test/rearranger.ts:6
↓ 5 callersFunctionrun
(contents: string)
test/statements/unpack.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/statements/clear.ts:7
↓ 5 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/statements/raise.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/statements/constants.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/statements/do.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/operators/supplied.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/operators/cs.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/operators/in.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/code_structure/classic_exceptions.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/code_structure/events.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/code_structure/list_events.ts:7
↓ 5 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/expressions/new.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/builtin/substring_after.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/builtin/round.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/builtin/matches.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/builtin/shift_left.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/builtin/condense.ts:7
↓ 5 callersFunctionrun
(contents: string)
test/builtin/builtin.ts:7
↓ 5 callersMethodset
(total: number, text: string)
packages/transpiler/src/types.ts:34
↓ 5 callersMethodset
(value: INumeric | ICharacter | Hex | string | number)
packages/runtime/src/types/float.ts:42
↓ 5 callersMethodsetValues
(identifier: abaplint.TypedIdentifier, name: string)
packages/transpiler/src/traversal.ts:899
↓ 4 callersFunctionbuildDbTableName
(table: string)
packages/runtime/src/prefix.ts:5
↓ 4 callersFunctiondereference
(input: string | ICharacter | FieldSymbol | undefined)
packages/runtime/src/builtin/replace.ts:18
↓ 4 callersMethoddisconnect
()
packages/runtime/src/db/db.ts:47
↓ 4 callersMethodescape
(str: string)
packages/transpiler/src/expressions/constant.ts:102
↓ 4 callersFunctionescapeNamespaceFilename
(filename: string)
packages/transpiler/src/initialization.ts:6
↓ 4 callersFunctionge
(left: number | string | ICharacter | INumeric, right: number | string | ICharacter | INumeric)
packages/runtime/src/compare/ge.ts:5
↓ 4 callersMethodgetInternalID
()
packages/runtime/src/types/abap_object.ts:24
↓ 4 callersMethodgetMap
(generatedFilename: string)
packages/transpiler/src/chunk.ts:153
↓ 4 callersMethodgetRowType
()
packages/runtime/src/types/table.ts:306
↓ 4 callersFunctioninsertInternal
(options: IInsertInternalOptions)
packages/runtime/src/statements/insert_internal.ts:22
↓ 4 callersFunctionisIntegerCharacter
(value: String | Character)
packages/runtime/src/operators/add.ts:7
↓ 4 callersMethodisInterfaceAttribute
(token: abaplint.Token)
packages/transpiler/src/traversal.ts:454
↓ 4 callersMethodprefixAndName
(t: abaplint.Token, filename?: string)
packages/transpiler/src/traversal.ts:209
↓ 4 callersMethodreset
()
packages/transpiler/src/unique_identifier.ts:5
↓ 4 callersFunctionrun
(contents: string)
test/types/field_symbol.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/types/char.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/statements/get_bit.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/statements/condense.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/statements/get_time.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/statements/move_corresponding.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/operators/ca.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/operators/ne.ts:7
↓ 4 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/expressions/switch.ts:7
↓ 4 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/expressions/cond.ts:7
↓ 4 callersFunctionrun
(contents: string, skipVersionCheck = false)
test/expressions/corresponding.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/builtin/strlen.ts:7
↓ 4 callersFunctionrun
(contents: string)
test/builtin/contains.ts:7
← previousnext →101–200 of 1,239, ranked by callers