Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 7b9a9b3a5ffa813147f9016b1ebeb4f557a91028..d79a9c9ba514be3cdd0b10dea788a67627ed8276 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -656,6 +656,9 @@ class Factory V8_FINAL { |
AllocationSpace space, |
Handle<AllocationSite> allocation_site); |
+ // Creates a code object that is not yet fully initialized yet. |
+ inline Handle<Code> NewCodeRaw(int object_size, bool immovable); |
+ |
// Initializes a function with a shared part and prototype. |
// Note: this code was factored out of NewFunction such that other parts of |
// the VM could use it. Specifically, a function that creates instances of |