Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

n-api: implement DataView APIs for ChakraCore #351

Merged
merged 1 commit into from
Aug 1, 2017

Conversation

kfarnung
Copy link
Contributor

Implemented the DataView APIs for ChakraCore using the existing JSRT
APIs as well as one new API, JsGetDataViewInfo. The test case has also
been removed from the flaky list.

Resolves #350

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

n-api

@kfarnung
Copy link
Contributor Author

kfarnung commented Aug 1, 2017

@kfarnung
Copy link
Contributor Author

kfarnung commented Aug 1, 2017

This change depends on 3ccc5a9 which was merged into ChakraCore and pulled over.

kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request Aug 1, 2017
Implemented the DataView APIs for ChakraCore using the existing JSRT
APIs as well as one new API, JsGetDataViewInfo. The test case has also
been removed from the flaky list.

PR-URL: nodejs#351
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
Implemented the DataView APIs for ChakraCore using the existing JSRT
APIs as well as one new API, JsGetDataViewInfo. The test case has also
been removed from the flaky list.

PR-URL: nodejs#351
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
@kfarnung kfarnung merged commit dbb61e7 into nodejs:master Aug 1, 2017
@kfarnung kfarnung deleted the dataview branch August 1, 2017 21:53
jackhorton pushed a commit that referenced this pull request Aug 11, 2017
Implemented the DataView APIs for ChakraCore using the existing JSRT
APIs as well as one new API, JsGetDataViewInfo. The test case has also
been removed from the flaky list.

PR-URL: #351
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
kfarnung added a commit that referenced this pull request Aug 11, 2017
Implemented the DataView APIs for ChakraCore using the existing JSRT
APIs as well as one new API, JsGetDataViewInfo. The test case has also
been removed from the flaky list.

PR-URL: #351
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
kfarnung added a commit that referenced this pull request Aug 14, 2017
Implemented the DataView APIs for ChakraCore using the existing JSRT
APIs as well as one new API, JsGetDataViewInfo. The test case has also
been removed from the flaky list.

PR-URL: #351
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement N-API DataView APIs
3 participants