Object::get_property_names()
Object::get_own_property_names()
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. Signed-off-by: Darshan Sen <raisinten@gmail.com>
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>