File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ package com.facebook.react.bridge
10
10
import androidx.annotation.GuardedBy
11
11
12
12
/* *
13
- * Wrapper for JavaScriptContext native pointer. CatalystInstanceImpl creates this on demand, and
14
- * will call clear() before destroying the VM. People who need the raw JavaScriptContext pointer can
15
- * synchronize on this wrapper object to guarantee that it will not be destroyed.
13
+ * Wrapper for JavaScriptContext native pointer. This object is creates on demand as part of the
14
+ * initialization of React native, and will call clear() before destroying the VM. People who need
15
+ * the raw JavaScriptContext pointer can synchronize on this wrapper object to guarantee that it
16
+ * will not be destroyed.
16
17
*/
17
18
public class JavaScriptContextHolder
18
19
public constructor (@field:GuardedBy(" this" ) private var context: Long ) {
You can’t perform that action at this time.
0 commit comments