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

Unified Diff: src/typedarray.js

Issue 1120333007: Revert of Migrate error messages, part 7. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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 | « src/runtime/runtime-typedarray.cc ('k') | src/weak-collection.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/typedarray.js
diff --git a/src/typedarray.js b/src/typedarray.js
index c9c6056e7a9435d33fa000465751d82985e771cb..4e3b9385863a20c94234d3dc63bafb31191e31f1 100644
--- a/src/typedarray.js
+++ b/src/typedarray.js
@@ -113,7 +113,7 @@
NAMEConstructByArrayLike(this, arg1);
}
} else {
- throw MakeTypeError(kConstructorNotFunction, "NAME")
+ throw MakeTypeError("constructor_not_function", ["NAME"])
}
}
« no previous file with comments | « src/runtime/runtime-typedarray.cc ('k') | src/weak-collection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698