| 605 | } |
| 606 | |
| 607 | static inline JS_BOOL JS_IsObject(JSValueConst v) { |
| 608 | return JS_VALUE_GET_TAG(v) == JS_TAG_OBJECT; |
| 609 | } |
| 610 | |
| 611 | JSValue JS_Throw(JSContext* ctx, JSValue obj); |
| 612 | JSValue JS_GetException(JSContext* ctx); |
no outgoing calls
no test coverage detected