YJIT: Delete redundant ways to make Context
Context::new() is the same as Context::default() and Context::new_with_stack_size() was only used in tests.
YJIT: Delete redundant ways to make Context
Context::new() is the same as Context::default() and
Context::new_with_stack_size() was only used in tests.