wren-port ~master (2021-12-18T14:20:14.6369696)
Dub
Repo
WrenErrorType
wren
vm
Undocumented in source.
Meta
Source
See Implementation
wren
vm
aliases
Primitive
WrenBindForeignClassFn
WrenBindForeignMethodFn
WrenErrorFn
WrenFinalizerFn
WrenForeignMethodFn
WrenLoadModuleCompleteFn
WrenLoadModuleFn
WrenReallocateFn
WrenResolveModuleFn
WrenWriteFn
enums
WrenErrorType
WrenInterpretResult
WrenType
functions
wrenAbortFiber
wrenCall
wrenCollectGarbage
wrenCompileSource
wrenDeclareVariable
wrenDefineVariable
wrenEnsureSlots
wrenFinalizeForeign
wrenFindVariable
wrenFreeVM
wrenGetClass
wrenGetListCount
wrenGetListElement
wrenGetMapContainsKey
wrenGetMapCount
wrenGetMapValue
wrenGetModuleVariable
wrenGetSlotBool
wrenGetSlotBytes
wrenGetSlotCount
wrenGetSlotDouble
wrenGetSlotForeign
wrenGetSlotHandle
wrenGetSlotString
wrenGetSlotType
wrenGetUserData
wrenGetVariable
wrenHasModule
wrenHasVariable
wrenInitConfiguration
wrenInsertInList
wrenInterpret
wrenMakeCallHandle
wrenMakeHandle
wrenNewVM
wrenPopRoot
wrenPushRoot
wrenReallocate
wrenReleaseHandle
wrenRemoveMapValue
wrenSetListElement
wrenSetMapValue
wrenSetSlotBool
wrenSetSlotBytes
wrenSetSlotDouble
wrenSetSlotHandle
wrenSetSlotNewForeign
wrenSetSlotNewList
wrenSetSlotNewMap
wrenSetSlotNull
wrenSetSlotString
wrenSetUserData
manifest constants
WREN_MAX_TEMP_ROOTS
static functions
bindForeignClass
bindMethod
callForeign
captureUpvalue
checkArity
closeUpvalues
compileInModule
createClass
createForeign
defaultReallocate
endClass
findForeignMethod
getModule
getModuleVariable
importModule
methodNotFound
resolveModule
runInterpreter
runtimeError
setSlot
validateApiSlot
validateSuperclass
wrenCallFunction
wrenGetClassInline
wrenIsFalsyValue
wrenIsLocalName
structs
WrenConfiguration
WrenForeignClassMethods
WrenLoadModuleResult
WrenVM