MCPcopy Create free account
hub / github.com/NativeScript/android / GetThis

Method GetThis

test-app/runtime/src/main/cpp/NumericCasts.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50NumericCasts* NumericCasts::GetThis(const v8::FunctionCallbackInfo<Value>& args) {
51 auto ext = args.Data().As<External>();
52
53 auto thisPtr = reinterpret_cast<NumericCasts*>(ext->Value());
54
55 return thisPtr;
56}
57
58void NumericCasts::MarkAsLongCallbackStatic(const v8::FunctionCallbackInfo<Value>& args) {
59 try {

Callers

nothing calls this directly

Calls 2

DataMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected