mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
add supportsWebWorkers
Reviewed By: lexs Differential Revision: D3149754 fbshipit-source-id: 58bce886aff526bc7152eaca2f43a654dcb5ad2a
This commit is contained in:
parent
03edc75b56
commit
7762297f77
@ -1,15 +1,16 @@
|
||||
// Copyright 2004-present Facebook. All Rights Reserved.
|
||||
|
||||
#include <JavaScriptCore/JavaScript.h>
|
||||
|
||||
#ifdef WITH_FB_MEMORY_PROFILING
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <JavaScriptCore/JavaScript.h>
|
||||
#include <JavaScriptCore/API/JSProfilerPrivate.h>
|
||||
#include "JSCHelpers.h"
|
||||
|
||||
#include "Value.h"
|
||||
|
||||
#ifdef WITH_FB_MEMORY_PROFILING
|
||||
|
||||
static JSValueRef nativeCaptureHeap(
|
||||
JSContextRef ctx,
|
||||
JSObjectRef function,
|
||||
|
Loading…
x
Reference in New Issue
Block a user