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

Function Cast

test-app/runtime/src/main/cpp/include/v8-data.h:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 Local<Data> Get(Local<Context> context, int i) const;
66
67 V8_INLINE static FixedArray* Cast(Data* data) {
68#ifdef V8_ENABLE_CHECKS
69 CheckCast(data);
70#endif
71 return reinterpret_cast<FixedArray*>(data);
72 }
73
74 private:
75 static void CheckCast(Data* obj);

Callers 13

PerformMethod · 0.70
CastMethod · 0.70
AsMethod · 0.70
ConvertToJavaLongMethod · 0.50
ConvertArgMethod · 0.50
ConvertArgMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected