Spaces:
Running
Running
File size: 204 Bytes
8f3f8db | 1 2 3 4 5 6 | utilities
builtin: sel
"Answer true if the given selector is one of the builtin selectors."
^ sel = #error:
or: [(self memoryAccessSelectors includes: sel)
or: [translationDict includesKey: sel]] |