Define wrapper versions of all JSC methods

Reviewed By: bnham

Differential Revision: D4197369

fbshipit-source-id: 53869fe1b56010c8a5330025d06ef557369e4957
This commit is contained in:
Pieter De Baets
2016-11-22 06:05:36 -08:00
committed by Facebook Github Bot
parent 1c69b61c26
commit e541d9b108
23 changed files with 199 additions and 68 deletions

View File

@@ -2,23 +2,20 @@
#include "JSCWebWorker.h"
#include <condition_variable>
#include <mutex>
#include <unordered_map>
#include <folly/Memory.h>
#include <glog/logging.h>
#include <jschelpers/JSCHelpers.h>
#include <jschelpers/Value.h>
#include "MessageQueueThread.h"
#include "Platform.h"
#include "JSCUtils.h"
#include <glog/logging.h>
#include <JavaScriptCore/JSValueRef.h>
namespace facebook {
namespace react {