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

Unified Diff: src/runtime/runtime.h

Issue 1317033009: [runtime] Remove Runtime::KeyedGetObjectProperty function. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-super-default-construct-2
Patch Set: Created 5 years, 3 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 | « no previous file | src/runtime/runtime-object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 95696a3c9c1aa788ca359c95bef69a03c03f21c2..d231c0abf4c55a47516ad3bf76b3bfcfd0726397 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -1172,10 +1172,6 @@ class Runtime : public AllStatic {
Isolate* isolate, Handle<Object> object, Handle<Object> key,
LanguageMode language_mode = SLOPPY);
- MUST_USE_RESULT static MaybeHandle<Object> KeyedGetObjectProperty(
- Isolate* isolate, Handle<Object> receiver_obj, Handle<Object> key_obj,
- LanguageMode language_mode);
-
enum TypedArrayId {
// arrayIds below should be synchronized with typedarray.js natives.
ARRAY_ID_UINT8 = 1,
« no previous file with comments | « no previous file | src/runtime/runtime-object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698