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

Unified Diff: src/execution.h

Issue 1567963002: [builtins] Migrate Object.keys to C++. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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/contexts.h ('k') | src/execution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/execution.h
diff --git a/src/execution.h b/src/execution.h
index 9feda335a23fb77269397af86dfbcd596d62ac7a..81b71b631efe3dfddd74437585d9cbec5b022c22 100644
--- a/src/execution.h
+++ b/src/execution.h
@@ -50,8 +50,8 @@ class Execution final : public AllStatic {
MaybeHandle<Object>* exception_out = NULL);
// ECMA-262 9.9
- MUST_USE_RESULT static MaybeHandle<Object> ToObject(
- Isolate* isolate, Handle<Object> obj);
+ MUST_USE_RESULT static MaybeHandle<JSReceiver> ToObject(Isolate* isolate,
+ Handle<Object> obj);
static Handle<String> GetStackTraceLine(Handle<Object> recv,
Handle<JSFunction> fun,
« no previous file with comments | « src/contexts.h ('k') | src/execution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698