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

Unified Diff: src/counters.h

Issue 2807333003: [api] Add DefineProperty() method that skips interceptors.
Patch Set: Created 3 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
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index e5e60fe5ade50727f92065a155a590fecfd57d00..bbd5367f3f866e035b5d312cdddccbc80e75b5ea 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -590,6 +590,7 @@ class RuntimeCallTimer final {
V(Object_CreateDataProperty) \
V(Object_DefineOwnProperty) \
V(Object_DefineProperty) \
+ V(Object_DefinePropertyWithoutInterceptors) \
V(Object_Delete) \
V(Object_DeleteProperty) \
V(Object_ForceSet) \

Powered by Google App Engine
This is Rietveld 408576698