MCPcopy Create free account
hub / github.com/Snapchat/Valdi / JS_IsUndefined

Function JS_IsUndefined

third-party/quickjs/include/quickjs/quickjs.h:587–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587static inline JS_BOOL JS_IsUndefined(JSValueConst v) {
588 return JS_VALUE_GET_TAG(v) == JS_TAG_UNDEFINED;
589}
590
591static inline JS_BOOL JS_IsException(JSValueConst v) {
592 return js_unlikely(JS_VALUE_GET_TAG(v) == JS_TAG_EXCEPTION);

Callers 8

getValueTypeMethod · 0.85
isValueUndefinedMethod · 0.85
tsn_dump_error1Function · 0.85
tsn_inherit_prototypeFunction · 0.85
tsn_is_undefined_or_nullFunction · 0.85
tsn_is_undefinedFunction · 0.85
tsn_not_undefinedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected