You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #779 from jianchun:lib
This change enables building `lib/Runtime/Library`.
- Added a few unimplemented stubs into `CommonPal.h`.
- Replaced a bunch of `__try/__finally(__leave)` with `TryFinally`.
- `JavascriptBuiltInFunctions.cpp`: Added `BUILTIN_TEMPLATE` to work with
all TypedArray types as they are template specializations and need
`template<>`.
- `TypedArray.cpp`: Needed to move `Is`/`FromVar` specializations forward
before being used.
2 files excluded from build:
- JavascriptErrorDebug.cpp: using interfaces
- MathLibrary.cpp: using intrinsics conflicting with stdlib/math.h
0 commit comments