MCPcopy 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
395inline bool Value::IsString() const {
396 return Type() == napi_string;
397}
398
399inline bool Value::IsSymbol() const {
400 return Type() == napi_symbol;

Callers 11

napi_create_symbolFunction · 0.80
set_error_codeFunction · 0.80
napi_create_errorFunction · 0.80
napi_create_type_errorFunction · 0.80
napi_create_range_errorFunction · 0.80
napi_typeofFunction · 0.80
napi_run_scriptFunction · 0.80
XRReferenceSpaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected