Module Quickjs_raw__.Stubs
val caml__1_JS_NewRuntime : unit -> CI.voidpval caml__2_JS_FreeRuntime : (_, _) CI.fatptr -> unitval caml__3_JS_SetMaxStackSize : (_, _) CI.fatptr -> Unsigned.size_t -> unitval caml__4_JS_SetRuntimeInfo : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unitval caml__5_JS_SetMemoryLimit : (_, _) CI.fatptr -> Unsigned.size_t -> unitval caml__6_JS_SetGCThreshold : (_, _) CI.fatptr -> Unsigned.size_t -> unitval caml__7_JS_RunGC : (_, _) CI.fatptr -> unitval caml__8_JS_ComputeMemoryUsage : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unitval caml__9_JS_NewContext : (_, _) CI.fatptr -> CI.voidpval caml__10_JS_FreeContext : (_, _) CI.fatptr -> unitval caml__11_JS_GetRuntime : (_, _) CI.fatptr -> CI.voidpval caml__12_JS_EnableBignumExt : (_, _) CI.fatptr -> int -> unitval caml__13_JS_NewContextRaw : (_, _) CI.fatptr -> CI.voidpval caml__14_JS_AddIntrinsicBaseObjects : (_, _) CI.fatptr -> unitval caml__15_JS_AddIntrinsicDate : (_, _) CI.fatptr -> unitval caml__16_JS_AddIntrinsicEval : (_, _) CI.fatptr -> unitval caml__17_JS_AddIntrinsicStringNormalize : (_, _) CI.fatptr -> unitval caml__18_JS_AddIntrinsicRegExpCompiler : (_, _) CI.fatptr -> unitval caml__19_JS_AddIntrinsicRegExp : (_, _) CI.fatptr -> unitval caml__20_JS_AddIntrinsicJSON : (_, _) CI.fatptr -> unitval caml__21_JS_AddIntrinsicProxy : (_, _) CI.fatptr -> unitval caml__22_JS_AddIntrinsicMapSet : (_, _) CI.fatptr -> unitval caml__23_JS_AddIntrinsicTypedArrays : (_, _) CI.fatptr -> unitval caml__24_JS_AddIntrinsicPromise : (_, _) CI.fatptr -> unitval caml__25_JS_AddIntrinsicBigInt : (_, _) CI.fatptr -> unitval caml__26_JS_AddIntrinsicBigFloat : (_, _) CI.fatptr -> unitval caml__27_JS_AddIntrinsicBigDecimal : (_, _) CI.fatptr -> unitval caml__28_JS_AddIntrinsicOperators : (_, _) CI.fatptr -> unitval caml__29_JS_FreeValue : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unitval caml__30_JS_FreeValueRT : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unitval caml__31_JS_DupValue : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.managed_bufferval caml__32_JS_DupValueRT : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.managed_bufferval caml__33_JS_NewBool : (_, _) CI.fatptr -> int -> CI.managed_bufferval caml__34_JS_NewString : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.managed_bufferval caml__35_JS_NewInt32 : (_, _) CI.fatptr -> int32 -> CI.managed_bufferval caml__36_JS_NewUint32 : (_, _) CI.fatptr -> Unsigned.uint32 -> CI.managed_bufferval caml__37_JS_NewInt64 : (_, _) CI.fatptr -> int64 -> CI.managed_bufferval caml__38_JS_NewFloat64 : (_, _) CI.fatptr -> float -> CI.managed_bufferval caml__39_JS_NewBigInt64 : (_, _) CI.fatptr -> int64 -> CI.managed_bufferval caml__40_JS_NewBigUint64 : (_, _) CI.fatptr -> Unsigned.uint64 -> CI.managed_bufferval caml__41_JS_IsUninitialized : (_, _) CI.fatptr -> intval caml__42_JS_IsError : (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__43_JS_IsException : (_, _) CI.fatptr -> intval caml__44_JS_IsNull : (_, _) CI.fatptr -> intval caml__45_JS_IsUndefined : (_, _) CI.fatptr -> intval caml__46_JS_IsBool : (_, _) CI.fatptr -> intval caml__47_JS_IsNumber : (_, _) CI.fatptr -> intval caml__48_JS_IsString : (_, _) CI.fatptr -> intval caml__49_JS_IsSymbol : (_, _) CI.fatptr -> intval caml__50_JS_IsArray : (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__51_JS_IsObject : (_, _) CI.fatptr -> intval caml__52_JS_IsFunction : (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__53_JS_IsConstructor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__54_JS_IsInstanceOf : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__55_JS_IsBigInt : (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__56_JS_IsBigFloat : (_, _) CI.fatptr -> intval caml__57_JS_IsBigDecimal : (_, _) CI.fatptr -> intval caml__58_JS_ToBool : (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__59_JS_ToInt32 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__60_JS_ToUint32 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__61_JS_ToInt64 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__62_JS_ToInt64Ext : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__63_JS_ToFloat64 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__64_JS_ToBigInt64 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> intval caml__65_JS_ToString : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.managed_bufferval caml__66_JS_ToCString : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidpval caml__67_JS_FreeCString : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unitval caml__68_JS_GetException : (_, _) CI.fatptr -> CI.managed_bufferval caml__69_JS_Throw : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.managed_bufferval caml__70_JS_SetClassProto : (_, _) CI.fatptr -> Unsigned.uint32 -> (_, _) CI.fatptr -> unitval caml__71_JS_GetClassProto : (_, _) CI.fatptr -> Unsigned.uint32 -> CI.managed_bufferval caml__72_JS_NewClassID : (_, _) CI.fatptr -> Unsigned.uint32val caml__73_JS_NewObjectProtoClass : (_, _) CI.fatptr -> (_, _) CI.fatptr -> Unsigned.uint32 -> CI.managed_bufferval caml__74_JS_NewObjectClass : (_, _) CI.fatptr -> int -> CI.managed_bufferval caml__75_JS_NewObjectProto : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.managed_bufferval caml__76_JS_NewObject : (_, _) CI.fatptr -> CI.managed_bufferval caml__77_JS_SetOpaque : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unitval caml__78_JS_GetOpaque : (_, _) CI.fatptr -> Unsigned.uint32 -> CI.voidpval caml__79_JS_Eval : (_, _) CI.fatptr -> (_, _) CI.fatptr -> Unsigned.size_t -> (_, _) CI.fatptr -> int -> CI.managed_bufferval caml__80_JS_EvalFunction : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.managed_bufferval caml__81_JS_Call : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> CI.managed_bufferval caml__82_JS_NewCFunction : (_, _) CI.fatptr -> (_, _) CI.fatfunptr -> (_, _) CI.fatptr -> int -> CI.managed_bufferval caml__83_JS_SetInterruptHandler : (_, _) CI.fatptr -> (_, _) CI.fatfunptr -> (_, _) CI.fatptr -> unit