Add support for multiple js contexts

Reviewed By: mhorowitz

Differential Revision: D3035333

fb-gh-sync-id: f829702992cd717acd1eb105b3dcc8abdbc6dc74
shipit-source-id: f829702992cd717acd1eb105b3dcc8abdbc6dc74
This commit is contained in:
Chris Hopman
2016-03-14 11:37:16 -07:00
committed by Facebook Github Bot 6
parent 9d33905786
commit 872b697730
5 changed files with 19 additions and 11 deletions

View File

@@ -172,7 +172,8 @@ public class CatalystInstanceImpl implements CatalystInstance {
}
}
/* package */ void callFunction(
@Override
public void callFunction(
ExecutorToken executorToken,
int moduleId,
int methodId,