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

Unified Diff: sdk/lib/_blink/dartium/_blink_dartium.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 1847543003: Fast path Location.hash as some apps call it 10000+ times a frame. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: TBR 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:
Download patch
« no previous file with comments | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_blink/dartium/_blink_dartium.dart
diff --git a/sdk/lib/_blink/dartium/_blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart
index 4e302c9172014abc91d8f8a7e3ec854a84334200..03e0eedfd24a603182508b6b64a359e2f0a8de08 100644
--- a/sdk/lib/_blink/dartium/_blink_dartium.dart
+++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
@@ -10143,9 +10143,9 @@ class BlinkLocation {
ancestorOrigins_Getter_(mthis) => Blink_JsNative_DomException.getProperty(mthis /* Location */, "ancestorOrigins");
- hash_Getter_(mthis) => Blink_JsNative_DomException.getProperty(mthis /* Location */, "hash");
+ hash_Getter_(mthis) native "Blink_Getter_Location_hash";
- hash_Setter_(mthis, __arg_0) => Blink_JsNative_DomException.setProperty(mthis /* Location */, "hash", __arg_0);
+ hash_Setter_(mthis, __arg_0) native "Blink_Setter_Location_hash";
host_Getter_(mthis) => Blink_JsNative_DomException.getProperty(mthis /* Location */, "host");
« no previous file with comments | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698