mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
more build fun with bug 553541
This commit is contained in:
parent
9ab4260761
commit
40734e1d64
@ -461,6 +461,8 @@ js_FinishCommonAtoms(JSContext *cx);
|
|||||||
extern JSAtom *
|
extern JSAtom *
|
||||||
js_AtomizeDouble(JSContext *cx, jsdouble d);
|
js_AtomizeDouble(JSContext *cx, jsdouble d);
|
||||||
|
|
||||||
|
JS_END_EXTERN_C
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Find or create the atom for a string. Return null on failure to allocate
|
* Find or create the atom for a string. Return null on failure to allocate
|
||||||
* memory.
|
* memory.
|
||||||
@ -468,6 +470,8 @@ js_AtomizeDouble(JSContext *cx, jsdouble d);
|
|||||||
extern JSAtom *
|
extern JSAtom *
|
||||||
js_AtomizeString(JSContext *cx, JSString *str, uintN flags);
|
js_AtomizeString(JSContext *cx, JSString *str, uintN flags);
|
||||||
|
|
||||||
|
JS_BEGIN_EXTERN_C
|
||||||
|
|
||||||
extern JSAtom *
|
extern JSAtom *
|
||||||
js_Atomize(JSContext *cx, const char *bytes, size_t length, uintN flags);
|
js_Atomize(JSContext *cx, const char *bytes, size_t length, uintN flags);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user