Files
ladybird/Userland/Libraries/LibJS
Linus Groh 25bcd36116 LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject
Now that it only needs to deal with ECMAScriptFunctionObject via
internal_call() / internal_construct(), we can:

- Remove the generic FunctionObject parameter
- Move it from the VM to ECMAScriptFunctionObject
- Make it private
2021-10-09 14:29:20 +01:00
..
2021-09-14 21:41:51 +02:00
2021-09-14 21:41:51 +02:00
2021-10-08 19:56:02 +03:30
2021-10-06 23:52:40 +01:00