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

Method IsString

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

Source from the content-addressed store, hash-verified

506}
507
508bool Value::IsString() const {
509#ifdef V8_ENABLE_CHECKS
510 return FullIsString();
511#else
512 return QuickIsString();
513#endif
514}
515
516bool Value::QuickIsString() const {
517 using A = internal::Address;

Callers 15

RequireCallbackImplMethod · 0.80
CtorMethod · 0.80
ResolveModuleCallbackFunction · 0.80
GetFullMessageMethod · 0.80
MarkAsLongCallbackMethod · 0.80
MarkAsByteCallbackMethod · 0.80
MarkAsShortCallbackMethod · 0.80
MarkAsCharCallbackMethod · 0.80
LogMethodCallbackMethod · 0.80
NewThreadCallbackMethod · 0.80
ConvertArgMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestMethod · 0.64