| 21 | } |
| 22 | |
| 23 | Value Function::Invoke(const std::vector<Value>& arguments) |
| 24 | { |
| 25 | ScriptFrame frame(false); |
| 26 | return m_Callback(arguments); |
| 27 | } |
| 28 | |
| 29 | Value Function::InvokeThis(const Value& otherThis, const std::vector<Value>& arguments) |
| 30 | { |
no outgoing calls
no test coverage detected