mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
74c407da2f
Minus all the operator-related functionalities, members that can be worked around using static interop e.g. getPrototypeOf, and createDartExport/createStaticInteropMock, this bridges the gap of js_util. Adds: - instanceOfString from js_util as an extension methods - JSObject constructor to replace js_util.newObject - Unnamed factory constructor to JSAny so users can't extend it Fixes: - JSArray.withLength to take an int - typeofEquals to take a String and return a bool - instanceof to return a bool CoreLibraryReviewExempt: Backend-specific library. Change-Id: I7db1651f641a4fc84392957dfa7ad64904f110e8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326691 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
.gitignore | ||
api_readme.md | ||
BUILD.gn | ||
OWNERS |