зеркало из https://github.com/mozilla/pjs.git
Make js_GetScriptLineExtent JS_FRIEND_API for the js shell's sake.
This commit is contained in:
Родитель
9432fa53ed
Коммит
adf436987a
|
@ -1278,7 +1278,7 @@ out:
|
|||
return script->code + offset;
|
||||
}
|
||||
|
||||
uintN
|
||||
JS_FRIEND_API(uintN)
|
||||
js_GetScriptLineExtent(JSScript *script)
|
||||
{
|
||||
uintN lineno;
|
||||
|
|
|
@ -162,7 +162,7 @@ js_PCToLineNumber(JSContext *cx, JSScript *script, jsbytecode *pc);
|
|||
extern jsbytecode *
|
||||
js_LineNumberToPC(JSScript *script, uintN lineno);
|
||||
|
||||
extern uintN
|
||||
extern JS_FRIEND_API(uintN)
|
||||
js_GetScriptLineExtent(JSScript *script);
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче