aboutsummaryrefslogtreecommitdiff
path: root/src/javascript/jsc/bindings/wtf-bindings.h
blob: 2abd398feb155236776a7fc823702d7576a3b6fa (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include "root.h"
#include "wtf/text/ASCIIFastPath.h"

extern "C" void WTF__copyLCharsFromUCharSource(LChar* destination, const UChar* source, size_t length);
extern "C" JSC::EncodedJSValue WTF__toBase64URLStringValue(const uint8_t* bytes, size_t length, JSC::JSGlobalObject* globalObject);