bare-runtime-ios-x64-simulator 1.25.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
@@ -6366,6 +6366,7 @@
6366
6366
  "__ZN2v88internal14V8HeapExplorer30ExtractBytecodeArrayReferencesEPNS0_9HeapEntryENS0_6TaggedINS0_13BytecodeArrayEEE",
6367
6367
  "__ZN2v88internal11interpreter17BytecodeGenerator25BuildNewLocalBlockContextEPNS0_5ScopeE",
6368
6368
  "__ZN2v88internal7GenesisC2EPNS0_7IsolateENS0_17MaybeDirectHandleINS0_13JSGlobalProxyEEENS_5LocalINS_14ObjectTemplateEEE",
6369
+ "_js_get_value_bigint_words",
6369
6370
  "__ZNK2v88internal11interpreter25BytecodeRegisterOptimizer12RegisterInfo28IsOnlyMemberOfEquivalenceSetEv",
6370
6371
  "__ZN2v88internal19PreparseDataBuilder8ByteData13WriteVarint32Ej",
6371
6372
  "__ZN2v88internal5Debug16FloodWithOneShotENS0_6HandleINS0_18SharedFunctionInfoEEEb",
@@ -9876,6 +9877,7 @@
9876
9877
  "__ZN2v88internal21BackgroundCompileTaskC1EPNS0_19ScriptStreamingDataEPNS0_7IsolateENS_10ScriptTypeENS_14ScriptCompiler14CompileOptionsEPNS7_18CompilationDetailsEPFbiPvESB_",
9877
9878
  "__ZN2v88internal44YoungGenerationRememberedSetsMarkingWorklist8TearDownEv",
9878
9879
  "__ZN2v88internal7Isolate31ReportExceptionFunctionCallbackENS0_12DirectHandleINS0_10JSReceiverEEENS2_INS0_20FunctionTemplateInfoEEENS_16ExceptionContextE",
9880
+ "_js_create_bigint_words",
9879
9881
  "__ZNK2v88internal11interpreter21BytecodeArrayIterator23GetConstantAtIndexAsSmiEi",
9880
9882
  "__ZNK8v8_crdtp4cbor13CBORTokenizer11GetEnvelopeEv",
9881
9883
  "_napi_get_value_int64",
@@ -13600,6 +13602,7 @@
13600
13602
  "__ZN2v88internal18NormalizedMapCache3GetEPNS0_7IsolateENS0_12DirectHandleINS0_3MapEEENS0_12ElementsKindENS0_6TaggedINS0_10HeapObjectEEENS0_25PropertyNormalizationModeE",
13601
13603
  "__ZN2v88internal15ValueSerializer17WriteSharedObjectENS0_12DirectHandleINS0_10HeapObjectEEE",
13602
13604
  "__ZNK5cppgc8internal8HeapBase14page_allocatorEv",
13605
+ "_napi_get_value_bigint_words",
13603
13606
  "__ZN2v88internal12V8FileLogger9MapCreateENS0_6TaggedINS0_3MapEEE",
13604
13607
  "__ZN2v88internal9Accessors27WrappedFunctionLengthGetterENS_5LocalINS_4NameEEERKNS_20PropertyCallbackInfoINS_5ValueEEE",
13605
13608
  "__ZN2v88internal14V8HeapExplorer30ExtractJSArrayBufferReferencesEPNS0_9HeapEntryENS0_6TaggedINS0_13JSArrayBufferEEE",
@@ -13754,6 +13757,7 @@
13754
13757
  "_bare_exit",
13755
13758
  "__ZN2v813RegisterStateaSERKS0_",
13756
13759
  "__ZN2v88internal22TracingCpuProfilerImplD0Ev",
13760
+ "_napi_create_bigint_words",
13757
13761
  "__ZN8v8_crdtp18ProtocolTypeTraitsIbvE9SerializeEbPNSt4__Cr6vectorIhNS2_9allocatorIhEEEE",
13758
13762
  "_uv_os_get_passwd",
13759
13763
  "__ZN2v88internal8GCTracer18NotifyMarkingStartEv",
@@ -18045,6 +18049,7 @@
18045
18049
  "__ZN2v88internal14V8HeapExplorer19SetGcRootsReferenceENS0_4RootE",
18046
18050
  "__ZN2v88internal7LogFileC2EPNS0_12V8FileLoggerENSt4__Cr12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEE",
18047
18051
  "__ZN2v88internal40Runtime_ThrowConstructorNonCallableErrorEiPmPNS0_7IsolateE",
18052
+ "_js_disable_garbage_collection_tracking",
18048
18053
  "__ZN2v88internal9Processor19VisitEmptyStatementEPNS0_14EmptyStatementE",
18049
18054
  "__ZN2v88internal14MacroAssembler11I16x16SplatENS0_11YMMRegisterENS0_7OperandE",
18050
18055
  "__ZN2v88internal22DisallowDeoptimization9IsAllowedEPNS0_7IsolateE",
@@ -18298,6 +18303,7 @@
18298
18303
  "__ZN2v88internal7Factory31NewJSArrayBufferAndBackingStoreEmNS0_15InitializedFlagENS0_14AllocationTypeE",
18299
18304
  "__ZNK2v88internal12CallSiteInfo12IsMethodCallEv",
18300
18305
  "__ZN2v88internal14JSSharedStruct19GetElementsTemplateEPNS0_7IsolateENS0_6TaggedINS0_3MapEEE",
18306
+ "_js_enable_garbage_collection_tracking",
18301
18307
  "__ZN2v86bigint20AddAndReturnOverflowENS0_8RWDigitsENS0_6DigitsE",
18302
18308
  "__Z18_As_JSGlobalObjectm",
18303
18309
  "__ZN2v87Context20BackupIncumbentScopeD2Ev",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-runtime-ios-x64-simulator",
3
- "version": "1.25.0",
3
+ "version": "1.27.0",
4
4
  "description": "The iOS Intel simulator 64-bit binary for Bare",
5
5
  "exports": {
6
6
  ".": "./index.js",