MCPcopy Create free account
hub / github.com/Tracktion/choc / staticCallback

Method staticCallback

choc/javascript/choc_javascript_V8.h:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 static void staticCallback (const v8::FunctionCallbackInfo<v8::Value>& info)
272 {
273 static_cast<V8Context*> (info.GetIsolate()->GetData (0))->callback (info);
274 }
275
276 void callback (const v8::FunctionCallbackInfo<v8::Value>& info)
277 {

Callers

nothing calls this directly

Calls 1

callbackMethod · 0.45

Tested by

no test coverage detected