Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caoccao/Javet
/ functions
Functions
4,340 in github.com/caoccao/Javet
⨍
Functions
4,340
◇
Types & classes
475
↓ 3 callers
Method
isPending
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 callers
Method
isPooled
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 callers
Method
isProxyable
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 callers
Method
isThisObjectRequired
Is this object required boolean. @return the boolean @since 0.9.2
src/main/java/com/caoccao/javet/interop/binding/MethodDescriptor.java:99
↓ 3 callers
Method
isUniqueKeySupported
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 callers
Method
isUseStrict
Is use strict. @return the boolean @since 0.7.0
src/main/java/com/caoccao/javet/interop/options/V8Flags.java:283
↓ 3 callers
Method
join
(String a, String b)
src/test/java/com/caoccao/javet/interop/converters/TestJavetProxyConverter.java:2227
↓ 3 callers
Method
lastIndexOf
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 callers
Method
loadLibrary
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 callers
Method
lockV8Runtime
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 callers
Method
longObjectValueOf
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 callers
Method
lowMemoryNotification
Send low memory notification to current V8 isolate. @since 0.8.3
src/main/java/com/caoccao/javet/interop/V8Runtime.java:2159
↓ 3 callers
Method
mapAsArray
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 callers
Method
mapClear
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 callers
Method
mapDelete
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 callers
Method
mapGet
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 callers
Method
mapGetBoolean
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 callers
Method
mapGetDouble
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 callers
Method
mapGetInteger
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 callers
Method
mapGetLong
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 callers
Method
mapGetSize
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 callers
Method
mapGetString
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 callers
Method
mapHas
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 callers
Method
mapSetBoolean
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 callers
Method
mapSetDouble
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 callers
Method
mapSetInteger
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 callers
Method
mapSetLong
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 callers
Method
mapSetString
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 callers
Method
mapSetUndefined
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 callers
Method
moduleEvaluate
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 callers
Method
moduleGetCachedData
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 callers
Method
moduleGetException
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 callers
Method
moduleGetIdentityHash
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 callers
Method
moduleGetNamespace
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 callers
Method
moduleGetResourceName
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 callers
Method
moduleGetScriptId
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 callers
Method
moduleGetStatus
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 callers
Method
moduleInstantiate
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 callers
Method
moduleIsSourceTextModule
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 callers
Method
moduleIsSyntheticModule
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 callers
Method
objectDelete
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 callers
Method
objectDeletePrivateProperty
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 callers
Method
objectGetBoolean
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 callers
Method
objectGetDouble
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 callers
Method
objectGetIdentityHash
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 callers
Method
objectGetInteger
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 callers
Method
objectGetLong
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 callers
Method
objectGetOwnPropertyNames
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 callers
Method
objectGetPrivateProperty
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 callers
Method
objectGetProperty
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 callers
Method
objectGetPropertyNames
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 callers
Method
objectGetString
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 callers
Method
objectHas
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 callers
Method
objectHasOwnProperty
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 callers
Method
objectHasPrivateProperty
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 callers
Method
objectIsFrozen
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 callers
Method
objectIsSealed
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 callers
Method
objectSetBoolean
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 callers
Method
objectSetDouble
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 callers
Method
objectSetInteger
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 callers
Method
objectSetLong
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 callers
Method
objectSetPrivateProperty
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 callers
Method
objectSetProperty
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 callers
Method
objectSetString
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 callers
Method
objectSetUndefined
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 callers
Method
objectToProtoString
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 callers
Method
observe
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 callers
Method
offerV8StatisticsFuture
Offer V8 statistics future to the queue. @param v8StatisticsFuture the V8 statistics future
src/main/java/com/caoccao/javet/interop/V8Host.java:519
↓ 3 callers
Method
promiseCatch
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 callers
Method
promiseGetPromise
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 callers
Method
promiseGetResult
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 callers
Method
promiseGetState
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 callers
Method
promiseHasHandler
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 callers
Method
promiseMarkAsHandled
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 callers
Method
promiseReject
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 callers
Method
promiseResolve
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 callers
Method
promiseThen
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 callers
Method
proxyGetHandler
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 callers
Method
proxyGetOwnPropertyDescriptor
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 callers
Method
proxyGetTarget
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 callers
Method
proxyHas
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 callers
Method
proxyIsRevoked
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 callers
Method
proxyOwnKeys
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 callers
Method
proxyRevoke
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 callers
Method
rangeErrorStartIsOutOfRange
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 callers
Method
removeAllReferences
Remove all references. @throws JavetException the javet exception @since 0.8.3
src/main/java/com/caoccao/javet/interop/V8Runtime.java:3456
↓ 3 callers
Method
run
()
src/test/java/com/caoccao/javet/BaseTestJavet.java:187
↓ 3 callers
Method
runIfWaitingForDebugger
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 callers
Method
scriptGetCachedData
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 callers
Method
scriptGetResourceName
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 callers
Method
scriptRun
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 callers
Method
seal
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 callers
Method
setAdd
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 callers
Method
setAllowFsWrite
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 callers
Method
setAsArray
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 callers
Method
setCalled
(boolean called)
src/test/java/com/caoccao/javet/mock/MockModuleResolver.java:58
↓ 3 callers
Method
setClear
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 callers
Method
setCloneScript
(boolean cloneScript)
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:1091
↓ 3 callers
Method
setDelete
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 callers
Method
setExposeGC
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
← previous
next →
601–700 of 4,340, ranked by callers