This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code has been updated to meet the requirements of the updated V8 engine as provided by io.js. In some cases additional EscapableHandleScope has been provided. SassValueWrapper<T>::New has been changed: in case of instance construction via the function call "sass.types.Color(0,0,0)" instead of "new sass.types.Color(0,0,0)" the "new" part is no longer executed by falling through. This should not be necessary because the constructor is called by the NewInstance call anyway. This fixes the following error: FATAL ERROR: v8::Object::SetAlignedPointerInInternalField() Internal field out of bounds
- Loading branch information
Showing
31 changed files
with
445 additions
and
501 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.