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

Unified Diff: src/inspector/injected_script_externs.js

Issue 2767323002: [inspector] better isArrayLike for injected-script-source.js (Closed)
Patch Set: length on array should be own property Created 3 years, 9 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/inspector/injected_script_externs.js
diff --git a/src/inspector/injected_script_externs.js b/src/inspector/injected_script_externs.js
index 14b14e6bbf8c89969ffb7cda1fe6c3bf5e4d4446..71f74f498ded78a1d5045ac5cc1904300966a2c7 100644
--- a/src/inspector/injected_script_externs.js
+++ b/src/inspector/injected_script_externs.js
@@ -14,6 +14,13 @@ InjectedScriptHostClass.prototype.nullifyPrototype = function(obj) {}
/**
* @param {*} obj
+ * @param {string} name
+ * @return {*}
+ */
+InjectedScriptHostClass.prototype.get = function(obj, name) {}
dgozman 2017/03/23 21:10:20 getProperty
kozy 2017/03/24 00:40:37 Done.
+
+/**
+ * @param {*} obj
* @return {string}
*/
InjectedScriptHostClass.prototype.internalConstructorName = function(obj) {}

Powered by Google App Engine
This is Rietveld 408576698