MCPcopy Create free account

hub / github.com/ThakeeNathees/pocketlang / functions

Functions635 in github.com/ThakeeNathees/pocketlang

↓ 1 callersFunctionpkPlaceSelf
src/core/public.c:1048
↓ 1 callersFunctionpkPlaceSelf
tests/native/dl/pknative.c:370
↓ 1 callersFunctionpkRegisterBuiltinFn
src/core/public.c:189
↓ 1 callersFunctionpkReserveSlots
tests/native/dl/pknative.c:310
↓ 1 callersFunctionpkRunFile
src/core/public.c:368
↓ 1 callersFunctionpkRunFile
tests/native/dl/pknative.c:258
↓ 1 callersFunctionpkRunREPL
src/core/public.c:470
↓ 1 callersFunctionpkSetSlotNull
src/core/public.c:783
↓ 1 callersFunctionpkSetSlotString
tests/native/dl/pknative.c:354
↓ 1 callersFunctionpkValidateSlotInstanceOf
tests/native/dl/pknative.c:302
↓ 1 callersFunctionpkValidateSlotType
src/core/public.c:685
↓ 1 callersFunctionpopMarkedObjects
src/core/value.c:266
↓ 1 callersFunctionpopMarkedObjectsInternal
src/core/value.c:110
↓ 1 callersFunctionprefix_cmp
cli/argparse.h:180
↓ 1 callersFunctionprint_success
(msg)
scripts/run_tests.py:132
↓ 1 callersFunctionprint_title
(title)
scripts/run_tests.py:141
↓ 1 callersFunctionprint_title
(title)
scripts/run_benchmarks.py:233
↓ 1 callersFunctionrangeAsList
src/core/value.c:568
↓ 1 callersFunctionregisterLibs
Registers the modules.
src/libs/libs.c:26
↓ 1 callersFunctionregisterModuleDummy
src/libs/std_dummy.c:160
↓ 1 callersFunctionregisterModuleIO
src/libs/std_io.c:472
↓ 1 callersFunctionregisterModuleJson
src/libs/std_json.c:225
↓ 1 callersFunctionregisterModuleMath
src/libs/std_math.c:217
↓ 1 callersFunctionregisterModuleOS
src/libs/std_os.c:314
↓ 1 callersFunctionregisterModulePath
src/libs/std_path.c:452
↓ 1 callersFunctionregisterModuleTerm
src/libs/std_term.c:272
↓ 1 callersFunctionregisterModuleTime
src/libs/std_time.c:54
↓ 1 callersFunctionregisterModuleTypes
src/libs/std_types.c:314
↓ 1 callersFunctionregisterVector
Register the 'Vector' module and it's functions.
tests/native/example2.c:130
↓ 1 callersFunctionreportCompileTimeError
src/core/debug.c:27
↓ 1 callersFunctionreportRuntimeError
src/core/debug.c:217
↓ 1 callersFunctionresolveError
Error caused when trying to resolve forward names (maybe more in the future), Which will be called once after compiling the module and thus we need to
src/core/compiler.c:646
↓ 1 callersMethodresumingScanAtSamePosition
()
docs/static/highlight.js/highlight.min.js:139
↓ 1 callersFunctionreuseCallFrame
src/core/vm.c:637
↓ 1 callersFunctionreverse
(list)
tests/benchmarks/list/list.js:1
↓ 1 callersFunctionreverse_list
(list)
tests/benchmarks/list/list.py:4
↓ 1 callersFunctionreverse_list
(list)
tests/benchmarks/list/list.rb:2
↓ 1 callersFunctionrun_all_tests
()
scripts/run_tests.py:65
↓ 1 callersFunctionrun_command
(command)
scripts/run_tests.py:103
↓ 1 callersFunctionrun_test_file
(pocket, test, path)
scripts/run_tests.py:75
↓ 1 callersFunctionskipLineComment
Read and ignore chars till it reach new line or EOF.
src/core/compiler.c:973
↓ 1 callersMethodspan
(e)
docs/static/highlight.js/highlight.min.js:25
↓ 1 callersFunctionstringLower
src/core/value.c:584
↓ 1 callersFunctionstringReplace
src/core/value.c:659
↓ 1 callersFunctionstringSplit
src/core/value.c:750
↓ 1 callersFunctionstringStrip
src/core/value.c:627
↓ 1 callersFunctionstringUpper
src/core/value.c:606
↓ 1 callersMethodtoHTML
()
docs/static/highlight.js/highlight.min.js:40
↓ 1 callersFunctiontoString
src/core/value.c:1788
↓ 1 callersFunctiontoggleTheme
()
docs/static/main.js:18
↓ 1 callersFunctionue
(e,n,t)
docs/static/highlight.js/highlight.min.js:320
↓ 1 callersFunctionupdate_interpreters
()
scripts/run_benchmarks.py:84
↓ 1 callersFunctionutilDoubleFromBits
Function implementation, see utils.h for description.
src/core/utils.c:92
↓ 1 callersFunctionutilIsSpace
src/core/utils.c:29
↓ 1 callersFunctionutilToNumber
src/core/utils.c:138
↓ 1 callersFunctionvalidateCond
Check if the [condition] is true. If not, it'll set an error and return false.
src/core/core.c:99
↓ 1 callersMethodvalue
()
docs/static/highlight.js/highlight.min.js:25
↓ 1 callersFunctionvarAdd
src/core/core.c:1695
↓ 1 callersFunctionvarBitAnd
src/core/core.c:1812
↓ 1 callersFunctionvarBitLshift
src/core/core.c:1833
↓ 1 callersFunctionvarBitNot
src/core/core.c:1687
↓ 1 callersFunctionvarBitOr
src/core/core.c:1819
↓ 1 callersFunctionvarBitRshift
src/core/core.c:1840
↓ 1 callersFunctionvarBitXor
src/core/core.c:1826
↓ 1 callersFunctionvarContains
src/core/core.c:1893
↓ 1 callersFunctionvarDivide
src/core/core.c:1791
↓ 1 callersFunctionvarExponent
src/core/core.c:1798
↓ 1 callersFunctionvarModulo
src/core/core.c:1733
↓ 1 callersFunctionvarMultiply
src/core/core.c:1760
↓ 1 callersFunctionvarNegative
src/core/core.c:1675
↓ 1 callersFunctionvarNot
src/core/core.c:1682
↓ 1 callersFunctionvarOpRange
src/core/core.c:1869
↓ 1 callersFunctionvarPositive
src/core/core.c:1668
↓ 1 callersFunctionvarSubtract
src/core/core.c:1753
↓ 1 callersFunctionvarsetSubscript
src/core/core.c:2428
↓ 1 callersFunctionvmGetModule
src/core/vm.c:75
↓ 1 callersFunctionvmImportModule
Import and return the Module object with the [path] string. If the path starts with with './' or '../' we'll only try relative imports, otherwise we'l
src/core/vm.c:447
↓ 1 callersFunctionvmSwitchFiber
src/core/vm.c:233
↓ 1 callersFunctionvmUnloadDlHandle
src/core/vm.c:403
↓ 1 callersFunctionvmYieldFiber
src/core/vm.c:269
↓ 1 callersMethodwalk
(e)
docs/static/highlight.js/highlight.min.js:33
Function$
(e,n)
docs/static/highlight.js/highlight.min.js:91
FunctionB
(e,n)
docs/static/highlight.js/highlight.min.js:88
FunctionCodeJar
(editor, highlight, opt = {})
docs/static/codejar/codejar.js:2
FunctionD
(e,n)
docs/static/highlight.js/highlight.min.js:83
FunctionF
(e,n)
docs/static/highlight.js/highlight.min.js:92
FunctionI
(e,n)
docs/static/highlight.js/highlight.min.js:84
FunctionL
(e,n)
docs/static/highlight.js/highlight.min.js:87
FunctionR
(e,n)
docs/static/highlight.js/highlight.min.js:82
FunctionW
(e)
docs/static/highlight.js/highlight.min.js:109
Function_bytebuffDelete
src/libs/std_types.c:55
Function_bytebuffNew
src/libs/std_types.c:49
Function_callUnaryOpMethod
Calls a unary operator overload method. If the method does not exists it'll return false, otherwise it'll call the method and return true. If any erro
src/core/core.c:225
Method_collapse
(e)
docs/static/highlight.js/highlight.min.js:35
Function_ctorBool
src/core/core.c:900
Function_ctorFiber
src/core/core.c:955
Function_ctorList
src/core/core.c:933
Function_ctorMap
src/core/core.c:943
Function_ctorNull
src/core/core.c:896
Function_ctorNumber
src/core/core.c:904
← previousnext →401–500 of 635, ranked by callers