Open arcticfox1919 opened 1 year ago
Hi @arcticfox1919 ,
I did a brief look and it looks possible, but will need to take advantage of some internal methods. This is really the magic method that's doing most of the work.
So with some work it could be probably be added, and I'd accept a PR to do so, but it's not in my use case so I likely won't get around to it any time soon.
First of all thank you very much for your work, I happen to have the need to embed the Dart VM to execute the code. Here is the code I read in
dart_api_impl_test.cc
and it seems that the VM can execute Dart code directly in string form:Can you add an API like
TestCase::LoadTestScript
?