Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Object::get_property_names() and Object::get_own_property_names() #1049

Merged
merged 3 commits into from
Sep 3, 2022

Commits on Aug 21, 2022

  1. Improve Object::get_property_names() and Object::get_own_property_nam…

    …es()
    
    This change allows the customization of the behavior of
    v8::Object::GetOwnPropertyNames() and v8::Object::GetPropertyNames() by
    accepting all the options that the raw V8 API supports.
    
    Fixes: denoland#740
    Signed-off-by: Darshan Sen <[email protected]>
    RaisinTen committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    ecc023e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Implement Default for GetPropertyNamesArgsBuilder

    Signed-off-by: Darshan Sen <[email protected]>
    RaisinTen committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    23d4b04 View commit details
    Browse the repository at this point in the history
  2. fixup! Implement Default for GetPropertyNamesArgsBuilder

    Signed-off-by: Darshan Sen <[email protected]>
    RaisinTen committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    590bdbb View commit details
    Browse the repository at this point in the history