PatchworkOS
Loading...
Searching...
No Matches
method.c File Reference

Go to the source code of this file.

Functions

aml_object_taml_method_evaluate (aml_state_t *parentState, aml_method_obj_t *method, aml_object_t **args)
 Evaluate a method with the given arguments.
 
uint64_t aml_method_evaluate_integer (aml_state_t *parentState, aml_object_t *object, aml_integer_t *out)
 Wrapper around aml_method_evaluate for zero argument methods that return an integer or nothing and for integer objects.