MCPcopy Create free account
hub / github.com/Snapchat/Valdi / callObjectAsFunction

Method callObjectAsFunction

valdi/src/valdi/v8/V8JavaScriptContext.cpp:722–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

doOnCompleteMethod · 0.45
doCancelMethod · 0.45
operator()Method · 0.45
runtimeTraceMethod · 0.45
runtimeLoadModuleMethod · 0.45
loadJsModuleFromBytesMethod · 0.45
notifyErrorHandlerFunction · 0.45
onModuleLoadedMethod · 0.45
symbolicateErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected