Skip to content

Conversation

@bnoordhuis
Copy link
Member

Stop using the deprecated GetHiddenValue() and SetHiddenValue()
methods, start using GetPrivate() and SetPrivate() instead.

This commit turns some of the entries in the per-isolate string table
into private symbols.

R=@cjihrig or @trevnorris

CI: https://ci.nodejs.org/job/node-test-pull-request/1518/

@bnoordhuisbnoordhuis mentioned this pull request Feb 2, 2016
@mscdexmscdex added the v8 engine Issues and PRs related to the V8 dependency. label Feb 2, 2016
Stop using the deprecated `GetHiddenValue()` and `SetHiddenValue()` methods, start using `GetPrivate()` and `SetPrivate()` instead. This commit turns some of the entries in the per-isolate string table into private symbols. PR-URL: nodejs#5045 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trevor Norris <[email protected]>
@trevnorris
Copy link
Contributor

LGTM. arm failure is unrelated.

@cjihrig
Copy link
Contributor

LGTM. I guess that answers my question about using ForApi.

@bnoordhuisbnoordhuis deleted the new-v8-api branch February 3, 2016 08:43
@bnoordhuisbnoordhuis merged commit 924cc6c into nodejs:masterFeb 3, 2016
@rvagg
Copy link
Member

rvagg commented Feb 8, 2016

can this go on v5.x? v4.x?

@bnoordhuis
Copy link
MemberAuthor

The new APIs don't exist in V8 4.6 and older.

@targos
Copy link
Member

tagging as dont-land-on-... then

scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
Stop using the deprecated `GetHiddenValue()` and `SetHiddenValue()` methods, start using `GetPrivate()` and `SetPrivate()` instead. This commit turns some of the entries in the per-isolate string table into private symbols. PR-URL: nodejs#5045 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trevor Norris <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@bnoordhuis@trevnorris@cjihrig@rvagg@targos@mscdex