Lines Matching refs:__maybe_unused
1037 static __maybe_unused void JS_DumpAtoms(JSRuntime *rt);
1038 static __maybe_unused void JS_DumpString(JSRuntime *rt,
1040 static __maybe_unused void JS_DumpObjectHeader(JSRuntime *rt);
1041 static __maybe_unused void JS_DumpObject(JSRuntime *rt, JSObject *p);
1042 static __maybe_unused void JS_DumpGCObject(JSRuntime *rt, JSGCObjectHeader *p);
1043 static __maybe_unused void JS_DumpValueShort(JSRuntime *rt,
1045 static __maybe_unused void JS_DumpValue(JSContext *ctx, JSValueConst val);
1046 static __maybe_unused void JS_PrintValue(JSContext *ctx,
1049 static __maybe_unused void JS_DumpShapes(JSRuntime *rt);
2504 static __maybe_unused void JS_DumpString(JSRuntime *rt, in JS_DumpString()
2536 static __maybe_unused void JS_DumpAtoms(JSRuntime *rt) in JS_DumpAtoms()
3289 static __maybe_unused void print_atom(JSContext *ctx, JSAtom atom) in print_atom()
4692 static __maybe_unused void JS_DumpShape(JSRuntime *rt, int i, JSShape *sh) in JS_DumpShape()
4708 static __maybe_unused void JS_DumpShapes(JSRuntime *rt) in JS_DumpShapes()
10590 static __maybe_unused JSValue JS_ToIntegerFree(JSContext *ctx, JSValue val) in JS_ToIntegerFree()
11720 static __maybe_unused void JS_DumpObjectHeader(JSRuntime *rt) in JS_DumpObjectHeader()
11727 static __maybe_unused void JS_DumpObject(JSRuntime *rt, JSObject *p) in JS_DumpObject()
11833 static __maybe_unused void JS_DumpGCObject(JSRuntime *rt, JSGCObjectHeader *p) in JS_DumpGCObject()
11865 static __maybe_unused void JS_DumpValueShort(JSRuntime *rt, in JS_DumpValueShort()
11970 static __maybe_unused void JS_DumpValue(JSContext *ctx, in JS_DumpValue()
11976 static __maybe_unused void JS_PrintValue(JSContext *ctx, in JS_PrintValue()
12240 static __maybe_unused JSValue JS_ToBigIntValueFree(JSContext *ctx, JSValue val) in JS_ToBigIntValueFree()
29165 static __maybe_unused void dump_pc2line(JSContext *ctx, const uint8_t *buf, int len, in dump_pc2line()
29210 static __maybe_unused void js_dump_function_bytecode(JSContext *ctx, JSFunctionBytecode *b) in js_dump_function_bytecode()
33951 static __maybe_unused void bc_put_u32(BCWriterState *s, uint32_t v) in bc_put_u32()
34865 static __maybe_unused int bc_get_u32(BCReaderState *s, uint32_t *pval) in bc_get_u32()