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

Function JS_ToCString

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

Source from the content-addressed store, hash-verified

678 return JS_ToCStringLen2(ctx, plen, val1, 0);
679}
680static inline const char* JS_ToCString(JSContext* ctx, JSValueConst val1) {
681 return JS_ToCStringLen2(ctx, NULL, val1, 0);
682}
683void JS_FreeCString(JSContext* ctx, const char* ptr);
684
685JSValue JS_NewObjectProtoClass(JSContext* ctx, JSValueConst proto, JSClassID class_id);

Callers 4

tsn_write_fileFunction · 0.85
tsn_read_fileFunction · 0.85
tsn_dump_objFunction · 0.85
tsn_to_cstringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected