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

Unified Diff: test/debugger/test-api.js

Issue 2532893002: [debug] remove debug command processor from debug evaluate tests. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/mjsunit/debug-evaluate.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/test-api.js
diff --git a/test/debugger/test-api.js b/test/debugger/test-api.js
index dd64d22e2eb6cc6eb511c8b3afc490cada8127cb..1eabf5d228162a242e035f681623d610377e5732 100644
--- a/test/debugger/test-api.js
+++ b/test/debugger/test-api.js
@@ -639,7 +639,9 @@ class DebugWrapper {
}
return { value : () => value,
- isUndefined : () => isUndefined
+ isUndefined : () => isUndefined,
+ type : () => obj.type,
+ className : () => obj.className
};
}
« no previous file with comments | « no previous file | test/mjsunit/debug-evaluate.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698