-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Define all property methods of constructors #1109
Conversation
Test262 conformance changes:
|
Codecov Report
@@ Coverage Diff @@
## master #1109 +/- ##
==========================================
- Coverage 58.64% 58.53% -0.12%
==========================================
Files 176 176
Lines 12523 12547 +24
==========================================
Hits 7344 7344
- Misses 5179 5203 +24
Continue to review full report at Codecov.
|
Benchmark for 4137948Click to view benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
|
6 = 3 * 2 2 instance and static properties 3 data, accessor and properties discussed in #400
ffd7041
to
f4d9d56
Compare
Benchmark for f013ec9Click to view benchmark
|
As per review in #1109 by @HalidOdat Co-authored-by: Halid Odat <halidodat@gmail.com>
Benchmark for be9e641Click to view benchmark
|
* Refactor: Define all property methods of constructors * Refactor: Simplify naming of ConstructorBuilder methods As per review in #1109 by @HalidOdat Co-authored-by: Halid Odat <halidodat@gmail.com>
This Pull Request will help work on #400.
It changes the following:
property
method inConstructorBuilder
todata_property
static_property
method inConstructorBuilder
tostatic_data_property
accessor
variants similar to above functionsproperty_descriptor
variants to offer more generic approach