зеркало из https://github.com/mozilla/pjs.git
Compilation fix for MSVC (no bug).
This commit is contained in:
Родитель
bad63d178b
Коммит
44c481882b
|
@ -520,6 +520,9 @@ js_CheckRedeclaration(JSContext *cx, JSObject *obj, jsid id, uintN attrs,
|
|||
extern JSBool
|
||||
js_StrictlyEqual(JSContext *cx, jsval lval, jsval rval);
|
||||
|
||||
extern JSBool
|
||||
js_InternNonIntElementId(JSContext *cx, JSObject *obj, jsval idval, jsid *idp);
|
||||
|
||||
/*
|
||||
* JS_LONE_INTERPRET indicates that the compiler should see just the code for
|
||||
* the js_Interpret function when compiling jsinterp.cpp. The rest of the code
|
||||
|
@ -588,9 +591,6 @@ extern JS_REQUIRES_STACK JSBool
|
|||
js_UnwindScope(JSContext *cx, JSStackFrame *fp, jsint stackDepth,
|
||||
JSBool normalUnwind);
|
||||
|
||||
extern JSBool
|
||||
js_InternNonIntElementId(JSContext *cx, JSObject *obj, jsval idval, jsid *idp);
|
||||
|
||||
extern JSBool
|
||||
js_OnUnknownMethod(JSContext *cx, jsval *vp);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче