JSManagedValue和JscWeakRef 语义不一样 #80
breakerrorchen
started this conversation in
General
Replies: 1 comment 2 replies
-
这些是实现细节,API上 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
JSManagedValue 是用来解决循环应用的,并且保证不会被GC
JscWeakRef 是不是类似c++ weak_ptr, 还是会被GC掉?
Beta Was this translation helpful? Give feedback.
All reactions