| 720 | } |
| 721 | |
| 722 | JSValueRef V8JavaScriptContext::callObjectAsFunction(const JSValue& object, JSFunctionCallContext& callContext) { |
| 723 | SC_ABORT("callObjectAsFunction is not implemented"); |
| 724 | return JSValueRef(); |
| 725 | } |
| 726 | |
| 727 | JSValueRef V8JavaScriptContext::callObjectAsConstructor(const JSValue& object, JSFunctionCallContext& callContext) { |
| 728 | SC_ABORT("callObjectAsConstructor is not implemented"); |
no outgoing calls
no test coverage detected