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

Method IsNothing

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

Source from the content-addressed store, hash-verified

29class Maybe {
30 public:
31 V8_INLINE bool IsNothing() const { return !has_value_; }
32 V8_INLINE bool IsJust() const { return has_value_; }
33
34 /**

Callers 3

LoadModuleMethod · 0.45
V8GetPrivateValueMethod · 0.45
V8SetPrivateValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected