summaryrefslogtreecommitdiff
path: root/zjit.rb
blob: fd58c1c94a097a12d7d1512c091fb40f60683597 (plain)
1
2
3
4
5
6
module RubyVM::ZJIT
  # Assert that any future ZJIT compilation will return a function pointer
  def self.assert_compiles
    Primitive.rb_zjit_assert_compiles
  end
end