summaryrefslogtreecommitdiff
path: root/yjit/src/cruby.rs
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2024-01-25 13:45:58 -0800
committer<[email protected]>2024-01-25 21:45:58 +0000
commit2034e6ad5a22fa1dcde428751ae97a29ba434d7e ()
tree52183e2cd056c405423714863aa56060a703357b /yjit/src/cruby.rs
parentf0224adf2f6ec5c1a9c77001bfbfdae9eb93f5fc (diff)
YJIT: Support concattoarray and pushtoarray (#9708)
-rw-r--r--yjit/src/cruby.rs1
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ pub use autogened::*;
extern "C" {
pub fn rb_vm_splat_array(flag: VALUE, ary: VALUE) -> VALUE;
pub fn rb_vm_concat_array(ary1: VALUE, ary2st: VALUE) -> VALUE;
pub fn rb_vm_defined(
ec: EcPtr,
reg_cfp: CfpPtr,