зеркало из https://github.com/mozilla/pjs.git
'thisArg' could be null, so use 'fun' for scope.
This commit is contained in:
Родитель
7adaf0f0dc
Коммит
0343b19f7f
|
@ -1284,8 +1284,8 @@ public class ScriptRuntime {
|
|||
throw NativeGlobal.constructError(
|
||||
Context.getContext(), "TypeError",
|
||||
ScriptRuntime.getMessage("msg.isnt.function",
|
||||
errorArgs),
|
||||
thisArg);
|
||||
errorArgs),
|
||||
fun);
|
||||
}
|
||||
|
||||
Scriptable thisObj;
|
||||
|
|
|
@ -1284,8 +1284,8 @@ public class ScriptRuntime {
|
|||
throw NativeGlobal.constructError(
|
||||
Context.getContext(), "TypeError",
|
||||
ScriptRuntime.getMessage("msg.isnt.function",
|
||||
errorArgs),
|
||||
thisArg);
|
||||
errorArgs),
|
||||
fun);
|
||||
}
|
||||
|
||||
Scriptable thisObj;
|
||||
|
|
Загрузка…
Ссылка в новой задаче