bare-runtime-ios-arm64-simulator 1.26.0 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/bare CHANGED
Binary file
package/lib/libbare.tbd CHANGED
@@ -18536,6 +18536,7 @@
18536
18536
  "__ZN2v88internal14V8HeapExplorer19SetGcRootsReferenceENS0_4RootE",
18537
18537
  "__ZN2v88internal7LogFileC2EPNS0_12V8FileLoggerENSt4__Cr12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
18538
18538
  "__ZN2v88internal40Runtime_ThrowConstructorNonCallableErrorEiPmPNS0_7IsolateE",
18539
+ "_js_disable_garbage_collection_tracking",
18539
18540
  "__ZN2v88internal9Processor19VisitEmptyStatementEPNS0_14EmptyStatementE",
18540
18541
  "__ZN2v88internal22DisallowDeoptimization9IsAllowedEPNS0_7IsolateE",
18541
18542
  "__ZN2v88internal7Factory16ProcessNewScriptENS0_12DirectHandleINS0_6ScriptEEENS0_15ScriptEventTypeE",
@@ -18818,7 +18819,7 @@
18818
18819
  "__ZN2v88internal7Factory16NewContextfulMapENS0_12DirectHandleINS0_10JSReceiverEEENS0_12InstanceTypeEiNS0_12ElementsKindEiNS0_14AllocationTypeE",
18819
18820
  "__ZN2v88internal10MapUpdater6UpdateEv",
18820
18821
  "__ZN2v88internal12RootIndexMapC2EPNS0_7IsolateE",
18821
- "_uv_thread_getcpu",
18822
+ "_js_enable_garbage_collection_tracking",
18822
18823
  "_napi_close_callback_scope",
18823
18824
  "__ZN2v88internal12PageMetadata15CreateBlackAreaEmm",
18824
18825
  "__ZN2v88internal11CpuProfiler13StopProfilingEj",
@@ -18859,6 +18860,7 @@
18859
18860
  "__ZN2v88internal15AccessCheckInfo3GetEPNS0_7IsolateENS0_12DirectHandleINS0_8JSObjectEEE",
18860
18861
  "__ZN2v88internal9Accessors20FunctionLengthGetterENS_5LocalINS_4NameEEERKNS_20PropertyCallbackInfoINS_5ValueEEE",
18861
18862
  "__ZN2v87Isolate19GetIncumbentContextEv",
18863
+ "_uv_thread_getcpu",
18862
18864
  "__ZN2v88internal20DisassemblingDecoder21VisitFPIntegerConvertEPNS0_11InstructionE",
18863
18865
  "__ZN2v88internal9Assembler6stsetlERKNS0_8RegisterERKNS0_10MemOperandE",
18864
18866
  "__ZN2v88internal14KeyAccumulator21CollectOwnJSProxyKeysENS0_12DirectHandleINS0_10JSReceiverEEENS2_INS0_7JSProxyEEE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-ios-arm64-simulator",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "description": "The iOS ARM simulator 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",