| 36 | Value InvokeThis(const Value& otherThis, const std::vector<Value>& arguments = std::vector<Value>()); |
| 37 | |
| 38 | bool IsSideEffectFree() const |
| 39 | { |
| 40 | return GetSideEffectFree(); |
| 41 | } |
| 42 | |
| 43 | bool IsDeprecated() const |
| 44 | { |
no outgoing calls
no test coverage detected