Module eval_method_dispatch

Module eval_method_dispatch 

Source
Expand description

Method dispatch evaluation module

This module handles evaluation of all method calls in the interpreter. Provides a centralized dispatch system for different value types. Extracted for maintainability and following Toyota Way principles. All functions maintain <10 cyclomatic complexity.

Functionsยง

eval_method_call
Evaluate a method call on a receiver value