Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Adding --instantRender mode. #2178

Closed
wants to merge 2 commits into from
Closed

Conversation

NTillmann
Copy link
Contributor

Release notes: None

Tweaking some behaviors to help with Instant Render automation.
This leaves behind some TODOs in the code, but unblock me for now.

Release notes: None

Tweaking some behaviors to help with Instant Render automation.
This leaves behind some TODOs in the code, but unblock me for now.
@@ -87,13 +87,20 @@ export class HeapInspector {
return HeapInspector._integrityDescriptors[this.getTargetIntegrityCommand(val)];
}

static isLeaf(val: Value): boolean {
static isLeaf(realm: Realm, val: Value): boolean {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not get the realm off the value rather than add it to every call site?

Copy link
Contributor

@trueadm trueadm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a nit, but looks good

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NTillmann is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@hermanventer hermanventer deleted the InstantRenderPrepackAutomation branch July 3, 2018 01:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants