MCPcopy Create free account

hub / github.com/ThakeeNathees/pocketlang / functions

Functions635 in github.com/ThakeeNathees/pocketlang

Function_ctorRange
src/core/core.c:947
Function_ctorString
src/core/core.c:922
Function_deleteDummy
src/libs/std_dummy.c:24
Function_deleteVec
Native instance de-allocatoion callback.
tests/native/example2.c:54
Function_fileDelete
src/libs/std_io.c:113
Function_fileNew
src/libs/std_io.c:104
Function_newDummy
src/libs/std_dummy.c:17
Function_newVec
Native instance allocation callback.
tests/native/example2.c:46
Function_termEventDelete
src/libs/std_term.c:41
Function_termEventNew
src/libs/std_term.c:35
Function_vecAdd
Vec2 '+' operator method.
tests/native/example2.c:102
Function_vecGetter
tests/native/example2.c:58
Function_vecInit
tests/native/example2.c:91
Function_vecSetter
tests/native/example2.c:75
Function_vecStr
tests/native/example2.c:124
Function_vectorDelete
src/libs/std_types.c:230
Function_vectorNew
src/libs/std_types.c:224
Functionargparse_describe
cli/argparse.h:380
Functionargparse_help_cb
cli/argparse.h:549
FunctioncFunction
tests/native/example1.c:22
Methodconstructor
(e)
docs/static/highlight.js/highlight.min.js:12
Methodconstructor
(e,n)
docs/static/highlight.js/highlight.min.js:18
Methodconstructor
()
docs/static/highlight.js/highlight.min.js:26
Methodconstructor
(e)
docs/static/highlight.js/highlight.min.js:37
Methodconstructor
()
docs/static/highlight.js/highlight.min.js:125
Methodconstructor
(e,n)
docs/static/highlight.js/highlight.min.js:171
FunctiondefaultRealloc
The default allocator that will be used to initialize the vm's configuration if the host doesn't provided any allocators for us.
src/core/public.c:1087
Functiondestroy
()
docs/static/codejar/codejar.js:417
FunctiondoubleToVar
src/core/value.c:273
Methodexec
(e)
docs/static/highlight.js/highlight.min.js:141
FunctionexprAnd
src/core/compiler.c:2046
FunctionexprAttrib
src/core/compiler.c:2160
FunctionexprBinaryOp
src/core/compiler.c:2054
FunctionexprCall
src/core/compiler.c:2156
FunctionexprFunction
src/core/compiler.c:1892
FunctionexprGrouping
src/core/compiler.c:2106
FunctionexprInterpolation
Consider the bellow string. "Hello $name!" This will be compiled as: list_join(["Hello ", name, "!"])
src/core/compiler.c:1843
FunctionexprList
src/core/compiler.c:2113
FunctionexprMap
src/core/compiler.c:2136
FunctionexprOr
src/core/compiler.c:2038
FunctionexprSelf
src/core/compiler.c:2236
FunctionexprSubscript
src/core/compiler.c:2201
FunctionexprSuper
src/core/compiler.c:2257
FunctionexprUnaryOp
src/core/compiler.c:2091
FunctionexprValue
src/core/compiler.c:2225
FunctionfiberHasError
src/core/value.c:1129
Functionhello
tests/native/dl/mylib.c:4
Functionif
src/core/vm.c:1233
FunctioninitializeBuiltinFN
src/core/core.c:682
FunctionloadScript
src/core/public.c:1121
Functionlog
(*msg)
scripts/amalgamate.py:67
Functionmain
cli/main.c:66
Functionmain
tests/native/example1.c:38
Functionmain
tests/native/example0.c:8
Functionmain
tests/native/example2.c:151
FunctionmarkStringBuffer
src/core/value.c:96
FunctiononDocsifyReady
()
docs/static/main.js:40
FunctiononUpdate
(cb)
docs/static/codejar/codejar.js:410
MethodopenNode
(e)
docs/static/highlight.js/highlight.min.js:29
FunctionosImportDL
src/libs/std_os.c:91
FunctionosLoadDL
src/libs/std_os.c:73
FunctionosUnloadDL
src/libs/std_os.c:99
FunctionpathMtime
src/libs/std_path.c:208
FunctionpathResolveImport
Implementation of pocketlang import path resolving function.
src/libs/std_path.c:140
FunctionpkAddSearchPath
tests/native/dl/pknative.c:218
FunctionpkCallFunction
tests/native/dl/pknative.c:406
FunctionpkCallMethod
tests/native/dl/pknative.c:410
FunctionpkCheckArgcRange
tests/native/dl/pknative.c:278
FunctionpkClassAddMethod
src/core/public.c:283
FunctionpkExportModule
tests/native/dl/mylib.c:8
FunctionpkGetArgc
tests/native/dl/pknative.c:274
FunctionpkGetAttribute
tests/native/dl/pknative.c:414
FunctionpkGetSlotBool
tests/native/dl/pknative.c:322
FunctionpkGetSlotHandle
src/core/public.c:762
FunctionpkGetSlotHandle
tests/native/dl/pknative.c:334
FunctionpkGetSlotHash
src/core/public.c:829
FunctionpkGetSlotHash
tests/native/dl/pknative.c:366
FunctionpkGetSlotNumber
src/core/public.c:745
FunctionpkGetSlotNumber
tests/native/dl/pknative.c:326
FunctionpkGetSlotType
tests/native/dl/pknative.c:318
FunctionpkGetSlotsCount
tests/native/dl/pknative.c:314
FunctionpkGetUserData
src/core/public.c:181
FunctionpkGetUserData
tests/native/dl/pknative.c:210
FunctionpkImportModule
tests/native/dl/pknative.c:422
FunctionpkInitApi
tests/native/dl/pknative.c:133
FunctionpkIsSlotInstanceOf
src/core/public.c:712
FunctionpkIsSlotInstanceOf
tests/native/dl/pknative.c:306
FunctionpkListInsert
tests/native/dl/pknative.c:394
FunctionpkListLength
src/core/public.c:960
FunctionpkListLength
tests/native/dl/pknative.c:402
FunctionpkListPop
src/core/public.c:941
FunctionpkListPop
tests/native/dl/pknative.c:398
FunctionpkModuleAddFunction
src/core/public.c:247
FunctionpkModuleAddSource
tests/native/dl/pknative.c:250
FunctionpkNewConfiguration
tests/native/dl/pknative.c:194
FunctionpkNewList
tests/native/dl/pknative.c:386
FunctionpkNewMap
src/core/public.c:916
FunctionpkNewMap
tests/native/dl/pknative.c:390
FunctionpkNewRange
src/core/public.c:902
FunctionpkNewRange
tests/native/dl/pknative.c:382
← previousnext →501–600 of 635, ranked by callers