-
Notifications
You must be signed in to change notification settings - Fork 14
Simulated Primitives
abstraktor edited this page May 15, 2015
·
4 revisions
- ExternalCall: BitBltPlugin copyBits (with
simulateCopyBitsorcopyBitsSimulated) - ExternalCall: BitBltPlugin warpBits (with
warpBitsSimulated:sourceMap: - ExternalCall: B2DPlugin balloon primitives (with
simulateBalloonPrimitive:args:)
-
snapshotPrimitive: 97 -
snapshotEmbeddedPrimitive: 247 - imageName:
- monticello prims
- display host window
- some of the primitives that are having "Optional." in their comment
- primitiveDirectoryEntry with
primLookupEntryIn:name:(didn't closely look at it yet)
- FilePlugin (primitiveDirectoryDelete, primitiveDirectoryCreate)
- Sockets
some are marked optional, but actually mean "one out of several optional prims must be implemented"
((SystemNavigation new allMethodsWithSourceString: 'Optional' matchCase: true)
select: [:method | (Pragma allNamed: #primitive: in: method actualClass)
anySatisfy: [ :classPrimPragma | classPrimPragma selector = method selector ]])
inspect