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

@@ -4,11 +4,8 @@
#include "JSCLegacyTracing.h"
#include <JavaScriptCore/JavaScript.h>
#include <JavaScriptCore/API/JSProfilerPrivate.h>
#include <fbsystrace.h>
#include <JavaScriptCore/API/JSProfilerPrivate.h>
#include <jschelpers/JSCHelpers.h>
#include <jschelpers/Value.h>