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

Method IsUndefined

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

Source from the content-addressed store, hash-verified

454}
455
456bool Value::IsUndefined() const {
457#ifdef V8_ENABLE_CHECKS
458 return FullIsUndefined();
459#else
460 return QuickIsUndefined();
461#endif
462}
463
464bool Value::QuickIsUndefined() const {
465 using A = internal::Address;

Callers 10

CallJSMethodMethod · 0.80
ConvertArgMethod · 0.80
GetTypeMethod · 0.80
ConvertArgMethod · 0.80
SetJavaFieldMethod · 0.80
regex_searchMethod · 0.80
ConvertArgMethod · 0.80
IsConstructCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected