MCPcopy Create free account
hub / github.com/buke/quickjs-go / JS_NewCatchOffset

Function JS_NewCatchOffset

deps/quickjs/quickjs.h:716–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716static inline JSValue JS_NewCatchOffset(JSContext *ctx, int32_t val)
717{
718 (void)&ctx;
719 return JS_MKVAL(JS_TAG_CATCH_OFFSET, val);
720}
721
722static inline JSValue JS_NewInt64(JSContext *ctx, int64_t val)
723{

Callers

nothing calls this directly

Calls 1

JS_MKVALFunction · 0.85

Tested by

no test coverage detected