mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 13:39:25 +00:00
LibJS: Allocate context up front when calling with argument array
This necessitated splitting CallWithArgumentArray into three variants, one for each call type (call, construct and direct eval).
This commit is contained in:
parent
e5b07858a2
commit
996ea109b3
Notes:
github-actions[bot]
2025-08-31 13:25:40 +00:00
Author: https://github.com/awesomekling
Commit: 996ea109b3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6035
4 changed files with 143 additions and 36 deletions
|
@ -27,7 +27,9 @@
|
|||
O(Call) \
|
||||
O(CallBuiltin) \
|
||||
O(CallConstruct) \
|
||||
O(CallConstructWithArgumentArray) \
|
||||
O(CallDirectEval) \
|
||||
O(CallDirectEvalWithArgumentArray) \
|
||||
O(CallWithArgumentArray) \
|
||||
O(Catch) \
|
||||
O(ConcatString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue