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

Unified Diff: vm/snapshot_test.cc

Issue 12036098: First set of changes towards cleaning up the bytearray access APIs (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 7 years, 11 months 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 | « vm/object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/snapshot_test.cc
===================================================================
--- vm/snapshot_test.cc (revision 17884)
+++ vm/snapshot_test.cc (working copy)
@@ -1384,7 +1384,7 @@
EXPECT(Dart_IsString(crappy_string_result));
{
- DARTSCOPE_NOCHECKS(isolate);
+ DARTSCOPE(isolate);
{
StackZone zone(Isolate::Current());
@@ -1475,7 +1475,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE_NOCHECKS(isolate);
+ DARTSCOPE(isolate);
{
// Generate a list of nulls from Dart code.
ApiNativeScope scope;
@@ -1593,7 +1593,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE_NOCHECKS(isolate);
+ DARTSCOPE(isolate);
{
// Generate a list of nulls from Dart code.
ApiNativeScope scope;
@@ -1816,7 +1816,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE_NOCHECKS(isolate);
+ DARTSCOPE(isolate);
{
// Generate a list of strings from Dart code.
@@ -1991,7 +1991,7 @@
EXPECT_VALID(lib);
{
- DARTSCOPE_NOCHECKS(isolate);
+ DARTSCOPE(isolate);
{
// Generate a list of strings from Dart code.
« no previous file with comments | « vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698