implement Select and HasAttr

This commit is contained in:
2026-04-22 08:32:11 +08:00
parent e469d1b819
commit 21036aba46
9 changed files with 316 additions and 96 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ use fix_common::Symbol;
use fix_error::Error;
use gc_arena::Gc;
use crate::{BytecodeReader, CallFrame, Step, WithEnv};
use crate::value::*;
use crate::{BytecodeReader, CallFrame, Step, WithEnv};
impl<'gc> crate::Vm<'gc> {
#[inline(always)]