Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 9153af70bb90dd864093e3fc87068e09bba6f7a7..6f35fd7fbd8c96e69ced2a9113efae900190f2ee 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -4505,6 +4505,9 @@ Handle<Map> Map::CopyInitialMap(Handle<Map> map) { |
map->unused_property_fields()); |
} |
+Object* JSBoundFunction::raw_bound_target_function() const { |
+ return READ_FIELD(this, kBoundTargetFunctionOffset); |
+} |
ACCESSORS(JSBoundFunction, bound_target_function, JSReceiver, |
kBoundTargetFunctionOffset) |