Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
508
bool Value::IsString() const {
509
#ifdef V8_ENABLE_CHECKS
510
return FullIsString();
511
#else
512
return QuickIsString();
513
#endif
514
}
515
516
bool Value::QuickIsString() const {
517
using A = internal::Address;
Callers
15
RequireCallbackImpl
Method · 0.80
Ctor
Method · 0.80
ResolveModuleCallback
Function · 0.80
ImportModuleDynamicallyCallback
Function · 0.80
GetFullMessage
Method · 0.80
MarkAsLongCallback
Method · 0.80
MarkAsByteCallback
Method · 0.80
MarkAsShortCallback
Method · 0.80
MarkAsCharCallback
Method · 0.80
LogMethodCallback
Method · 0.80
NewThreadCallback
Method · 0.80
ConvertArg
Method · 0.80
Calls
no outgoing calls
Tested by
2
sendToFrontEndCallback
Method · 0.64
Test
Method · 0.64