зеркало из https://github.com/mozilla/pjs.git
bug 289933: make regexps and script objects be of type 'function' to imitate IE. r+a=brendan
This commit is contained in:
Родитель
c3584d9c29
Коммит
0fd1ab3be4
|
@ -614,9 +614,7 @@ JS_TypeOfValue(JSContext *cx, jsval v)
|
|||
{
|
||||
clasp = OBJ_GET_CLASS(cx, obj);
|
||||
if ((ops == &js_ObjectOps)
|
||||
? (clasp->call
|
||||
? clasp == &js_RegExpClass
|
||||
: clasp == &js_FunctionClass)
|
||||
? clasp == &js_FunctionClass
|
||||
: ops->call != NULL) {
|
||||
type = JSTYPE_FUNCTION;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче