Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabylonJS/BabylonNative
/ IsString
Method
IsString
Dependencies/napi/include/napi/napi-inl.h:395–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
#endif
394
395
inline bool Value::IsString() const {
396
return Type() == napi_string;
397
}
398
399
inline bool Value::IsSymbol() const {
400
return Type() == napi_symbol;
Callers
11
napi_create_symbol
Function · 0.80
set_error_code
Function · 0.80
napi_create_error
Function · 0.80
napi_create_type_error
Function · 0.80
napi_create_range_error
Function · 0.80
napi_typeof
Function · 0.80
napi_get_value_string_latin1
Function · 0.80
napi_get_value_string_utf8
Function · 0.80
napi_get_value_string_utf16
Function · 0.80
napi_run_script
Function · 0.80
XRReferenceSpace
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected