atomToString method

JSValue atomToString(
  1. JSContext ctx
)

Implementation

JSValue atomToString(JSContext ctx) =>
    JSValue.ptr(ctx, JS_AtomToString(ctx.ref, this));