Merge branch 'v8-context-aware-race-free-preparation'

* v8-context-aware-race-free-preparation:
  Lib/javascript/v8: use ::Cast instead of To* when possible.
  Lib/javascript/v8/javascriptrun.swg: clean up pre-processor conditions.
  Lib/javascript/jsc/javascriptinit.swg: shortcut JSGlobalContextRef casts.
  Examples/test-suite/grouping.i: resolve compiler warning.
This commit is contained in:
William S Fulton 2021-03-11 22:48:38 +00:00
commit 3f391478c4
7 changed files with 39 additions and 50 deletions

View file

@ -14,7 +14,7 @@ int *(test2)(int x) {
return &y;
}
int (test3) = 37;
int test3 = 37;
typedef Integer (UnaryOp)(Integer);