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

Unified Diff: src/heap/heap-inl.h

Issue 1410223007: Add non-script SharedFunctionInfos to the Iterator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: First patch. Created 5 years, 2 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
« src/heap/heap.h ('K') | « src/heap/heap.cc ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap-inl.h
diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h
index c6185c6e30d3bcd31ae231fe192263dfae8bca5b..286998c8bdd9a155de8f53ec5d15c39955e1fbc0 100644
--- a/src/heap/heap-inl.h
+++ b/src/heap/heap-inl.h
@@ -622,6 +622,11 @@ void Heap::ClearInstanceofCache() {
}
+void Heap::UpdateNoScriptSharedFunctionInfos(Object* object) {
+ set_noscript_shared_function_infos(object);
+}
+
+
Object* Heap::ToBoolean(bool condition) {
return condition ? true_value() : false_value();
}
« src/heap/heap.h ('K') | « src/heap/heap.cc ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698