[gjs] (17 commits) Non-fast-forward update to branch mozjs91



The branch 'mozjs91' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  9a8d4e5... Update mozjs dependency to 91a1
  3d5bba0... js: Update header includes for SpiderMonkey 91
  268f652... JS_GetPrivate, JS_SetPrivate -> JS::GetPrivate, JS::SetPriv
  77966cb... JS_GetClass -> JS::GetClass
  9d79fe3... JS_New -> JS::Construct
  9ae2ab3... Typed arrays use size_t instead of uint32_t in mozjs91
  3eb312c... JS_StringHasLatin1Chars -> JS::StringHasLatin1Chars
  0d9d59c... Adapt to new module and script APIs
  a92e2a2... Remove JSPROP_GETTER - https://bugzilla.mozilla.org/show_bu
  f4c6c73... Update GC API - https://bugzilla.mozilla.org/show_bug.cgi?i
  27e6f7e... JS::PrintError no longer takes a JSContext
  97748be... Adapt to new Maybe-based property descriptor API
  e918baa... JSID_* macros have been replaced: https://bugzilla.mozilla.
  d2cc397... Disable Top Level Await for now
  d730722... Add TypeError to Error debugger printer
  35423e6... Add CI images for mozjs91.
  3723bc1... WIP: Temporarily unpin build_recommended
  eb450c8... meson: Update mozjs to mozjs-91
  9aaeef1... Add js/GCAPI header.

Commits added to the branch:

  6df8445... meson: Update mozjs to mozjs-91
  2678acf... js: Update includes for headers split out of JSAPI
  c72697e... JS_[Get,Set]Private is now JS::[Get,Set]Private
  4f50b44... JS_GetClass is now JS::GetClass
  32ed1b2... Convert JS_New usage to JS::Construct
  bf499e9... Typed array functions expect size_t instead of uint32_t
  c4e6a50... JS_StringHasLatin1Chars is now JS::StringHasLatin1Chars
  9f5aabb... Adapt to new module and script APIs
  3fd9c86... Remove JSPROP_GETTER usage
  e191b68... Update GC API
  29c2a05... Remove JSContext parameter from JS::PrintError
  8256980... Adapt to new Maybe-based property descriptor API
  3d2344f... JSID_* macros have been replaced with a class-based API
  4d6be98... Disable Top Level Await until we support an implicit eventl
  02dfb5a... Add TypeError to Error debugger printer
  8b4598c... Add CI images for mozjs91.
  912f9b4... WIP: Temporarily unpin build_recommended


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]