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
setExposeInspectorScripts
Sets expose inspector scripts. @param exposeInspectorScripts the expose inspector scripts @return the self @since 0.7.0
src/main/java/com/caoccao/javet/interop/options/V8Flags.java:377
↓ 3 callers
Method
setGetSize
Get the number of entries in a Set. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType th
src/main/java/com/caoccao/javet/interop/IV8Native.java:1858
↓ 3 callers
Method
setHas
Check if a Set contains 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:1869
↓ 3 callers
Method
setIncludeGlobalVariables
(boolean includeGlobalVariables)
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:632
↓ 3 callers
Method
setIncludeScopeTypeGlobal
(boolean includeScopeTypeGlobal)
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:637
↓ 3 callers
Method
setNearHeapLimitCallback
Sets near heap limit callback. @param nearHeapLimitCallback the near heap limit callback @since 4.1.6
src/main/java/com/caoccao/javet/interop/V8Runtime.java:3940
↓ 3 callers
Method
setStopping
Set the stopping state of the Node.js runtime. @param nodeRuntimeHandle the Node.js runtime handle @param stopping the stopping state
src/main/java/com/caoccao/javet/interop/INodeNative.java:39
↓ 3 callers
Method
setTrimTailingCharacters
(boolean trimTailingCharacters)
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:1111
↓ 3 callers
Method
setUseStrict
Sets use strict. @param useStrict the use strict @return the self @since 0.7.0
src/main/java/com/caoccao/javet/interop/options/V8Flags.java:487
↓ 3 callers
Method
setV8Runtime
Sets V8 runtime. @param v8Runtime the V8 runtime @since 2.2.0
src/main/java/com/caoccao/javet/interop/callback/IJavetDirectCallable.java:46
↓ 3 callers
Method
stringObjectValueOf
Get the primitive value of a String object. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueTyp
src/main/java/com/caoccao/javet/interop/IV8Native.java:1932
↓ 3 callers
Method
symbolDescription
Get the description of a Symbol. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType the V
src/main/java/com/caoccao/javet/interop/IV8Native.java:1951
↓ 3 callers
Method
symbolObjectValueOf
Get the primitive value of a Symbol object wrapper. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8
src/main/java/com/caoccao/javet/interop/IV8Native.java:1961
↓ 3 callers
Method
symbolToObject
Convert a Symbol to its Object wrapper. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:1971
↓ 3 callers
Method
test
()
android/javet-android/src/test/java/com/caoccao/javet/TestDummy.java:30
↓ 3 callers
Method
unlockV8Runtime
Unlock the V8 runtime from the current thread. @param v8RuntimeHandle the V8 runtime handle @return true if successful
src/main/java/com/caoccao/javet/interop/IV8Native.java:2015
↓ 3 callers
Method
validateDepth
Validate the stack depth. @param depth the stack depth @throws JavetException the javet exception @since 1.0.4
src/main/java/com/caoccao/javet/interop/converters/BaseJavetConverter.java:109
↓ 2 callers
Method
Await
cpp/jni/javet_v8_runtime.cpp:104
↓ 2 callers
Method
ClearExternalV8Runtime
cpp/jni/javet_v8_runtime.h:70
↓ 2 callers
Method
CloseV8Context
cpp/jni/javet_v8_runtime.cpp:157
↓ 2 callers
Function
ConvertFromStringBufferToStdStringPointer
cpp/jni/javet_inspector.cpp:54
↓ 2 callers
Function
ConvertFromStringViewToStdStringPointer
cpp/jni/javet_inspector.cpp:28
↓ 2 callers
Method
CreateV8Isolate
cpp/jni/javet_v8_runtime.cpp:449
↓ 2 callers
Function
Dispose
cpp/jni/javet_native.cpp:82
↓ 2 callers
Function
GetHeapSpaceStatisticsSync
cpp/jni/javet_monitor.cpp:177
↓ 2 callers
Function
GetHeapStatistics
cpp/jni/javet_monitor.cpp:191
↓ 2 callers
Function
GetHeapStatisticsSync
cpp/jni/javet_monitor.cpp:244
↓ 2 callers
Function
GetV8SharedMemoryStatisticsSync
cpp/jni/javet_monitor.cpp:301
↓ 2 callers
Function
HAS_EXCEPTION
cpp/jni/javet_v8_internal.h:103
↓ 2 callers
Method
HasExternalException
cpp/jni/javet_v8_runtime.h:126
↓ 2 callers
Function
IS_V8_ARRAY
cpp/jni/javet_enums.h:205
↓ 2 callers
Function
IS_V8_MODULE
cpp/jni/javet_enums.h:215
↓ 2 callers
Method
IsBuiltInModuleResolution
cpp/jni/javet_v8_runtime.cpp:610
↓ 2 callers
Method
IsLocked
cpp/jni/javet_v8_runtime.h:134
↓ 2 callers
Function
IsV8ValueSymbol
cpp/jni/javet_converter.h:65
↓ 2 callers
Function
TO_V8_PERSISTENT_VALUE_POINTER
cpp/jni/javet_v8.h:242
↓ 2 callers
Function
ThrowJavetTerminatedException
cpp/jni/javet_exceptions.cpp:182
↓ 2 callers
Function
ToExternalV8ValuePrimitive
cpp/jni/javet_converter.h:189
↓ 2 callers
Function
ToJavaStringFromV8ValueString
cpp/jni/javet_converter.h:75
↓ 2 callers
Function
ToJavetScriptingError
cpp/jni/javet_converter.cpp:1035
↓ 2 callers
Function
ToV8InternalJSObject
cpp/jni/javet_converter.h:351
↓ 2 callers
Method
add
(Object key)
src/main/java/com/caoccao/javet/values/reference/V8ValueSet.java:62
↓ 2 callers
Method
addLibSection
(filePath: string)
scripts/deno/patch_v8_temporal.ts:57
↓ 2 callers
Method
addNull
Add null. @throws JavetException the javet exception @since 0.7.0
src/main/java/com/caoccao/javet/values/reference/IV8ValueSet.java:43
↓ 2 callers
Method
addUndefined
Add undefined. @throws JavetException the javet exception @since 0.7.0
src/main/java/com/caoccao/javet/values/reference/IV8ValueSet.java:53
↓ 2 callers
Method
addV8Module
Add V8 module. @param iV8Module the V8 module @throws JavetException the javet exception @since 0.9.1
src/main/java/com/caoccao/javet/interop/V8Runtime.java:438
↓ 2 callers
Method
apply
handler.apply() The handler.apply() method is a trap for the [[Call]] object internal method, which is used by operations such as function calls. @pa
src/main/java/com/caoccao/javet/interop/proxy/IJavetProxyHandler.java:118
↓ 2 callers
Method
arrayBufferCreate
Create a new ArrayBuffer with the given length. @param v8RuntimeHandle the V8 runtime handle @param length the length of the array buffer @r
src/main/java/com/caoccao/javet/interop/IV8Native.java:43
↓ 2 callers
Method
asArray
As array. @return the V8 value array @throws JavetException the javet exception @since 3.0.4
src/main/java/com/caoccao/javet/values/reference/IV8ValueSet.java:64
↓ 2 callers
Method
assertStatistics
()
src/test/java/com/caoccao/javet/interop/engine/TestJavetEnginePool.java:74
↓ 2 callers
Method
batchGet
(V8Value[] v8ValueKeys, V8Value[] v8ValueValues, int length)
src/main/java/com/caoccao/javet/values/reference/V8ValueObject.java:109
↓ 2 callers
Method
batchGet
(V8Value[] v8Values, int startIndex, int endIndex)
src/main/java/com/caoccao/javet/values/reference/V8ValueArray.java:71
↓ 2 callers
Method
bind
(Object callbackReceiver)
src/main/java/com/caoccao/javet/values/reference/V8ValueObject.java:114
↓ 2 callers
Method
bindProperty
( JavetCallbackContext javetCallbackContextGetter, JavetCallbackContext javetCallbackC
src/main/java/com/caoccao/javet/values/reference/V8ValueObject.java:271
↓ 2 callers
Method
callAsConstructor
(Object... objects)
src/main/java/com/caoccao/javet/values/reference/V8ValueFunction.java:79
↓ 2 callers
Method
callObject
Call a function by objects and return an object. @param <T> the type parameter @param receiver the receiver @param objects the objects @return
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:250
↓ 2 callers
Method
clone
()
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:605
↓ 2 callers
Method
close
()
src/main/java/com/caoccao/javet/interop/V8Locker.java:57
↓ 2 callers
Method
contextCreated
cpp/jni/javet_inspector.cpp:105
↓ 2 callers
Method
createEngine
Create engine javet engine. @return the javet engine @throws JavetException the javet exception @since 0.7.0
src/main/java/com/caoccao/javet/interop/engine/JavetEnginePool.java:162
↓ 2 callers
Method
createV8ValueDataView
Create V8 value data view. @param v8ValueArrayBuffer the V8 value array buffer @return the V8 value data view @throws JavetException the javet except
src/main/java/com/caoccao/javet/interop/IV8Creatable.java:130
↓ 2 callers
Method
defineProperty
handler.defineProperty() The handler.defineProperty() method is a trap for the [[DefineOwnProperty]] object internal method, which is used by operatio
src/main/java/com/caoccao/javet/interop/proxy/IJavetProxyHandler.java:158
↓ 2 callers
Method
discardCompiled
Discard compiled byte code. @return true : discarded, false : not discarded @throws JavetException the javet exception @since 2.0.1
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:375
↓ 2 callers
Function
ensureDir
(path: string)
cpp/jni-build.ts:274
↓ 2 callers
Method
equals
(V8Value v8Value)
src/main/java/com/caoccao/javet/values/primitive/V8ValueNull.java:59
↓ 2 callers
Method
equals
(V8Value v8Value)
src/main/java/com/caoccao/javet/values/primitive/V8ValueUndefined.java:59
↓ 2 callers
Method
equals
(V8Value v8Value)
src/main/java/com/caoccao/javet/values/primitive/V8ValuePrimitive.java:66
↓ 2 callers
Method
findIndex
Polyfill Array.prototype.findIndex(). The findIndex() method of Array instances returns the index of the first element in an array that satisfies the
src/main/java/com/caoccao/javet/interop/proxy/plugins/JavetProxyPluginList.java:653
↓ 2 callers
Method
flat
The flat() method of Array instances creates a new array with all sub-array elements concatenated into it recursively up to the specified depth. @par
src/main/java/com/caoccao/javet/utils/ListUtils.java:59
↓ 2 callers
Method
flat
Array.prototype.flat(). The flat() method of Array instances creates a new array with all sub-array elements concatenated into it recursively up to th
src/main/java/com/caoccao/javet/values/reference/IV8ValueArray.java:143
↓ 2 callers
Method
freeze
Object.freeze() The Object.freeze() static method freezes an object. Freezing an object prevents extensions and makes existing properties non-writable
src/main/java/com/caoccao/javet/values/reference/builtin/V8ValueBuiltInObject.java:171
↓ 2 callers
Method
functionSetSourceCode
Set the source code string of a Function. @param v8RuntimeHandle the V8 runtime handle @param v8ValueHandle the V8 value handle @param v8ValueType
src/main/java/com/caoccao/javet/interop/IV8Native.java:509
↓ 2 callers
Method
generateSingleFile
( os: OS, arch: Arch, i18n: boolean, dryRun: boolean, )
scripts/deno/generate_args_gn.ts:264
↓ 2 callers
Method
get
(Object key)
src/main/java/com/caoccao/javet/values/reference/V8ValueObject.java:386
↓ 2 callers
Method
get
(int index)
src/main/java/com/caoccao/javet/values/reference/V8ValueArray.java:146
↓ 2 callers
Method
getAllocationSpace
Gets allocation space. @return the allocation space @since 1.0.0
src/main/java/com/caoccao/javet/interop/monitoring/V8HeapSpaceStatistics.java:65
↓ 2 callers
Method
getAllowFsWrite
This flag configures file system write permissions using the Permission Model. <p> The valid arguments for the --allow-fs-write flag are: <p> - To all
src/main/java/com/caoccao/javet/interop/options/NodeFlags.java:139
↓ 2 callers
Method
getAverageV8ModuleCount
Gets average V8 module count. @return the average V8 module count
src/main/java/com/caoccao/javet/interop/engine/IJavetEnginePool.java:122
↓ 2 callers
Method
getBigInteger
Gets element as big integer by index. @param index the index @return the element as big integer @throws JavetException the javet exception @since 2.0
src/main/java/com/caoccao/javet/values/reference/IV8Context.java:58
↓ 2 callers
Method
getBindingContext
(Class<?> callbackReceiverClass)
src/main/java/com/caoccao/javet/values/reference/V8ValueObject.java:395
↓ 2 callers
Method
getBuffer
Returns the underlying array buffer of this typed array. @return the backing {@link V8ValueArrayBuffer} @throws JavetException the javet exception
src/main/java/com/caoccao/javet/values/reference/IV8ValueTypedArray.java:32
↓ 2 callers
Method
getByBuiltInMethod
Gets by built-in method. @param property the property @return the V8 value @throws JavetException the javet exception @throws E the cust
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetReflectionProxyHandler.java:195
↓ 2 callers
Method
getByField
Gets by field. @param property the property @return the V8 value @throws JavetException the javet exception @since 1.1.7
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetReflectionProxyHandler.java:217
↓ 2 callers
Method
getByGenericGetter
Gets by generic getter. @param property the property @return the V8 value @throws JavetException the javet exception @since 1.1.7
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetReflectionProxyHandler.java:247
↓ 2 callers
Method
getByGetMethod
Gets by get method. @param target the target @param property the property @return the V8 value @throws JavetException the javet exception @throws E
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetReflectionProxyHandler.java:298
↓ 2 callers
Method
getByMethod
Gets by method. @param property the property @return the V8 value @throws JavetException the javet exception @throws E the custom except
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetReflectionProxyHandler.java:325
↓ 2 callers
Method
getCallbackContext
Gets callback context. @return the callback context @since 0.9.6
src/main/java/com/caoccao/javet/interop/proxy/JavetReflectionProxyInterceptor.java:72
↓ 2 callers
Method
getCallbackReceiver
Gets callback receiver. @return the callback receiver @since 0.7.1
src/main/java/com/caoccao/javet/interop/callback/JavetCallbackContext.java:238
↓ 2 callers
Method
getClassMap
Gets class map. @return the class map @since 3.0.4
src/main/java/com/caoccao/javet/interop/binding/ClassDescriptorStore.java:41
↓ 2 callers
Method
getContext
Gets context. @return the context @since 1.0.7
src/main/java/com/caoccao/javet/exceptions/JavetScriptingError.java:127
↓ 2 callers
Method
getConversionMode
Gets conversion mode. @return the conversion mode @since 1.1.7
src/main/java/com/caoccao/javet/interop/binding/ClassDescriptor.java:192
↓ 2 callers
Method
getCount
()
src/test/java/com/caoccao/javet/interop/callback/TestV8FunctionCallback.java:106
↓ 2 callers
Method
getDefaultHeapLimit
Gets default heap limit. @return the default heap limit @since 4.1.6
src/main/java/com/caoccao/javet/interop/callback/IJavetNearHeapLimitCallback.java:52
↓ 2 callers
Method
getDistinctValues
Get distinct values. @return the distinct values @since 1.0.5
src/main/java/com/caoccao/javet/enums/V8AllocationSpace.java:131
↓ 2 callers
Method
getDoesZapGarbage
Gets does zap garbage. @return the does zap garbage @since 1.0.0
src/main/java/com/caoccao/javet/interop/monitoring/V8HeapStatistics.java:96
↓ 2 callers
Method
getExternalMemory
Gets external memory. @return the external memory @since 1.0.0
src/main/java/com/caoccao/javet/interop/monitoring/V8HeapStatistics.java:106
↓ 2 callers
Method
getHandler
()
src/main/java/com/caoccao/javet/values/reference/V8ValueProxy.java:40
↓ 2 callers
Method
getIdentityHash
Returns the identity hash for this object. The current implementation uses an inline property on the object to store the identity hash. <p> The return
src/main/java/com/caoccao/javet/values/reference/IV8Module.java:130
↓ 2 callers
Method
getIdleEngineCount
()
src/main/java/com/caoccao/javet/interop/engine/JavetEnginePool.java:253
↓ 2 callers
Method
getInstance
Gets instance. @return the instance
src/main/java/com/caoccao/javet/interop/proxy/JavetReflectionProxyFactory.java:44
← previous
next →
701–800 of 4,340, ranked by callers