小编Kev*_*vin的帖子

v8 :: Persistent MarkIndependent,这个方法究竟做了什么?

以下是v8代码评论,我不太明白解释.

/**
 * Marks the reference to this object independent. Garbage collector
 * is free to ignore any object groups containing this object.
 * Weak callback for an independent handle should not
 * assume that it will be preceded by a global GC prologue callback
 * or followed by a global GC epilogue callback.
 */
inline void MarkIndependent();
inline void MarkIndependent(Isolate* isolate);
Run Code Online (Sandbox Code Playgroud)

c++ v8 embedded-v8

12
推荐指数
1
解决办法
543
查看次数

标签 统计

c++ ×1

embedded-v8 ×1

v8 ×1