[Webkit-unassigned] [Bug 161521] New: jsc: fix cmake build missing symbol getPropertySlot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 18:23:46 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=161521

            Bug ID: 161521
           Summary: jsc: fix cmake build missing symbol getPropertySlot
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jfbastien at apple.com

The following patch moved things around: https://bugs.webkit.org/show_bug.cgi?id=161499

It seems to upset the cmake build with:

Undefined symbols for architecture x86_64:
  "JSC::JSObject::getPropertySlot(JSC::ExecState*, unsigned int, JSC::PropertySlot&)", referenced from:
      JSC::JSObject::get(JSC::ExecState*, JSC::PropertyName) const in IntlDateTimeFormat.cpp.o
      JSC::JSObject::get(JSC::ExecState*, JSC::PropertyName) const in IntlNumberFormat.cpp.o
  "JSC::JSObject::getNonIndexPropertySlot(JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&)", referenced from:
      JSC::JSObject::get(JSC::ExecState*, JSC::PropertyName) const in IntlDateTimeFormat.cpp.o
      JSC::JSObject::get(JSC::ExecState*, JSC::PropertyName) const in IntlNumberFormat.cpp.o
ld: symbol(s) not found for architecture x86_64

Sure enough, I nm through all the .o files and all references to getPropertySlot are U.

The non-template functions are huge anyways, it seems optimistic to me that they would *ever* be inlined.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160902/7159b7a9/attachment-0001.html>


More information about the webkit-unassigned mailing list