Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ IsNull
Method
IsNull
test-app/runtime/src/main/cpp/include/v8-value.h:473–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
}
472
473
bool Value::IsNull() const {
474
#ifdef V8_ENABLE_CHECKS
475
return FullIsNull();
476
#else
477
return QuickIsNull();
478
#endif
479
}
480
481
bool Value::QuickIsNull() const {
482
using A = internal::Address;
Callers
15
ReThrowToV8
Method · 0.45
ReThrowToJava
Method · 0.45
ToString
Method · 0.45
GetErrorMessage
Method · 0.45
TryGetJavaThrowableObject
Method · 0.45
RegisterInstance
Method · 0.45
CallJavaMethod
Method · 0.45
ConvertArg
Method · 0.45
GetType
Method · 0.45
SetInstanceMethodsFromStaticMetadata
Method · 0.45
GetImplementationObject
Method · 0.45
SymbolHasInstanceCallback
Method · 0.45
Calls
no outgoing calls
Tested by
1
runMessageLoopOnPause
Method · 0.36