Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eclipsesource/J2V8
/ functions
Functions
2,731 in github.com/eclipsesource/J2V8
⨍
Functions
2,731
◇
Types & classes
158
↳
Endpoints
12
↓ 3 callers
Method
require
Invokes NodeJS require() on the specified file. This will load the module, execute it and return the exports object to the caller. The exports object
src/main/java/com/eclipsesource/v8/NodeJS.java:164
↓ 3 callers
Method
sendJson
(String json)
src/main/java/com/eclipsesource/v8/debug/V8DebugServer.java:252
↓ 3 callers
Method
setCondition
Sets a condition to be evaluated before determining if the breakpoint event should be fired. @param condition A JavaScript condition to be evaluated.
src/main/java/com/eclipsesource/v8/debug/ScriptBreakPoint.java:58
↓ 3 callers
Function
shell
Invokes the cross-platform polyfill for the shell command defined by the 'cmd' parameter
build_system/shared_build_steps.py:60
↓ 3 callers
Method
shutdownExecutors
Shutdown all executors associated with this runtime. If force terminate is specified, it will forcefully terminate the executors, otherwise it will si
src/main/java/com/eclipsesource/v8/V8.java:494
↓ 3 callers
Method
skipTest
()
src/test/java/com/eclipsesource/v8/LibraryLoaderTest.java:52
↓ 3 callers
Method
startInspector
()
src/test/java/com/eclipsesource/v8/inspector/V8InspectorTest.java:56
↓ 3 callers
Method
toString
()
src/main/java/com/eclipsesource/v8/V8Array.java:58
↓ 3 callers
Method
toV8ArrayBuffer
(final V8 v8, final ArrayBuffer arrayBuffer, final Map<Object, V8Value> cache)
src/main/java/com/eclipsesource/v8/utils/V8ObjectUtils.java:511
↓ 3 callers
Method
toV8TypedArray
(final V8 v8, final TypedArray typeArray, final Map<Object, V8Value> cache)
src/main/java/com/eclipsesource/v8/utils/V8ObjectUtils.java:502
↓ 3 callers
Method
twin
()
src/main/java/com/eclipsesource/v8/V8ArrayBuffer.java:81
↓ 2 callers
Function
__add_maven_step
(platform_config, build_step, step_cmd, post_step_cmds = [])
build_system/java_build_steps.py:12
↓ 2 callers
Method
_arrayGetBooleans
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1606
↓ 2 callers
Method
_arrayGetBytes
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1608
↓ 2 callers
Method
_arrayGetDoubles
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1602
↓ 2 callers
Method
_arrayGetIntegers
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1604
↓ 2 callers
Method
_arrayGetStrings
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1610
↓ 2 callers
Method
_executeFunction
(long v8RuntimePtr, int expectedType, long objectHandle, String name, long parametersHandle)
src/main/java/com/eclipsesource/v8/V8.java:1524
↓ 2 callers
Method
_initNewV8ArrayBuffer
(long v8RuntimePtr, int capacity)
src/main/java/com/eclipsesource/v8/V8.java:1622
↓ 2 callers
Method
acquireLock
(final long v8RuntimePtr)
src/main/java/com/eclipsesource/v8/V8.java:1110
↓ 2 callers
Method
addArrayBooleanItem
(final long v8RuntimePtr, final long arrayHandle, final boolean value)
src/main/java/com/eclipsesource/v8/V8.java:1364
↓ 2 callers
Method
addArrayIntItem
(final long v8RuntimePtr, final long arrayHandle, final int value)
src/main/java/com/eclipsesource/v8/V8.java:1360
↓ 2 callers
Method
addArrayObjectItem
(final long v8RuntimePtr, final long arrayHandle, final long value)
src/main/java/com/eclipsesource/v8/V8.java:1376
↓ 2 callers
Method
addArrayStringItem
(final long v8RuntimePtr, final long arrayHandle, final String value)
src/main/java/com/eclipsesource/v8/V8.java:1372
↓ 2 callers
Method
addDebuggerConnectionListener
(final DebuggerConnectionListener listener)
src/main/java/com/eclipsesource/v8/inspector/V8Inspector.java:41
↓ 2 callers
Method
addUndefined
(final long v8RuntimePtr, final long objectHandle, final String key)
src/main/java/com/eclipsesource/v8/V8.java:1262
↓ 2 callers
Function
apply_maven_settings
Copy the Maven pom.xml from src to target, while replacing the XML element values based on the values from the hierarchical settings dictiona
build_system/shared_build_steps.py:204
↓ 2 callers
Method
arrayContains
(final String[] keys, final String... strings)
src/test/java/com/eclipsesource/v8/V8Test.java:1180
↓ 2 callers
Method
arrayGetBooleans
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1424
↓ 2 callers
Method
arrayGetBytes
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1428
↓ 2 callers
Method
arrayGetDoubles
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1420
↓ 2 callers
Method
arrayGetIntegers
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1416
↓ 2 callers
Method
arrayGetStrings
(final long v8RuntimePtr, final long objectHandle, final int index, final int length)
src/main/java/com/eclipsesource/v8/V8.java:1432
↓ 2 callers
Method
checkArgs
(final Object[] args)
src/main/java/com/eclipsesource/v8/V8.java:987
↓ 2 callers
Method
checkReleased
()
src/main/java/com/eclipsesource/v8/utils/MemoryManager.java:111
↓ 2 callers
Method
checkResult
(final Object result)
src/main/java/com/eclipsesource/v8/V8.java:945
↓ 2 callers
Method
chmod
(final String permision, final String path)
src/main/java/com/eclipsesource/v8/LibraryLoader.java:187
↓ 2 callers
Method
clearBreakPoint
Removes a Breakpoint. @param breakpointID The ID of the breakpoint to remove.
src/main/java/com/eclipsesource/v8/debug/DebugHandler.java:166
↓ 2 callers
Function
clearLibs
(lib_pattern)
build_system/shared_build_steps.py:120
↓ 2 callers
Method
closeQuietly
(final Closeable obj)
src/main/java/com/eclipsesource/v8/PlatformDetector.java:223
↓ 2 callers
Method
containsValue
(final Object value)
src/main/java/com/eclipsesource/v8/utils/V8Map.java:94
↓ 2 callers
Method
containsValue
(final Object value)
src/main/java/com/eclipsesource/v8/utils/V8PropertyMap.java:64
↓ 2 callers
Function
convertSTDStringToStringView
jni/com_eclipsesource_v8_V8Impl.cpp:46
↓ 2 callers
Function
convertStringViewToSTDString
jni/com_eclipsesource_v8_V8Impl.cpp:35
↓ 2 callers
Function
cp
Invokes the cross-platform polyfill for the 'cp' shell command
build_system/shared_build_steps.py:66
↓ 2 callers
Method
createAndRegisterMethodDescriptor
(final JavaCallback callback, final long methodID)
src/main/java/com/eclipsesource/v8/V8.java:882
↓ 2 callers
Method
createCharSequence
(final int length, final char c)
src/main/java/com/eclipsesource/v8/V8ScriptException.java:157
↓ 2 callers
Method
createMessageLine
()
src/main/java/com/eclipsesource/v8/V8ScriptException.java:132
↓ 2 callers
Function
createParameterArray
jni/com_eclipsesource_v8_V8Impl.cpp:1663
↓ 2 callers
Method
createTwin
()
src/main/java/com/eclipsesource/v8/V8Value.java:336
↓ 2 callers
Method
createV8Inspector
(final V8 runtime, final V8InspectorDelegate inspectorDelegate, final String contextName)
src/main/java/com/eclipsesource/v8/inspector/V8Inspector.java:22
↓ 2 callers
Method
disableScriptBreakPoint
Disables a breakpoint. @param breakpointID The breakpoint to disable
src/main/java/com/eclipsesource/v8/debug/DebugHandler.java:151
↓ 2 callers
Method
dispatchProtocolMessage
jni/com_eclipsesource_v8_V8Impl.cpp:176
↓ 2 callers
Method
doubleMethodWithParameters
(final double x, final double y)
src/test/java/com/eclipsesource/v8/V8CallbackTest.java:95
↓ 2 callers
Method
emitOnResponse
jni/com_eclipsesource_v8_V8Impl.cpp:71
↓ 2 callers
Method
equals
(final Object that)
src/main/java/com/eclipsesource/v8/V8Object.java:725
↓ 2 callers
Method
exec_cmd
Execute a shell-command in the current shell environment (could be native or inside a virtualized system) On the native host-system,
build_system/build_structures.py:106
↓ 2 callers
Method
extract
(String libPath, boolean withLinuxVendor, StringBuffer message)
src/main/java/com/eclipsesource/v8/LibraryLoader.java:137
↓ 2 callers
Method
file_abi
(self, arch)
build_system/build_structures.py:45
↓ 2 callers
Function
fillBooleanArray
jni/com_eclipsesource_v8_V8Impl.cpp:1324
↓ 2 callers
Function
fillByteArray
jni/com_eclipsesource_v8_V8Impl.cpp:1312
↓ 2 callers
Function
fillDoubleArray
jni/com_eclipsesource_v8_V8Impl.cpp:1300
↓ 2 callers
Function
fillIntArray
jni/com_eclipsesource_v8_V8Impl.cpp:1288
↓ 2 callers
Function
fillStringArray
jni/com_eclipsesource_v8_V8Impl.cpp:1336
↓ 2 callers
Method
getArgs
(final V8Object receiver, final MethodDescriptor methodDescriptor, final V8Array parameters, final boolean has
src/main/java/com/eclipsesource/v8/V8.java:1011
↓ 2 callers
Method
getArrayItem
(final V8Array array, final int index)
src/main/java/com/eclipsesource/v8/V8.java:1060
↓ 2 callers
Method
getFunction
Returns the Function associated with this particular debug frame. @return The Function for this debug frame.
src/main/java/com/eclipsesource/v8/debug/mirror/Frame.java:208
↓ 2 callers
Method
getJSStackTrace
Get the JavaScript Stack as a String. @return The JavaScript stack.
src/main/java/com/eclipsesource/v8/V8ScriptException.java:54
↓ 2 callers
Method
getLibFileExtension
()
src/main/java/com/eclipsesource/v8/PlatformDetector.java:98
↓ 2 callers
Method
getLine
Returns the line number of this breakpoint. @return The line number of this breakpoint.
src/main/java/com/eclipsesource/v8/debug/ScriptBreakPoint.java:48
↓ 2 callers
Method
getScriptName
Returns the name of the Script associated with this FunctionMirror. @return The name of the script.
src/main/java/com/eclipsesource/v8/debug/mirror/FunctionMirror.java:42
↓ 2 callers
Method
getSourceLineText
Returns the text of the line that this event occurred on. @return The text of the line that this event occurred on.
src/main/java/com/eclipsesource/v8/debug/BreakEvent.java:51
↓ 2 callers
Method
getStringRepresentaion
Returns a string representation of the V8 Type. @param type Type to return as a string. See constants in V8Value. @return The V8Value type as a string
src/main/java/com/eclipsesource/v8/V8Value.java:93
↓ 2 callers
Method
getThread
Returns the current thread associated with locker. @return The currently locked thread.
src/main/java/com/eclipsesource/v8/V8Locker.java:35
↓ 2 callers
Method
get_image_name
(self, config)
build_system/docker_build.py:64
↓ 2 callers
Function
get_pos
()
build_system/build_utils.py:103
↓ 2 callers
Method
get_v8_image_name
(self, config)
build_system/docker_build.py:61
↓ 2 callers
Method
handleMessage
Handles the next message in the message loop. Returns True if there are more messages to handle, false otherwise. @return True if there are more mess
src/main/java/com/eclipsesource/v8/NodeJS.java:129
↓ 2 callers
Method
initNewV8ArrayBuffer
(final long v8RuntimePtr, final ByteBuffer buffer, final int capacity)
src/main/java/com/eclipsesource/v8/V8.java:1274
↓ 2 callers
Method
initialize
(final long runtimePtr, final Object data)
src/main/java/com/eclipsesource/v8/V8ArrayBuffer.java:57
↓ 2 callers
Method
intMethodWithParameters
(final int x, final int b)
src/test/java/com/eclipsesource/v8/V8CallbackTest.java:87
↓ 2 callers
Method
isBoolean
Returns true if this mirror object points to a 'boolean' type. @return True iff this mirror object points to a 'boolean' type.
src/main/java/com/eclipsesource/v8/debug/mirror/Mirror.java:92
↓ 2 callers
Method
isFunction
Returns true if this mirror object points to a 'Function' type. @return True iff this mirror object points to a 'Function' type.
src/main/java/com/eclipsesource/v8/debug/mirror/Mirror.java:128
↓ 2 callers
Method
isMac
()
src/main/java/com/eclipsesource/v8/PlatformDetector.java:82
↓ 2 callers
Method
isNull
Returns true if this mirror object points to 'null'. @return True iff this mirror object points to a 'null'.
src/main/java/com/eclipsesource/v8/debug/mirror/Mirror.java:83
↓ 2 callers
Method
isNumber
()
src/main/java/com/eclipsesource/v8/debug/mirror/NumberMirror.java:24
↓ 2 callers
Method
isNumber
Returns true if this mirror object points to a 'number' type. @return True iff this mirror object points to a 'number' type.
src/main/java/com/eclipsesource/v8/debug/mirror/Mirror.java:101
↓ 2 callers
Method
isReleased
()
src/main/java/com/eclipsesource/v8/V8Object.java:681
↓ 2 callers
Method
isRunning
Returns true if there are more messages to process, false otherwise. @return True if there are more messages to process, false otherwise.
src/main/java/com/eclipsesource/v8/NodeJS.java:152
↓ 2 callers
Method
isString
Returns true if this mirror object points to a 'String' type. @return True iff this mirror object points to a 'String' type.
src/main/java/com/eclipsesource/v8/debug/mirror/Mirror.java:110
↓ 2 callers
Method
isTerminating
Returns true if forceTermination was called to shutdown this executor. @return True if forceTermination() was called, false otherwise.
src/main/java/com/eclipsesource/v8/utils/V8Executor.java:241
↓ 2 callers
Method
isValue
Returns true if this mirror object points to a 'value' type. @return True iff this mirror object points to a 'value' type.
src/main/java/com/eclipsesource/v8/debug/mirror/Mirror.java:74
↓ 2 callers
Method
isWeak
If {@link V8Value#setWeak()} has been called on this Object, this method will return true. Otherwise it will return false. @return Returns true if th
src/main/java/com/eclipsesource/v8/V8Value.java:260
↓ 2 callers
Method
keySet
()
src/main/java/com/eclipsesource/v8/utils/V8PropertyMap.java:143
↓ 2 callers
Method
load
(final String tmpDirectory)
src/main/java/com/eclipsesource/v8/V8.java:75
↓ 2 callers
Method
loadLibrary
(final String tempDirectory)
src/main/java/com/eclipsesource/v8/LibraryLoader.java:80
↓ 2 callers
Function
mkdir
Invokes the cross-platform polyfill for the 'mkdir' shell command
build_system/shared_build_steps.py:70
↓ 2 callers
Method
order
()
src/main/java/com/eclipsesource/v8/V8ArrayBuffer.java:279
↓ 2 callers
Function
parse_sub_command
(args, choices, help_formatter, extra_args = None)
nodejs.py:308
↓ 2 callers
Method
prepare_build
(self, config)
build_system/build_structures.py:64
← previous
next →
301–400 of 2,731, ranked by callers