| 27 | } |
| 28 | |
| 29 | Value Function::InvokeThis(const Value& otherThis, const std::vector<Value>& arguments) |
| 30 | { |
| 31 | ScriptFrame frame(false, otherThis); |
| 32 | return m_Callback(arguments); |
| 33 | } |
| 34 | |
| 35 | Object::Ptr Function::Clone() const |
| 36 | { |
no outgoing calls
no test coverage detected