luaur_vm/functions/
mod.rs1pub mod add_int_64_format;
2pub mod add_s;
3pub mod add_value;
4pub mod addfield;
5pub mod addquoted;
6pub mod adjustasize;
7pub mod andaux;
8pub mod append;
9pub mod arrayindex;
10pub mod arrayornewkey;
11pub mod atomic;
12pub mod aux_upvalue;
13pub mod auxgetinfo;
14pub mod auxopen;
15pub mod auxresume;
16pub mod auxresumecont;
17pub mod auxwrapcont;
18pub mod auxwrapfinish;
19pub mod auxwrapy;
20pub mod b_and;
21pub mod b_arshift;
22pub mod b_countlz;
23pub mod b_countrz;
24pub mod b_extract;
25pub mod b_lrot;
26pub mod b_lshift;
27pub mod b_not;
28pub mod b_or;
29pub mod b_replace;
30pub mod b_rot;
31pub mod b_rrot;
32pub mod b_rshift;
33pub mod b_shift;
34pub mod b_swap;
35pub mod b_test;
36pub mod b_xor;
37pub mod buffer_copy;
38pub mod buffer_create;
39pub mod buffer_fill;
40pub mod buffer_fromstring;
41pub mod buffer_len;
42pub mod buffer_readbits;
43pub mod buffer_readfp;
44pub mod buffer_readinteger;
45pub mod buffer_readlong;
46pub mod buffer_readstring;
47pub mod buffer_swapbe;
48pub mod buffer_tostring;
49pub mod buffer_writebits;
50pub mod buffer_writefp;
51pub mod buffer_writeinteger;
52pub mod buffer_writelong;
53pub mod buffer_writestring;
54pub mod buffutfchar;
55pub mod byteoffset;
56pub mod call_bin_tm;
57pub mod call_order_tm;
58pub mod call_t_mres;
59pub mod call_tm;
60pub mod callerrfunc;
61pub mod capture_to_close;
62pub mod check_capture;
63pub mod class_classof;
64pub mod class_isinstance;
65pub mod classend;
66pub mod cleanupcistack;
67pub mod clearstack;
68pub mod cleartable;
69pub mod clearupvals;
70pub mod clock_period;
71pub mod clock_timestamp;
72pub mod close_state;
73pub mod coclose;
74pub mod cocreate;
75pub mod codepoint;
76pub mod computesizes;
77pub mod copywithendian;
78pub mod coresumecont;
79pub mod coresumefinish;
80pub mod coresumey;
81pub mod correctstack;
82pub mod corunning;
83pub mod costatus;
84pub mod countint;
85pub mod cowrap;
86pub mod coyield;
87pub mod coyieldable;
88pub mod createmetatable_lstrlib;
89pub mod createmetatable_lveclib;
90pub mod currentline;
91pub mod currentpc;
92pub mod currfuncname;
93pub mod db_info;
94pub mod db_traceback;
95pub mod deletegco;
96pub mod digit;
97pub mod dumpbuffer;
98pub mod dumpclass;
99pub mod dumpclosure;
100pub mod dumpgco;
101pub mod dumpobj;
102pub mod dumpobject;
103pub mod dumpproto;
104pub mod dumpref;
105pub mod dumprefs;
106pub mod dumpstring;
107pub mod dumpstringdata;
108pub mod dumptable;
109pub mod dumpthread;
110pub mod dumpudata;
111pub mod dumpupval;
112pub mod end_capture;
113pub mod enumbuffer;
114pub mod enumclass;
115pub mod enumclosure;
116pub mod enumedge;
117pub mod enumedges;
118pub mod enumgco;
119pub mod enumnode;
120pub mod enumobj;
121pub mod enumobject;
122pub mod enumproto;
123pub mod enumstring;
124pub mod enumtable;
125pub mod enumthread;
126pub mod enumtopointer;
127pub mod enumudata;
128pub mod enumupval;
129pub mod extendstrbuf;
130pub mod f_call;
131pub mod f_ccall;
132pub mod f_luaopen;
133pub mod fieldargs;
134pub mod findindex;
135pub mod finish_gc_cycle_metrics;
136pub mod foreach;
137pub mod foreachi;
138pub mod freeblock;
139pub mod freeclasspage;
140pub mod freegcoblock;
141pub mod freeobj;
142pub mod freepage;
143pub mod freestack;
144pub mod gcstep;
145pub mod get_comp_tm;
146pub mod getboolfield;
147pub mod getcoverage;
148pub mod getcurrenv;
149pub mod getdetails;
150pub mod getfield;
151pub mod getfreepos;
152pub mod getfunc;
153pub mod getfuncname;
154pub mod getheaptrigger;
155pub mod getheaptriggererroroffset;
156pub mod getluaproto;
157pub mod getmaxline;
158pub mod getn;
159pub mod getnextbuffersize;
160pub mod getnextline;
161pub mod getnum;
162pub mod getnumlimit;
163pub mod getoption;
164pub mod gettablemode;
165pub mod getthread;
166pub mod gmatch;
167pub mod gmatch_aux;
168pub mod gmtime_r;
169pub mod gnext_ltable;
170pub mod gnext_ltable_alt_b;
171pub mod gnext_ltable_alt_c;
172pub mod hashint;
173pub mod hashnum;
174pub mod hashpointer;
175pub mod hashvec;
176pub mod index_2_addr;
177pub mod initheader;
178pub mod install_lua_exception_panic_hook;
179pub mod int_64_add;
180pub mod int_64_arshift;
181pub mod int_64_band;
182pub mod int_64_bnot;
183pub mod int_64_bor;
184pub mod int_64_bswap;
185pub mod int_64_btest;
186pub mod int_64_bxor;
187pub mod int_64_clamp;
188pub mod int_64_countlz;
189pub mod int_64_countrz;
190pub mod int_64_create;
191pub mod int_64_div;
192pub mod int_64_extract;
193pub mod int_64_fromstring;
194pub mod int_64_ge;
195pub mod int_64_gt;
196pub mod int_64_idiv;
197pub mod int_64_le;
198pub mod int_64_lrotate;
199pub mod int_64_lshift;
200pub mod int_64_lt;
201pub mod int_64_max;
202pub mod int_64_min;
203pub mod int_64_mod;
204pub mod int_64_mul;
205pub mod int_64_neg;
206pub mod int_64_rem;
207pub mod int_64_replace;
208pub mod int_64_rrotate;
209pub mod int_64_rshift;
210pub mod int_64_sub;
211pub mod int_64_tonumber;
212pub mod int_64_udiv;
213pub mod int_64_uge;
214pub mod int_64_ugt;
215pub mod int_64_ule;
216pub mod int_64_ult;
217pub mod int_64_urem;
218pub mod interrupt_thread;
219pub mod isobjcleared;
220pub mod iter_aux;
221pub mod iter_codes;
222pub mod l_alloc;
223pub mod libsize;
224pub mod lmemfind;
225pub mod loadsafe;
226pub mod localtime_r;
227pub mod lua_a_pushclass;
228pub mod lua_a_pushvalue;
229pub mod lua_a_toobject;
230pub mod lua_absindex;
231pub mod lua_b_assert;
232pub mod lua_b_error;
233pub mod lua_b_freebuffer;
234pub mod lua_b_gcinfo;
235pub mod lua_b_getfenv;
236pub mod lua_b_getmetatable;
237pub mod lua_b_inext;
238pub mod lua_b_ipairs;
239pub mod lua_b_newbuffer;
240pub mod lua_b_newproxy;
241pub mod lua_b_next;
242pub mod lua_b_pairs;
243pub mod lua_b_pcallcont;
244pub mod lua_b_pcallrun;
245pub mod lua_b_pcally;
246pub mod lua_b_print;
247pub mod lua_b_rawequal;
248pub mod lua_b_rawget;
249pub mod lua_b_rawlen;
250pub mod lua_b_rawset;
251pub mod lua_b_select;
252pub mod lua_b_setfenv;
253pub mod lua_b_setmetatable;
254pub mod lua_b_tonumber;
255pub mod lua_b_tostring;
256pub mod lua_b_type;
257pub mod lua_b_typeof;
258pub mod lua_b_xpcallcont;
259pub mod lua_b_xpcallerr;
260pub mod lua_b_xpcally;
261pub mod lua_break;
262pub mod lua_breakpoint;
263pub mod lua_c_allocationrate;
264pub mod lua_c_barrierback;
265pub mod lua_c_barrierf;
266pub mod lua_c_barriertable;
267pub mod lua_c_dump;
268pub mod lua_c_enumheap;
269pub mod lua_c_freeall;
270pub mod lua_c_fullgc;
271pub mod lua_c_statename;
272pub mod lua_c_step;
273pub mod lua_c_upvalclosed;
274pub mod lua_c_validate;
275pub mod lua_call;
276pub mod lua_callbacks;
277pub mod lua_checkstack;
278pub mod lua_cleartable;
279pub mod lua_clock;
280pub mod lua_clonefunction;
281pub mod lua_clonetable;
282pub mod lua_close;
283pub mod lua_concat;
284pub mod lua_costatus;
285pub mod lua_cpcall;
286pub mod lua_createtable;
287pub mod lua_d_call;
288pub mod lua_d_callint;
289pub mod lua_d_callny;
290pub mod lua_d_check_cstack;
291pub mod lua_d_grow_ci;
292pub mod lua_d_growstack;
293pub mod lua_d_pcall;
294pub mod lua_d_performcally;
295pub mod lua_d_rawrunprotected_ldo;
296pub mod lua_d_rawrunprotected_ldo_alt_b;
297pub mod lua_d_realloc_ci;
298pub mod lua_d_reallocstack;
299pub mod lua_d_seterrorobj;
300pub mod lua_d_throw_ldo;
301pub mod lua_d_throw_ldo_alt_b;
302pub mod lua_debugtrace;
303pub mod lua_e_freethread;
304pub mod lua_e_newthread;
305pub mod lua_encodepointer;
306pub mod lua_equal;
307pub mod lua_error;
308pub mod lua_f_close;
309pub mod lua_f_closeupval;
310pub mod lua_f_findlocal;
311pub mod lua_f_findupval;
312pub mod lua_f_freeclosure;
313pub mod lua_f_freeproto;
314pub mod lua_f_freeupval;
315pub mod lua_f_getlocal;
316pub mod lua_f_new_cclosure;
317pub mod lua_f_new_lclosure;
318pub mod lua_f_newproto;
319pub mod lua_f_recordhit;
320pub mod lua_g_aritherror;
321pub mod lua_g_breakpoint;
322pub mod lua_g_concaterror;
323pub mod lua_g_forerror_l;
324pub mod lua_g_getline;
325pub mod lua_g_hasnative;
326pub mod lua_g_indexerror;
327pub mod lua_g_isnative;
328pub mod lua_g_methoderror;
329pub mod lua_g_missingmembererror;
330pub mod lua_g_onbreak;
331pub mod lua_g_ordererror;
332pub mod lua_g_pusherror;
333pub mod lua_g_readonlyerror;
334pub mod lua_g_runerror_l;
335pub mod lua_g_typeerror_l;
336pub mod lua_gc;
337pub mod lua_getallocf;
338pub mod lua_getargument;
339pub mod lua_getcounters;
340pub mod lua_getcoverage;
341pub mod lua_getfenv;
342pub mod lua_getfield;
343pub mod lua_getinfo;
344pub mod lua_getlightuserdataname;
345pub mod lua_getlocal;
346pub mod lua_getmetatable;
347pub mod lua_getreadonly;
348pub mod lua_gettable;
349pub mod lua_getthreaddata;
350pub mod lua_gettop;
351pub mod lua_getupvalue;
352pub mod lua_getuserdatadtor;
353pub mod lua_getuserdatametatable;
354pub mod lua_h_clear;
355pub mod lua_h_clone;
356pub mod lua_h_free;
357pub mod lua_h_get;
358pub mod lua_h_getn;
359pub mod lua_h_getnum;
360pub mod lua_h_getp;
361pub mod lua_h_getstr;
362pub mod lua_h_new;
363pub mod lua_h_newkey;
364pub mod lua_h_next;
365pub mod lua_h_resizearray;
366pub mod lua_h_resizehash;
367pub mod lua_h_set;
368pub mod lua_h_setnum;
369pub mod lua_h_setp;
370pub mod lua_h_setstr;
371pub mod lua_insert;
372pub mod lua_is_lfunction;
373pub mod lua_iscfunction;
374pub mod lua_isnumber;
375pub mod lua_isstring;
376pub mod lua_isthreadreset;
377pub mod lua_isuserdata;
378pub mod lua_isyieldable;
379pub mod lua_l_addchar;
380pub mod lua_l_addlstring;
381pub mod lua_l_addstring;
382pub mod lua_l_addvalue;
383pub mod lua_l_addvalueany;
384pub mod lua_l_argerror_l;
385pub mod lua_l_buffinit;
386pub mod lua_l_buffinitsize;
387pub mod lua_l_callmeta;
388pub mod lua_l_callyieldable;
389pub mod lua_l_checkany;
390pub mod lua_l_checkboolean;
391pub mod lua_l_checkbuffer;
392pub mod lua_l_checkinteger;
393pub mod lua_l_checkinteger_64;
394pub mod lua_l_checklstring;
395pub mod lua_l_checknumber;
396pub mod lua_l_checkoption;
397pub mod lua_l_checkstack;
398pub mod lua_l_checktype;
399pub mod lua_l_checkudata;
400pub mod lua_l_checkunsigned;
401pub mod lua_l_checkvector;
402pub mod lua_l_error_l;
403pub mod lua_l_findtable;
404pub mod lua_l_getmetafield;
405pub mod lua_l_newmetatable;
406pub mod lua_l_newstate;
407pub mod lua_l_openlibs;
408pub mod lua_l_optboolean;
409pub mod lua_l_optinteger;
410pub mod lua_l_optinteger_64;
411pub mod lua_l_optlstring;
412pub mod lua_l_optnumber;
413pub mod lua_l_optunsigned;
414pub mod lua_l_optvector;
415pub mod lua_l_prepbuffsize;
416pub mod lua_l_pushresult;
417pub mod lua_l_pushresultsize;
418pub mod lua_l_register;
419pub mod lua_l_sandbox;
420pub mod lua_l_sandboxthread;
421pub mod lua_l_tolstring;
422pub mod lua_l_traceback;
423pub mod lua_l_typeerror_l;
424pub mod lua_l_typename;
425pub mod lua_l_where;
426pub mod lua_lessthan;
427pub mod lua_lightuserdatatag;
428pub mod lua_m_free;
429pub mod lua_m_freearray;
430pub mod lua_m_freegco;
431pub mod lua_m_getnextpage;
432pub mod lua_m_getpageinfo;
433pub mod lua_m_getpagewalkinfo;
434pub mod lua_m_new;
435pub mod lua_m_newgco;
436pub mod lua_m_realloc;
437pub mod lua_m_toobig;
438pub mod lua_m_visitgco;
439pub mod lua_m_visitpage;
440pub mod lua_mainthread;
441pub mod lua_namecallatom;
442pub mod lua_newbuffer;
443pub mod lua_newstate;
444pub mod lua_newthread;
445pub mod lua_newuserdatadtor;
446pub mod lua_newuserdatatagged;
447pub mod lua_newuserdatataggedwithmetatable;
448pub mod lua_next;
449pub mod lua_o_chunkid;
450pub mod lua_o_log_2;
451pub mod lua_o_pushfstring;
452pub mod lua_o_pushvfstring;
453pub mod lua_o_rawequal_key;
454pub mod lua_o_rawequal_obj;
455pub mod lua_o_str_2_d;
456pub mod lua_o_str_2_l;
457pub mod lua_o_utf_8_esc;
458pub mod lua_objlen;
459pub mod lua_pcall;
460pub mod lua_pushboolean;
461pub mod lua_pushcclosurek;
462pub mod lua_pushfstring_l;
463pub mod lua_pushinteger;
464pub mod lua_pushinteger_64;
465pub mod lua_pushlightuserdatatagged;
466pub mod lua_pushlstring;
467pub mod lua_pushnil;
468pub mod lua_pushnumber;
469pub mod lua_pushstring;
470pub mod lua_pushthread;
471pub mod lua_pushunsigned;
472pub mod lua_pushvalue;
473pub mod lua_pushvector_lapi;
474pub mod lua_pushvector_lapi_alt_b;
475pub mod lua_pushvfstring;
476pub mod lua_r_addclassmember;
477pub mod lua_r_createobject;
478pub mod lua_r_freeclass;
479pub mod lua_r_freeobject;
480pub mod lua_r_newclass;
481pub mod lua_rawcheckstack;
482pub mod lua_rawequal;
483pub mod lua_rawget;
484pub mod lua_rawgetfield;
485pub mod lua_rawgeti;
486pub mod lua_rawgetptagged;
487pub mod lua_rawiter;
488pub mod lua_rawset;
489pub mod lua_rawsetfield;
490pub mod lua_rawseti;
491pub mod lua_rawsetptagged;
492pub mod lua_ref;
493pub mod lua_registeruserdatadirectaccess;
494pub mod lua_registeruserdatadirectfieldget;
495pub mod lua_remove;
496pub mod lua_replace;
497pub mod lua_resetthread;
498pub mod lua_resume;
499pub mod lua_resumeerror;
500pub mod lua_s_buffinish;
501pub mod lua_s_bufstart;
502pub mod lua_s_free;
503pub mod lua_s_hash;
504pub mod lua_s_newlstr;
505pub mod lua_s_resize;
506pub mod lua_setfenv;
507pub mod lua_setfield;
508pub mod lua_setlightuserdataname;
509pub mod lua_setlocal;
510pub mod lua_setmemcat;
511pub mod lua_setmetatable;
512pub mod lua_setreadonly;
513pub mod lua_setsafeenv;
514pub mod lua_settable;
515pub mod lua_setthreaddata;
516pub mod lua_settop;
517pub mod lua_setupvalue;
518pub mod lua_setuserdatadtor;
519pub mod lua_setuserdatametatable;
520pub mod lua_setuserdatatag;
521pub mod lua_singlestep;
522pub mod lua_stackdepth;
523pub mod lua_status;
524pub mod lua_t_gettm;
525pub mod lua_t_gettmbyobj;
526pub mod lua_t_init;
527pub mod lua_t_objtypename;
528pub mod lua_t_objtypenamestr;
529pub mod lua_toboolean;
530pub mod lua_tobuffer;
531pub mod lua_tocfunction;
532pub mod lua_tointeger_64;
533pub mod lua_tointegerx;
534pub mod lua_tolightuserdata;
535pub mod lua_tolightuserdatatagged;
536pub mod lua_tolstring;
537pub mod lua_tolstringatom;
538pub mod lua_tonumberx;
539pub mod lua_topointer;
540pub mod lua_tostringatom;
541pub mod lua_totalbytes;
542pub mod lua_tothread;
543pub mod lua_tounsignedx;
544pub mod lua_touserdata;
545pub mod lua_touserdatatagged;
546pub mod lua_tovector;
547pub mod lua_type;
548pub mod lua_typename;
549pub mod lua_u_freeudata;
550pub mod lua_u_newudata;
551pub mod lua_unref;
552pub mod lua_userdatadirectfield_setboolean;
553pub mod lua_userdatadirectfield_setinteger_64;
554pub mod lua_userdatadirectfield_setnil;
555pub mod lua_userdatadirectfield_setnumber;
556pub mod lua_userdatadirectfield_setvector_lapi;
557pub mod lua_userdatadirectfield_setvector_lapi_alt_b;
558pub mod lua_userdatatag;
559pub mod lua_v_call_tm;
560pub mod lua_v_concat;
561pub mod lua_v_doarithimpl;
562pub mod lua_v_dolen;
563pub mod lua_v_equalval;
564pub mod lua_v_getimport;
565pub mod lua_v_gettable;
566pub mod lua_v_lessequal;
567pub mod lua_v_lessthan;
568pub mod lua_v_prepare_forn;
569pub mod lua_v_settable;
570pub mod lua_v_strcmp;
571pub mod lua_v_tonumber;
572pub mod lua_v_tostring;
573pub mod lua_v_tovector;
574pub mod lua_v_tryfunc_tm;
575pub mod lua_xmove;
576pub mod lua_xpush;
577pub mod lua_yield;
578pub mod luai_int_2_str;
579pub mod luai_lerpf;
580pub mod luai_num_2_str;
581pub mod luai_numidiv;
582pub mod luai_nummod;
583pub mod luai_veceq;
584pub mod luai_vecisnan;
585pub mod luaopen_base;
586pub mod luaopen_bit_32;
587pub mod luaopen_buffer;
588pub mod luaopen_class;
589pub mod luaopen_coroutine;
590pub mod luaopen_debug;
591pub mod luaopen_integer;
592pub mod luaopen_math;
593pub mod luaopen_os;
594pub mod luaopen_string;
595pub mod luaopen_table;
596pub mod luaopen_utf_8;
597pub mod luaopen_vector;
598pub mod luau_callhook;
599pub mod luau_execute;
600pub mod luau_f_abs;
601pub mod luau_f_acos;
602pub mod luau_f_arshift;
603pub mod luau_f_asin;
604pub mod luau_f_assert;
605pub mod luau_f_atan;
606pub mod luau_f_atan_2;
607pub mod luau_f_band;
608pub mod luau_f_bnot;
609pub mod luau_f_bor;
610pub mod luau_f_btest;
611pub mod luau_f_bufferreadlong;
612pub mod luau_f_bufferwritelong;
613pub mod luau_f_bxor;
614pub mod luau_f_byte;
615pub mod luau_f_byteswap;
616pub mod luau_f_ceil;
617pub mod luau_f_ceil_sse_41;
618pub mod luau_f_char;
619pub mod luau_f_clamp;
620pub mod luau_f_cos;
621pub mod luau_f_cosh;
622pub mod luau_f_countlz;
623pub mod luau_f_countrz;
624pub mod luau_f_deg;
625pub mod luau_f_exp;
626pub mod luau_f_extract;
627pub mod luau_f_extractk;
628pub mod luau_f_floor;
629pub mod luau_f_floor_sse_41;
630pub mod luau_f_fmod;
631pub mod luau_f_frexp;
632pub mod luau_f_getmetatable;
633pub mod luau_f_integeradd;
634pub mod luau_f_integerarshift;
635pub mod luau_f_integerband;
636pub mod luau_f_integerbnot;
637pub mod luau_f_integerbor;
638pub mod luau_f_integerbswap;
639pub mod luau_f_integerbtest;
640pub mod luau_f_integerbxor;
641pub mod luau_f_integerclamp;
642pub mod luau_f_integercountlz;
643pub mod luau_f_integercountrz;
644pub mod luau_f_integercreate;
645pub mod luau_f_integerdiv;
646pub mod luau_f_integerextract;
647pub mod luau_f_integerge;
648pub mod luau_f_integergt;
649pub mod luau_f_integeridiv;
650pub mod luau_f_integerle;
651pub mod luau_f_integerlrotate;
652pub mod luau_f_integerlshift;
653pub mod luau_f_integerlt;
654pub mod luau_f_integermax;
655pub mod luau_f_integermin;
656pub mod luau_f_integermod;
657pub mod luau_f_integermul;
658pub mod luau_f_integerneg;
659pub mod luau_f_integerrem;
660pub mod luau_f_integerrrotate;
661pub mod luau_f_integerrshift;
662pub mod luau_f_integersub;
663pub mod luau_f_integertonumber;
664pub mod luau_f_integerudiv;
665pub mod luau_f_integeruge;
666pub mod luau_f_integerugt;
667pub mod luau_f_integerule;
668pub mod luau_f_integerult;
669pub mod luau_f_integerurem;
670pub mod luau_f_isfinite;
671pub mod luau_f_isinf;
672pub mod luau_f_isnan;
673pub mod luau_f_ldexp;
674pub mod luau_f_len;
675pub mod luau_f_lerp;
676pub mod luau_f_log;
677pub mod luau_f_log_10;
678pub mod luau_f_lrotate;
679pub mod luau_f_lshift;
680pub mod luau_f_max;
681pub mod luau_f_min;
682pub mod luau_f_missing;
683pub mod luau_f_modf;
684pub mod luau_f_pow;
685pub mod luau_f_rad;
686pub mod luau_f_rawequal;
687pub mod luau_f_rawget;
688pub mod luau_f_rawlen;
689pub mod luau_f_rawset;
690pub mod luau_f_readfp;
691pub mod luau_f_readinteger;
692pub mod luau_f_replace;
693pub mod luau_f_round;
694pub mod luau_f_round_sse_41;
695pub mod luau_f_rrotate;
696pub mod luau_f_rshift;
697pub mod luau_f_select;
698pub mod luau_f_setmetatable;
699pub mod luau_f_sign;
700pub mod luau_f_sin;
701pub mod luau_f_sinh;
702pub mod luau_f_sqrt;
703pub mod luau_f_sub;
704pub mod luau_f_tan;
705pub mod luau_f_tanh;
706pub mod luau_f_tinsert;
707pub mod luau_f_tonumber;
708pub mod luau_f_tostring;
709pub mod luau_f_tunpack;
710pub mod luau_f_type;
711pub mod luau_f_typeof;
712pub mod luau_f_vector;
713pub mod luau_f_vectorabs;
714pub mod luau_f_vectorceil;
715pub mod luau_f_vectorclamp;
716pub mod luau_f_vectorcross;
717pub mod luau_f_vectordot;
718pub mod luau_f_vectorfloor;
719pub mod luau_f_vectorlerp;
720pub mod luau_f_vectormagnitude;
721pub mod luau_f_vectormax;
722pub mod luau_f_vectormin;
723pub mod luau_f_vectornormalize;
724pub mod luau_f_vectorsign;
725pub mod luau_f_writefp;
726pub mod luau_f_writeinteger;
727pub mod luau_finishop;
728pub mod luau_hassse_41;
729pub mod luau_load;
730pub mod luau_poscall;
731pub mod luau_precall;
732pub mod luau_setupcci;
733pub mod luau_skipstep;
734pub mod luaui_clampf;
735pub mod luaui_signf;
736pub mod mainposition;
737pub mod markmt;
738pub mod markroot;
739pub mod r#match;
740pub mod match_capture;
741pub mod match_class;
742pub mod matchbalance;
743pub mod matchbracketclass;
744pub mod math_abs;
745pub mod math_acos;
746pub mod math_asin;
747pub mod math_atan;
748pub mod math_atan_2;
749pub mod math_ceil;
750pub mod math_clamp;
751pub mod math_cos;
752pub mod math_cosh;
753pub mod math_deg;
754pub mod math_exp;
755pub mod math_floor;
756pub mod math_fmod;
757pub mod math_frexp;
758pub mod math_isfinite;
759pub mod math_isinf;
760pub mod math_isnan;
761pub mod math_ldexp;
762pub mod math_lerp;
763pub mod math_log;
764pub mod math_log_10;
765pub mod math_map;
766pub mod math_max;
767pub mod math_min;
768pub mod math_modf;
769pub mod math_noise;
770pub mod math_pow;
771pub mod math_rad;
772pub mod math_random;
773pub mod math_randomseed;
774pub mod math_round;
775pub mod math_sign;
776pub mod math_sin;
777pub mod math_sinh;
778pub mod math_sqrt;
779pub mod math_tan;
780pub mod math_tanh;
781pub mod max_expand;
782pub mod maxn;
783pub mod min_expand;
784pub mod moveelements;
785pub mod mul_128;
786pub mod mul_192_hi;
787pub mod newblock;
788pub mod newclasspage;
789pub mod newgcoblock;
790pub mod newkey;
791pub mod newlstr;
792pub mod newpage;
793pub mod nospecials;
794pub mod numusearray;
795pub mod numusehash;
796pub mod os_clock;
797pub mod os_date;
798pub mod os_difftime;
799pub mod os_time;
800pub mod os_timegm;
801pub mod packint;
802pub mod pcg_32_random;
803pub mod pcg_32_seed;
804pub mod performcall;
805pub mod perlin;
806pub mod perlin_fade;
807pub mod perlin_grad;
808pub mod perlin_lerp;
809pub mod posrelat;
810pub mod preinit_state;
811pub mod prepstate;
812pub mod printexp;
813pub mod printspecial;
814pub mod printunsignedrev;
815pub mod propagateall;
816pub mod propagatemark;
817pub mod pseudo_2_addr;
818pub mod push_captures;
819pub mod push_onecapture;
820pub mod pusherror;
821pub mod read;
822pub mod read_string;
823pub mod read_var_int;
824pub mod read_var_int_64;
825pub mod reallymarkobject;
826pub mod record_gc_delta_time;
827pub mod record_gc_state_step;
828pub mod rehash;
829pub mod remap_userdata_types;
830pub mod remarkupvals;
831pub mod removeentry;
832pub mod reprepstate;
833pub mod resize;
834pub mod resolve_import_safe;
835pub mod restore_stack_limit;
836pub mod resume;
837pub mod resume_continue;
838pub mod resume_error;
839pub mod resume_findhandler;
840pub mod resume_finish;
841pub mod resume_handle;
842pub mod resume_start;
843pub mod roundodd;
844pub mod roundsd_sse_41;
845pub mod safejson;
846pub mod scanformat;
847pub mod schubfach;
848pub mod setarrayvector;
849pub mod setboolfield;
850pub mod setfield;
851pub mod setnodevector;
852pub mod shrinkbuffers;
853pub mod shrinkbuffersfull;
854pub mod shrinkstack;
855pub mod shrinkstackprotected;
856pub mod singlematch;
857pub mod sort_func;
858pub mod sort_heap;
859pub mod sort_less;
860pub mod sort_rec;
861pub mod sort_siftheap;
862pub mod sort_swap;
863pub mod stack_init;
864pub mod start_capture;
865pub mod start_gc_cycle_metrics;
866pub mod str_byte;
867pub mod str_char;
868pub mod str_find;
869pub mod str_find_aux;
870pub mod str_format;
871pub mod str_gsub;
872pub mod str_len;
873pub mod str_lower;
874pub mod str_match;
875pub mod str_pack;
876pub mod str_packsize;
877pub mod str_rep;
878pub mod str_reverse;
879pub mod str_split;
880pub mod str_sub;
881pub mod str_unpack;
882pub mod str_upper;
883pub mod stringresizeprotected;
884pub mod sweepgcopage;
885pub mod tableresizeprotected;
886pub mod tag_error;
887pub mod tclear;
888pub mod tclone;
889pub mod tconcat;
890pub mod tcreate;
891pub mod tfind;
892pub mod tfreeze;
893pub mod tinsert;
894pub mod tisfrozen;
895pub mod tmove;
896pub mod tpack;
897pub mod traverseclass;
898pub mod traverseclosure;
899pub mod traverseobject;
900pub mod traverseproto;
901pub mod traversestack;
902pub mod traversetable;
903pub mod tremove;
904pub mod trimzero;
905pub mod tsort;
906pub mod tunpack;
907pub mod u_posrelat;
908pub mod unlinkstr;
909pub mod unpackint;
910pub mod updateaboundary;
911pub mod utf_8_decode;
912pub mod utfchar;
913pub mod utflen;
914pub mod validateclass;
915pub mod validateclosure;
916pub mod validategco;
917pub mod validategraylist;
918pub mod validateobj;
919pub mod validateobject;
920pub mod validateobjref;
921pub mod validateproto;
922pub mod validateref;
923pub mod validatestack;
924pub mod validatetable;
925pub mod vector_abs;
926pub mod vector_angle;
927pub mod vector_ceil;
928pub mod vector_clamp;
929pub mod vector_create;
930pub mod vector_cross;
931pub mod vector_dot;
932pub mod vector_floor;
933pub mod vector_index;
934pub mod vector_lerp;
935pub mod vector_magnitude;
936pub mod vector_max;
937pub mod vector_min;
938pub mod vector_normalize;
939pub mod vector_sign;
940pub mod vm_case_lvmexecute;
941pub mod vm_case_lvmexecute_alt_aa;
942pub mod vm_case_lvmexecute_alt_ab;
943pub mod vm_case_lvmexecute_alt_ac;
944pub mod vm_case_lvmexecute_alt_ad;
945pub mod vm_case_lvmexecute_alt_ae;
946pub mod vm_case_lvmexecute_alt_af;
947pub mod vm_case_lvmexecute_alt_ag;
948pub mod vm_case_lvmexecute_alt_ah;
949pub mod vm_case_lvmexecute_alt_ai;
950pub mod vm_case_lvmexecute_alt_aj;
951pub mod vm_case_lvmexecute_alt_ak;
952pub mod vm_case_lvmexecute_alt_al;
953pub mod vm_case_lvmexecute_alt_am;
954pub mod vm_case_lvmexecute_alt_an;
955pub mod vm_case_lvmexecute_alt_ao;
956pub mod vm_case_lvmexecute_alt_ap;
957pub mod vm_case_lvmexecute_alt_aq;
958pub mod vm_case_lvmexecute_alt_ar;
959pub mod vm_case_lvmexecute_alt_as;
960pub mod vm_case_lvmexecute_alt_at;
961pub mod vm_case_lvmexecute_alt_au;
962pub mod vm_case_lvmexecute_alt_av;
963pub mod vm_case_lvmexecute_alt_aw;
964pub mod vm_case_lvmexecute_alt_ax;
965pub mod vm_case_lvmexecute_alt_ay;
966pub mod vm_case_lvmexecute_alt_az;
967pub mod vm_case_lvmexecute_alt_b;
968pub mod vm_case_lvmexecute_alt_ba;
969pub mod vm_case_lvmexecute_alt_bb;
970pub mod vm_case_lvmexecute_alt_bc;
971pub mod vm_case_lvmexecute_alt_bd;
972pub mod vm_case_lvmexecute_alt_be;
973pub mod vm_case_lvmexecute_alt_bf;
974pub mod vm_case_lvmexecute_alt_bg;
975pub mod vm_case_lvmexecute_alt_bh;
976pub mod vm_case_lvmexecute_alt_bi;
977pub mod vm_case_lvmexecute_alt_bj;
978pub mod vm_case_lvmexecute_alt_bk;
979pub mod vm_case_lvmexecute_alt_bl;
980pub mod vm_case_lvmexecute_alt_bm;
981pub mod vm_case_lvmexecute_alt_bn;
982pub mod vm_case_lvmexecute_alt_bo;
983pub mod vm_case_lvmexecute_alt_bp;
984pub mod vm_case_lvmexecute_alt_bq;
985pub mod vm_case_lvmexecute_alt_br;
986pub mod vm_case_lvmexecute_alt_bs;
987pub mod vm_case_lvmexecute_alt_bt;
988pub mod vm_case_lvmexecute_alt_bu;
989pub mod vm_case_lvmexecute_alt_bv;
990pub mod vm_case_lvmexecute_alt_bw;
991pub mod vm_case_lvmexecute_alt_bx;
992pub mod vm_case_lvmexecute_alt_by;
993pub mod vm_case_lvmexecute_alt_bz;
994pub mod vm_case_lvmexecute_alt_c;
995pub mod vm_case_lvmexecute_alt_ca;
996pub mod vm_case_lvmexecute_alt_cb;
997pub mod vm_case_lvmexecute_alt_cc;
998pub mod vm_case_lvmexecute_alt_cd;
999pub mod vm_case_lvmexecute_alt_ce;
1000pub mod vm_case_lvmexecute_alt_cf;
1001pub mod vm_case_lvmexecute_alt_cg;
1002pub mod vm_case_lvmexecute_alt_ch;
1003pub mod vm_case_lvmexecute_alt_ci;
1004pub mod vm_case_lvmexecute_alt_cj;
1005pub mod vm_case_lvmexecute_alt_ck;
1006pub mod vm_case_lvmexecute_alt_d;
1007pub mod vm_case_lvmexecute_alt_e;
1008pub mod vm_case_lvmexecute_alt_f;
1009pub mod vm_case_lvmexecute_alt_g;
1010pub mod vm_case_lvmexecute_alt_h;
1011pub mod vm_case_lvmexecute_alt_i;
1012pub mod vm_case_lvmexecute_alt_j;
1013pub mod vm_case_lvmexecute_alt_k;
1014pub mod vm_case_lvmexecute_alt_l;
1015pub mod vm_case_lvmexecute_alt_m;
1016pub mod vm_case_lvmexecute_alt_n;
1017pub mod vm_case_lvmexecute_alt_o;
1018pub mod vm_case_lvmexecute_alt_p;
1019pub mod vm_case_lvmexecute_alt_q;
1020pub mod vm_case_lvmexecute_alt_r;
1021pub mod vm_case_lvmexecute_alt_s;
1022pub mod vm_case_lvmexecute_alt_t;
1023pub mod vm_case_lvmexecute_alt_u;
1024pub mod vm_case_lvmexecute_alt_v;
1025pub mod vm_case_lvmexecute_alt_w;
1026pub mod vm_case_lvmexecute_alt_x;
1027pub mod vm_case_lvmexecute_alt_y;
1028pub mod vm_case_lvmexecute_alt_z;
1029pub mod writestring;