-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EvaluationResult Scheme for arrays. #67095
Add EvaluationResult Scheme for arrays. #67095
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRequires merging in #66654 to work. Objects returned by a method executed on a primitive type do not have an objectId, they don't have their representation on the runtime side either. To be able to get their properties (e.g. elements of array) we are caching them on the debugger side and granting debugger-side-objectId in this PR.
|
Requires merging in #66654 to work.
Objects returned by a method executed on a primitive type do not have an objectId, they don't have their representation on the runtime side either. To be able to get their properties (e.g. elements of array) we are cacheing them on the debugger side and granting debugger-side-objectId in this PR.