MCPcopy Create free account

hub / github.com/caoccao/Javet / functions

Functions4,340 in github.com/caoccao/Javet

↓ 3 callersMethodisPending
Is pending. @return true : pending, false : not pending @throws JavetException the javet exception @since 0.8.0
src/main/java/com/caoccao/javet/values/reference/IV8ValuePromise.java:254
↓ 3 callersMethodisPooled
Returns whether the V8 runtime is managed by a pool or not. @return true : yes, false : no @since 0.7.0
src/main/java/com/caoccao/javet/interop/V8Runtime.java:2124
↓ 3 callersMethodisProxyable
Is the target class proxyable. @param targetClass the target class @return true : proxyable, false : not proxyable @since 3.0.4
src/main/java/com/caoccao/javet/interop/binding/IClassProxyPlugin.java:181
↓ 3 callersMethodisThisObjectRequired
Is this object required boolean. @return the boolean @since 0.9.2
src/main/java/com/caoccao/javet/interop/binding/MethodDescriptor.java:99
↓ 3 callersMethodisUniqueKeySupported
Is unique key supported. @param targetClass the target class @return true : supported, false : not supported @since 3.0.4
src/main/java/com/caoccao/javet/interop/binding/IClassProxyPlugin.java:190
↓ 3 callersMethodisUseStrict
Is use strict. @return the boolean @since 0.7.0
src/main/java/com/caoccao/javet/interop/options/V8Flags.java:283
↓ 3 callersMethodjoin
(String a, String b)
src/test/java/com/caoccao/javet/interop/converters/TestJavetProxyConverter.java:2227
↓ 3 callersMethodlastIndexOf
The lastIndexOf() method of Array instances returns the last index at which a given element can be found in the array, or -1 if it is not present. The
src/main/java/com/caoccao/javet/utils/ListUtils.java:158
↓ 3 callersMethodloadLibrary
Load library. <p> Note: setLibraryReloadable(true) must be called, otherwise, JVM will crash. @return true : library is loaded, false: library is not
src/main/java/com/caoccao/javet/interop/V8Host.java:488
↓ 3 callersMethodlockV8Runtime
Lock the V8 runtime to the current thread. @param v8RuntimeHandle the V8 runtime handle @return true if successful
src/main/java/com/caoccao/javet/interop/IV8Native.java:685
↓ 3 callersMethodlongObjectValueOf
Get the primitive value of a BigInt object. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueTyp
src/main/java/com/caoccao/javet/interop/IV8Native.java:704
↓ 3 callersMethodlowMemoryNotification
Send low memory notification to current V8 isolate. @since 0.8.3
src/main/java/com/caoccao/javet/interop/V8Runtime.java:2159
↓ 3 callersMethodmapAsArray
Convert a Map to an array of key-value pairs. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueT
src/main/java/com/caoccao/javet/interop/IV8Native.java:721
↓ 3 callersMethodmapClear
Remove all entries from a Map. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8
src/main/java/com/caoccao/javet/interop/IV8Native.java:730
↓ 3 callersMethodmapDelete
Delete an entry from a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the
src/main/java/com/caoccao/javet/interop/IV8Native.java:749
↓ 3 callersMethodmapGet
Get a value from a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8
src/main/java/com/caoccao/javet/interop/IV8Native.java:760
↓ 3 callersMethodmapGetBoolean
Get a boolean value from a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:772
↓ 3 callersMethodmapGetDouble
Get a double value from a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:784
↓ 3 callersMethodmapGetInteger
Get an integer value from a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:796
↓ 3 callersMethodmapGetLong
Get a long value from a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType th
src/main/java/com/caoccao/javet/interop/IV8Native.java:808
↓ 3 callersMethodmapGetSize
Get the number of entries in a Map. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType th
src/main/java/com/caoccao/javet/interop/IV8Native.java:818
↓ 3 callersMethodmapGetString
Get a string value from a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:829
↓ 3 callersMethodmapHas
Check if a Map contains the given key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:840
↓ 3 callersMethodmapSetBoolean
Set a boolean value in a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType t
src/main/java/com/caoccao/javet/interop/IV8Native.java:863
↓ 3 callersMethodmapSetDouble
Set a double value in a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType th
src/main/java/com/caoccao/javet/interop/IV8Native.java:875
↓ 3 callersMethodmapSetInteger
Set an integer value in a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:887
↓ 3 callersMethodmapSetLong
Set a long value in a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the
src/main/java/com/caoccao/javet/interop/IV8Native.java:899
↓ 3 callersMethodmapSetString
Set a string value in a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType th
src/main/java/com/caoccao/javet/interop/IV8Native.java:922
↓ 3 callersMethodmapSetUndefined
Set an undefined value in a Map by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:933
↓ 3 callersMethodmoduleEvaluate
Evaluate a Module and optionally return the result. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8
src/main/java/com/caoccao/javet/interop/IV8Native.java:975
↓ 3 callersMethodmoduleGetCachedData
Get the cached compiled data of a Module. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1004
↓ 3 callersMethodmoduleGetException
Get the exception from a Module if it is in an errored state. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle
src/main/java/com/caoccao/javet/interop/IV8Native.java:1014
↓ 3 callersMethodmoduleGetIdentityHash
Get the identity hash of a Module. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the
src/main/java/com/caoccao/javet/interop/IV8Native.java:1024
↓ 3 callersMethodmoduleGetNamespace
Get the namespace object of a Module. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1034
↓ 3 callersMethodmoduleGetResourceName
Get the resource name of a Module. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the
src/main/java/com/caoccao/javet/interop/IV8Native.java:1044
↓ 3 callersMethodmoduleGetScriptId
Get the script ID of a Module. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8
src/main/java/com/caoccao/javet/interop/IV8Native.java:1054
↓ 3 callersMethodmoduleGetStatus
Get the status of a Module. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8 val
src/main/java/com/caoccao/javet/interop/IV8Native.java:1064
↓ 3 callersMethodmoduleInstantiate
Instantiate a Module, resolving its dependencies. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8Va
src/main/java/com/caoccao/javet/interop/IV8Native.java:1074
↓ 3 callersMethodmoduleIsSourceTextModule
Check if a Module is a source text module. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1084
↓ 3 callersMethodmoduleIsSyntheticModule
Check if a Module is a synthetic module. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1094
↓ 3 callersMethodobjectDelete
Delete a property from an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1113
↓ 3 callersMethodobjectDeletePrivateProperty
Delete a private property from an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8Val
src/main/java/com/caoccao/javet/interop/IV8Native.java:1124
↓ 3 callersMethodobjectGetBoolean
Get a boolean property value from an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8
src/main/java/com/caoccao/javet/interop/IV8Native.java:1147
↓ 3 callersMethodobjectGetDouble
Get a double property value from an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8V
src/main/java/com/caoccao/javet/interop/IV8Native.java:1159
↓ 3 callersMethodobjectGetIdentityHash
Get the identity hash of an Object. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType th
src/main/java/com/caoccao/javet/interop/IV8Native.java:1169
↓ 3 callersMethodobjectGetInteger
Get an integer property value from an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v
src/main/java/com/caoccao/javet/interop/IV8Native.java:1181
↓ 3 callersMethodobjectGetLong
Get a long property value from an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8Val
src/main/java/com/caoccao/javet/interop/IV8Native.java:1193
↓ 3 callersMethodobjectGetOwnPropertyNames
Get the own property names of an Object. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1203
↓ 3 callersMethodobjectGetPrivateProperty
Get a private property value from an Object by name. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v
src/main/java/com/caoccao/javet/interop/IV8Native.java:1214
↓ 3 callersMethodobjectGetProperty
Get a property value from an Object including its prototype chain. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value h
src/main/java/com/caoccao/javet/interop/IV8Native.java:1225
↓ 3 callersMethodobjectGetPropertyNames
Get all property names of an Object including inherited ones. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle
src/main/java/com/caoccao/javet/interop/IV8Native.java:1235
↓ 3 callersMethodobjectGetString
Get a string property value from an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8V
src/main/java/com/caoccao/javet/interop/IV8Native.java:1256
↓ 3 callersMethodobjectHas
Check if an Object has the given key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1267
↓ 3 callersMethodobjectHasOwnProperty
Check if an Object has the given own property. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param type
src/main/java/com/caoccao/javet/interop/IV8Native.java:1278
↓ 3 callersMethodobjectHasPrivateProperty
Check if an Object has the given private property. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param typ
src/main/java/com/caoccao/javet/interop/IV8Native.java:1289
↓ 3 callersMethodobjectIsFrozen
Check if an Object is frozen. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @return true if the object is f
src/main/java/com/caoccao/javet/interop/IV8Native.java:1313
↓ 3 callersMethodobjectIsSealed
Check if an Object is sealed. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @return true if the object is s
src/main/java/com/caoccao/javet/interop/IV8Native.java:1322
↓ 3 callersMethodobjectSetBoolean
Set a boolean property on an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueTyp
src/main/java/com/caoccao/javet/interop/IV8Native.java:1360
↓ 3 callersMethodobjectSetDouble
Set a double property on an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1372
↓ 3 callersMethodobjectSetInteger
Set an integer property on an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueTy
src/main/java/com/caoccao/javet/interop/IV8Native.java:1384
↓ 3 callersMethodobjectSetLong
Set a long property on an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1396
↓ 3 callersMethodobjectSetPrivateProperty
Set a private property on an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueTyp
src/main/java/com/caoccao/javet/interop/IV8Native.java:1419
↓ 3 callersMethodobjectSetProperty
Set a property on an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType th
src/main/java/com/caoccao/javet/interop/IV8Native.java:1431
↓ 3 callersMethodobjectSetString
Set a string property on an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1454
↓ 3 callersMethodobjectSetUndefined
Set an undefined property on an Object by key. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8Value
src/main/java/com/caoccao/javet/interop/IV8Native.java:1465
↓ 3 callersMethodobjectToProtoString
Convert an Object to its proto string representation. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param
src/main/java/com/caoccao/javet/interop/IV8Native.java:1475
↓ 3 callersMethodobserve
Traverse the internal V8 runtimes, apply the observer and return the observed V8 runtime count. This API is for collecting statistics. Executing code
src/main/java/com/caoccao/javet/interop/engine/IJavetEnginePool.java:211
↓ 3 callersMethodofferV8StatisticsFuture
Offer V8 statistics future to the queue. @param v8StatisticsFuture the V8 statistics future
src/main/java/com/caoccao/javet/interop/V8Host.java:519
↓ 3 callersMethodpromiseCatch
Register a catch handler on a Promise. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8V
src/main/java/com/caoccao/javet/interop/IV8Native.java:1486
↓ 3 callersMethodpromiseGetPromise
Get the Promise from a Promise resolver. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1504
↓ 3 callersMethodpromiseGetResult
Get the result value of a settled Promise. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1514
↓ 3 callersMethodpromiseGetState
Get the state of a Promise (pending, fulfilled, or rejected). @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle
src/main/java/com/caoccao/javet/interop/IV8Native.java:1524
↓ 3 callersMethodpromiseHasHandler
Check if a Promise has a registered handler. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueTy
src/main/java/com/caoccao/javet/interop/IV8Native.java:1534
↓ 3 callersMethodpromiseMarkAsHandled
Mark a Promise as handled to suppress unhandled rejection warnings. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value
src/main/java/com/caoccao/javet/interop/IV8Native.java:1543
↓ 3 callersMethodpromiseReject
Reject a Promise with the given value. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1554
↓ 3 callersMethodpromiseResolve
Resolve a Promise with the given value. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1565
↓ 3 callersMethodpromiseThen
Register fulfilled and rejected handlers on a Promise. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle
src/main/java/com/caoccao/javet/interop/IV8Native.java:1577
↓ 3 callersMethodproxyGetHandler
Get the handler of a Proxy. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8 val
src/main/java/com/caoccao/javet/interop/IV8Native.java:1598
↓ 3 callersMethodproxyGetOwnPropertyDescriptor
Proxy handler.getOwnPropertyDescriptor(). The handler.getOwnPropertyDescriptor() method is a trap for the [[GetOwnProperty]] object internal method, w
src/main/java/com/caoccao/javet/interop/proxy/IJavetDirectProxyHandler.java:234
↓ 3 callersMethodproxyGetTarget
Get the target of a Proxy. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8 valu
src/main/java/com/caoccao/javet/interop/IV8Native.java:1608
↓ 3 callersMethodproxyHas
Proxy handler.has(). The handler.has() method is a trap for the [[HasProperty]] object internal method, which is used by operations such as the in ope
src/main/java/com/caoccao/javet/interop/proxy/IJavetDirectProxyHandler.java:343
↓ 3 callersMethodproxyIsRevoked
Check if a Proxy has been revoked. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the
src/main/java/com/caoccao/javet/interop/IV8Native.java:1618
↓ 3 callersMethodproxyOwnKeys
Proxy handler.ownKeys(). The handler.ownKeys() method is a trap for the [[OwnPropertyKeys]] object internal method, which is used by operations such a
src/main/java/com/caoccao/javet/interop/proxy/IJavetDirectProxyHandler.java:380
↓ 3 callersMethodproxyRevoke
Revoke a Proxy, making it no longer usable. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueTyp
src/main/java/com/caoccao/javet/interop/IV8Native.java:1627
↓ 3 callersMethodrangeErrorStartIsOutOfRange
RangeError: Start ${start} is out or range. @param start the start @return the message @since 3.0.4
src/main/java/com/caoccao/javet/exceptions/V8ErrorTemplate.java:51
↓ 3 callersMethodremoveAllReferences
Remove all references. @throws JavetException the javet exception @since 0.8.3
src/main/java/com/caoccao/javet/interop/V8Runtime.java:3456
↓ 3 callersMethodrun
()
src/test/java/com/caoccao/javet/BaseTestJavet.java:187
↓ 3 callersMethodrunIfWaitingForDebugger
Called when the runtime should resume if it was waiting for a debugger to attach. @param contextGroupId the context group ID
src/main/java/com/caoccao/javet/interop/IV8InspectorListener.java:87
↓ 3 callersMethodscriptGetCachedData
Get the cached compiled data of a Script. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1771
↓ 3 callersMethodscriptGetResourceName
Get the resource name of a Script. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the
src/main/java/com/caoccao/javet/interop/IV8Native.java:1781
↓ 3 callersMethodscriptRun
Run a compiled Script and optionally return the result. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @para
src/main/java/com/caoccao/javet/interop/IV8Native.java:1792
↓ 3 callersMethodseal
Seal the V8 flags so that it is read-only. @return the self @since 0.7.0
src/main/java/com/caoccao/javet/interop/options/V8Flags.java:293
↓ 3 callersMethodsetAdd
Add a value to a Set. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8 value typ
src/main/java/com/caoccao/javet/interop/IV8Native.java:1802
↓ 3 callersMethodsetAllowFsWrite
Sets allow fs write. @param allowFsWrite the allow fs write @return the self @since 4.0.0
src/main/java/com/caoccao/javet/interop/options/NodeFlags.java:269
↓ 3 callersMethodsetAsArray
Convert a Set to an Array. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8 valu
src/main/java/com/caoccao/javet/interop/IV8Native.java:1812
↓ 3 callersMethodsetCalled
(boolean called)
src/test/java/com/caoccao/javet/mock/MockModuleResolver.java:58
↓ 3 callersMethodsetClear
Remove all entries from a Set. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8
src/main/java/com/caoccao/javet/interop/IV8Native.java:1829
↓ 3 callersMethodsetCloneScript
(boolean cloneScript)
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:1091
↓ 3 callersMethodsetDelete
Delete a value from a Set. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V8 valu
src/main/java/com/caoccao/javet/interop/IV8Native.java:1848
↓ 3 callersMethodsetExposeGC
Sets expose gc. @param exposeGC the expose gc @return the self @since 0.7.0
src/main/java/com/caoccao/javet/interop/options/V8Flags.java:363
← previousnext →601–700 of 4,340, ranked by callers