Pieter De Baets 20514e3482 Add JSContextRef param to String constructor
Reviewed By: bnham

Differential Revision: D4197300

fbshipit-source-id: 306ffc85e3ced24047b68499f7cdf5e2d31fc052
2016-11-18 06:28:48 -08:00

16 lines
246 B
C++

// Copyright 2004-present Facebook. All Rights Reserved.
#pragma once
#include <jschelpers/Value.h>
#include "Executor.h"
namespace facebook {
namespace react {
String jsStringFromBigString(JSContextRef ctx, const JSBigString& bigstr);
}
}