Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Issue 22909009: Evaluate expression in context of an object (Closed)

Created:
7 years, 4 months ago by hausner
Modified:
7 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, devoncarew
Visibility:
Public.

Description

Evaluate expression in context of an object This is the core functionality needed for the debugger. Integration into the debugger wire protocol will follow in a separate change.

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -0 lines) Patch
runtime/include/dart_debugger_api.h View 1 chunk +14 lines, -0 lines 2 comments Download
runtime/vm/compiler.h View 1 chunk +3 lines, -0 lines 0 comments Download
runtime/vm/compiler.cc View 1 chunk +50 lines, -0 lines 3 comments Download
runtime/vm/compiler_test.cc View 2 chunks +31 lines, -0 lines 0 comments Download
runtime/vm/debugger_api_impl.cc View 3 chunks +17 lines, -0 lines 0 comments Download
runtime/vm/debugger_api_impl_test.cc View 2 chunks +98 lines, -0 lines 0 comments Download
runtime/vm/symbols.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
hausner
https://codereview.chromium.org/22909009/diff/1/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://codereview.chromium.org/22909009/diff/1/runtime/vm/compiler.cc#newcode881 runtime/vm/compiler.cc:881: RawObject* Compiler::Evaluate(const Instance& obj, const String& expr) { Should ...
7 years, 4 months ago (2013-08-14 23:54:09 UTC) #1
hausner
CC'ing Devon
7 years, 4 months ago (2013-08-16 00:33:32 UTC) #2
Ivan Posva
LGTM with comments. -Ivan https://codereview.chromium.org/22909009/diff/1/runtime/include/dart_debugger_api.h File runtime/include/dart_debugger_api.h (right): https://codereview.chromium.org/22909009/diff/1/runtime/include/dart_debugger_api.h#newcode484 runtime/include/dart_debugger_api.h:484: DART_EXPORT Dart_Handle Dart_EvaluateExpr(Dart_Handle object, object ...
7 years, 4 months ago (2013-08-19 21:32:18 UTC) #3
hausner
Thank you. https://codereview.chromium.org/22909009/diff/1/runtime/include/dart_debugger_api.h File runtime/include/dart_debugger_api.h (right): https://codereview.chromium.org/22909009/diff/1/runtime/include/dart_debugger_api.h#newcode484 runtime/include/dart_debugger_api.h:484: DART_EXPORT Dart_Handle Dart_EvaluateExpr(Dart_Handle object, On 2013/08/19 21:32:18, ...
7 years, 4 months ago (2013-08-19 22:47:38 UTC) #4
hausner
7 years, 4 months ago (2013-08-22 00:04:16 UTC) #5
Message was sent while issue was closed.
This was committed with a different CL:

https://codereview.chromium.org/23067006/

Powered by Google App Engine
This is Rietveld 408576698