File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/main/java/org/truffleruby/cext Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 14
14
import static org .truffleruby .cext .ValueWrapperManager .OBJECT_TAG ;
15
15
import static org .truffleruby .cext .ValueWrapperManager .FALSE_HANDLE ;
16
16
17
- import org .truffleruby .Layouts ;
18
-
19
17
import org .truffleruby .cext .UnwrapNodeGen .UnwrapNativeNodeGen ;
20
18
import org .truffleruby .language .NotProvided ;
21
19
import org .truffleruby .language .RubyBaseNode ;
Original file line number Diff line number Diff line change 11
11
12
12
import java .lang .ref .WeakReference ;
13
13
14
- import org .truffleruby .Layouts ;
15
14
import org .truffleruby .RubyContext ;
16
15
import org .truffleruby .collections .LongHashMap ;
17
16
import org .truffleruby .extra .ffi .Pointer ;
18
17
import com .oracle .truffle .api .CompilerDirectives .TruffleBoundary ;
19
- import com .oracle .truffle .api .object .DynamicObject ;
20
18
21
19
public class ValueWrapperManager {
22
20
You can’t perform that action at this time.
0 commit comments