Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
class 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
LoadModule
Method · 0.45
V8GetPrivateValue
Method · 0.45
V8SetPrivateValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected