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

Function JS_IsException

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

Source from the content-addressed store, hash-verified

589}
590
591static inline JS_BOOL JS_IsException(JSValueConst v) {
592 return js_unlikely(JS_VALUE_GET_TAG(v) == JS_TAG_EXCEPTION);
593}
594
595static inline JS_BOOL JS_IsUninitialized(JSValueConst v) {
596 return js_unlikely(JS_VALUE_GET_TAG(v) == JS_TAG_UNINITIALIZED);

Callers 7

checkCallAndGetValueMethod · 0.85
tsn_add_slowFunction · 0.85
tsn_relational_slowFunction · 0.85
tsn_generator_nextFunction · 0.85
tsn_inherit_prototypeFunction · 0.85
tsn_is_exceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected