summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/js-function.tq
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/js-function.tq')
-rw-r--r--deps/v8/src/objects/js-function.tq3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/objects/js-function.tq b/deps/v8/src/objects/js-function.tq
index 5ffed87356..abaeac1b56 100644
--- a/deps/v8/src/objects/js-function.tq
+++ b/deps/v8/src/objects/js-function.tq
@@ -33,8 +33,7 @@ extern class JSFunction extends JSFunctionOrBoundFunctionOrWrappedFunction {
shared_function_info: SharedFunctionInfo;
context: Context;
feedback_cell: FeedbackCell;
- @if(V8_EXTERNAL_CODE_SPACE) code: CodeDataContainer;
- @ifnot(V8_EXTERNAL_CODE_SPACE) code: Code;
+ code: Code;
// Space for the following field may or may not be allocated.
prototype_or_initial_map: JSReceiver|Map;
}