You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: attempt to unwrap error: NativeTypeUnhandled
/home/pierre/wrk/browsercore/vendor/jsruntime-lib/src/engines/v8/types_primitives.zig:46:17: 0xa9551f in nativeToJS__anon_22656 (test)
else => return error.NativeTypeUnhandled,
^
/home/pierre/wrk/browsercore/vendor/jsruntime-lib/src/engines/v8/generate.zig:672:13: 0xa955e1 in setNativeType__anon_22655 (test)
) catch unreachable; // NOTE: should not happen has types have been checked at reflect
^
/home/pierre/wrk/browsercore/vendor/jsruntime-lib/src/engines/v8/generate.zig:860:37: 0xa22bcc in callFunc__anon_21045 (test)
const js_val = setNativeType(
^
/home/pierre/wrk/browsercore/vendor/jsruntime-lib/src/engines/v8/generate.zig:926:21: 0x9f626e in getter (test)
callFunc(
^
../../../../v8/src/api/api-arguments-inl.h:201:3: 0x16ecbb0 in BasicCallNamedGetterCallback (../../../../v8/src/objects/objects.cc)
../../../../v8/src/api/api-arguments-inl.h:315:10: 0x16c4777 in CallAccessorGetter (../../../../v8/src/objects/objects.cc)
../../../../v8/src/objects/objects.cc:1442:34: 0x16c2d19 in GetPropertyWithAccessor (../../../../v8/src/objects/objects.cc)
../../../../v8/src/objects/objects.cc:1185:16: 0x16c1843 in GetProperty (../../../../v8/src/objects/objects.cc)
../../../../v8/src/ic/ic.cc:507:5: 0x2733528 in Load (../../../../v8/src/ic/ic.cc)
../../../../v8/src/ic/ic.cc:2675:3: 0x27428ce in __RT_impl_Runtime_LoadNoFeedbackIC_Miss (../../../../v8/src/ic/ic.cc)
../../../../v8/src/ic/ic.cc:2660:1: 0x27423f7 in Runtime_LoadNoFeedbackIC_Miss (../../../../v8/src/ic/ic.cc)
???:?:?: 0xffc5fe in ??? (???)
Unwind error at address `:0xffc5fe` (error.AddressOutOfRange), trace may be incomplete
The text was updated successfully, but these errors were encountered:
A getter can't return a
Callback
The text was updated successfully, but these errors were encountered: