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

Unified Diff: src/messages.h

Issue 1909433003: Remove support for Object.observe (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 4 years, 8 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/js/v8natives.js ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index c09eceeae7a6b60d475571908998f8f8545ba590..9728ef3596b94139353dae647ce74ce73735e24b 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -172,19 +172,6 @@ class CallSite {
T(ObjectSetterExpectingFunction, \
"Object.prototype.__defineSetter__: Expecting function") \
T(ObjectSetterCallable, "Setter must be a function: %") \
- T(ObserveCallbackFrozen, \
- "Object.observe cannot deliver to a frozen function object") \
- T(ObserveGlobalProxy, "% cannot be called on the global proxy object") \
- T(ObserveAccessChecked, "% cannot be called on access-checked objects") \
- T(ObserveInvalidAccept, \
- "Third argument to Object.observe must be an array of strings.") \
- T(ObserveNonFunction, "Object.% cannot deliver to non-function") \
- T(ObserveNonObject, "Object.% cannot % non-object") \
- T(ObserveNotifyNonNotifier, "notify called on non-notifier object") \
- T(ObservePerformNonFunction, "Cannot perform non-function") \
- T(ObservePerformNonString, "Invalid non-string changeType") \
- T(ObserveTypeNonString, \
- "Invalid changeRecord with non-string 'type' property") \
T(OrdinaryFunctionCalledAsConstructor, \
"Function object that's not a constructor was created with new") \
T(PromiseCyclic, "Chaining cycle detected for promise %") \
« no previous file with comments | « src/js/v8natives.js ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698