Skip to content

Conversation

@kfarnung
Copy link
Contributor

No description provided.

@kfarnung kfarnung self-assigned this Jan 23, 2018
Js::Var nameVar = InflateVarInReplay(executeContext, GetVarItem_0(action));

Js::JavascriptString* name = nullptr;
if(nameVar != nullptr)
Copy link
Contributor

Choose a reason for hiding this comment

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

For a closer match with the non-TTD code, should this check nameVar != JS_INVALID_REFERENCE? And maybe also call it metadata, even though it is currently just a name?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

JS_INVALID_REFERENCE isn't used internally, so I didn't make that change, but I did update the variable to metadata.

Copy link
Contributor

@MSLaguana MSLaguana left a comment

Choose a reason for hiding this comment

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

LGTM otherwise.

@chakrabot chakrabot merged commit c8b3958 into chakra-core:release/1.9 Jan 23, 2018
chakrabot pushed a commit that referenced this pull request Jan 23, 2018
…nction changes

Merge pull request #4590 from kfarnung:ttdfunction
@kfarnung kfarnung deleted the ttdfunction branch January 23, 2018 22:56
chakrabot pushed a commit that referenced this pull request Jan 23, 2018
…t JsCreate*Function changes

Merge pull request #4590 from kfarnung:ttdfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants