-
-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConstructorBuilder
, ObjectInitializer
, cache standard objects and…
… fix global object attributes (#722) - Add BuiltIn trait - Add ConstructorBuilder - Add ObjectInitializer - Cache core standard objects - More efficient ConstructorBuilder::build() - Allow to specify which prototype to inherit - Refactor object property insertion - Made ClassBuilder use ConstructorBuilder - Make ConstructorBuilder::build() return GcObject - Implement Debug for ClassBuilder and ConstructorBuilder - Make ClassBuilder methods return &mut Self - Make ObjectBuilder::build() return a GcObject - Fixed global objects/properies attributes - Fixed function prototype and attributes - doc cached standard objects - Set error object types to inherit from `Error.prototype` - Added FunctionBuilder - Add #[inline]
- Loading branch information
Showing
34 changed files
with
1,870 additions
and
1,800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.