DescriptionAdd a native data property that replaces itself with a real data property
This is useful for things that don't ever change, but we don't want to
eagerly compute the result.
Doing this from the embedder is difficult, using DefineOwnProperty would
read the property to get the property descriptor, creating an endless
recursion.
R=verwaest@chromium.org,haraken@chromium.org
BUG=
Committed: https://crrev.com/f07421508221dfcca43a6c10ad8e9047f8f8fcdf
Cr-Commit-Position: refs/heads/master@{#40648}
Patch Set 1 #
Total comments: 1
Patch Set 2 : updates #
Messages
Total messages: 21 (11 generated)
|