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:
commit
3f391478c4
7 changed files with 39 additions and 50 deletions
|
|
@ -14,7 +14,7 @@ int *(test2)(int x) {
|
|||
return &y;
|
||||
}
|
||||
|
||||
int (test3) = 37;
|
||||
int test3 = 37;
|
||||
|
||||
typedef Integer (UnaryOp)(Integer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue