MCPcopy 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
473bool Value::IsNull() const {
474#ifdef V8_ENABLE_CHECKS
475 return FullIsNull();
476#else
477 return QuickIsNull();
478#endif
479}
480
481bool Value::QuickIsNull() const {
482 using A = internal::Address;

Callers 15

ReThrowToV8Method · 0.45
ReThrowToJavaMethod · 0.45
ToStringMethod · 0.45
GetErrorMessageMethod · 0.45
RegisterInstanceMethod · 0.45
CallJavaMethodMethod · 0.45
ConvertArgMethod · 0.45
GetTypeMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMessageLoopOnPauseMethod · 0.36