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

Unified Diff: src/objects.h

Issue 2089703004: Further streamline HandleApiCall (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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/execution.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 19d7ba4da6f6ee0ef643d8faa513ed73ba534ec7..0867fd8106830691625b00e20d49dd0208147d22 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -10553,7 +10553,7 @@ class FunctionTemplateInfo: public TemplateInfo {
static const int kSize = kLengthOffset + kPointerSize;
// Returns true if |object| is an instance of this function template.
- bool IsTemplateFor(JSObject* object);
+ inline bool IsTemplateFor(JSObject* object);
bool IsTemplateFor(Map* map);
private:
« no previous file with comments | « src/execution.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698