|
Calypso defines as extension
CompiledMethod >> isFFICall
(self numLiterals >= 1 and: [(self literalAt: 1) class == ExternalLibraryFunction]) ifTrue: [ ^true ].
^self sendsAnySelectorOf: #( ffiCall: ffiCall:module: ffiCall:options: ffiCall:module:options: nbCall: nbCall:module: nbCall:options: nbCall:module:options: )
It should be moved to Kernel
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|