mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
Issue #2472 - Part 2: Add FunctionRef callable type
Prerequisite for top layer refactor. FunctionRef is a generic callable type that can be initialized from any compatible callable, suitable for use as a function argument for the duration of the function call (and no longer).
This commit is contained in:
parent
3058bef840
commit
1f4152a5ac
2 changed files with 221 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ EXPORTS.mozilla = [
|
|||
'FastBernoulliTrial.h',
|
||||
'FloatingPoint.h',
|
||||
'Function.h',
|
||||
'FunctionRef.h',
|
||||
'GuardObjects.h',
|
||||
'HashFunctions.h',
|
||||
'IndexSequence.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue