[Webkit-unassigned] [Bug 15211] 25534 broke (at least) Webkit/Gtk
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 14 03:44:17 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15211
------- Comment #1 from sven at imendio.com 2007-09-14 03:44 PDT -------
GDB output:
0xb74fd659 in KJS::JSObject::getPropertySlot (this=0x0, exec=0xbfcce144,
propertyName=@0x80f76c8,
slot=@0xbfccdef8) at ../../../JavaScriptCore/kjs/object.h:554
554 if (object->getOwnPropertySlot(exec, propertyName, slot))
(gdb) l
549 // since this is function very hot in variable lookup
550 inline bool JSObject::getPropertySlot(ExecState *exec, const
Identifier& propertyName, PropertySlot& slot)
551 {
552 JSObject *object = this;
553 while (true) {
554 if (object->getOwnPropertySlot(exec, propertyName, slot))
555 return true;
556
557 JSValue *proto = object->_proto;
558 if (!proto->isObject())
(gdb) p object
$1 = (class KJS::JSObject *) 0x0
(gdb)
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list