MCPcopy Create free account

hub / github.com/Tencent/puerts / functions

Functions8,135 in github.com/Tencent/puerts

↓ 3 callersMethodSetGlobal
quickjs-build/include/v8.h:206
↓ 3 callersMethodSetNativeObject
(IntPtr isolate, IntPtr holder, int classID, IntPtr self)
unity/Assets/Puerts/Src/NativeValueApiGeneric.cs:69
↓ 3 callersMethodSetPromiseRejectCallback
quickjs-build/src/v8-impl.cc:201
↓ 3 callersFunctionSetReturn
unreal/Puerts/Source/JsEnv/Public/V8Converter.hpp:83
↓ 3 callersMethodStackTrace
quickjs-build/src/v8-impl.cc:1148
↓ 3 callersMethodStart
unreal/Puerts/Source/JsEnv/Private/JsEnv.cpp:25
↓ 3 callersMethodSupportWeak
quickjs-build/include/v8.h:183
↓ 3 callersMethodTest2
()
unity/general/Src/UnitTest/ArrayBufferTest.cs:58
↓ 3 callersMethodTest4
()
unity/general/Src/UnitTest/ArrayBufferTest.cs:97
↓ 3 callersMethodTestVirt
(int a, string str)
unity/general/Src/UnitTest/TestClass.cs:57
↓ 3 callersFunctionThrowException
unity/native_src/Src/Puerts.cpp:487
↓ 3 callersMethodTrim
unreal/Puerts/Source/JsEnv/Private/JsEnvModule.cpp:93
↓ 3 callersMethodUEOutToJsInContainer
unreal/Puerts/Source/JsEnv/Private/PropertyTranslator.h:42
↓ 3 callersMethodUint64Value
quickjs-build/src/v8-impl.cc:486
↓ 3 callersMethodUtf8Length
quickjs-build/src/v8-impl.cc:381
↓ 3 callersFunctionV8StackTraceId
unreal/Puerts/ThirdParty/Include/v8/8.4.371.19/v8-inspector.h:238
↓ 3 callersFunctionValueSerializer
unreal/Puerts/ThirdParty/Include/v8/7.7.299/v8.h:2128
↓ 3 callersFunctionWrapPointer
unreal/Puerts/Source/JsEnv/Private/FFIBinding.cpp:34
↓ 3 callersMethodWriteUtf8
quickjs-build/src/v8-impl.cc:388
↓ 3 callersFunction__JS_NewFloat64
quickjs-build/quickjs/quickjs.h:120
↓ 3 callersMethod_path
(name: string)
tools/v8HotloadToolProj/src/main-process/savedData.ts:38
↓ 3 callersMethod_startReTimer
()
tools/v8HotloadToolProj/src/renderer-process/sections/window.ts:50
↓ 3 callersMethodappendChild
(child: UEWidget)
unreal/ReactUMG/TypeScript/react-umg/react-umg.ts:138
↓ 3 callersFunctionassign
Assign an existing native handle to an object handle.
unreal/Puerts/ThirdParty/Include/asio/asio/windows/object_handle_service.hpp:106
↓ 3 callersMethodassign
Assign a native socket to a socket implementation.
unreal/Puerts/ThirdParty/Include/asio/asio/detail/null_socket_service.hpp:102
↓ 3 callersFunctionasync_accept
unreal/Puerts/ThirdParty/Include/asio/asio/basic_socket_acceptor.hpp:1254
↓ 3 callersFunctionasync_connect
unreal/Puerts/ThirdParty/Include/asio/asio/basic_socket.hpp:856
↓ 3 callersMethodasync_read_some
unreal/Puerts/ThirdParty/Include/asio/asio/ssl/stream.hpp:735
↓ 3 callersMethodasync_read_some_at
unreal/Puerts/ThirdParty/Include/asio/asio/windows/random_access_handle.hpp:351
↓ 3 callersMethodasync_receive
unreal/Puerts/ThirdParty/Include/asio/asio/basic_raw_socket.hpp:743
↓ 3 callersMethodasync_receive_with_flags
unreal/Puerts/ThirdParty/Include/asio/asio/detail/null_socket_service.hpp:355
↓ 3 callersFunctionbase64_encode
Encode a char buffer into a base64 string * @param input The input data * @param len The length of input in bytes * @return A base64 encoded string
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/base64/base64.hpp:66
↓ 3 callersFunctionbf_add_limb
add a limb at 'pos' and decrement pos. new space is created if needed. Return 0 if OK, -1 if memory error */
quickjs-build/quickjs/libbf.c:2834
↓ 3 callersFunctionbf_atof_internal
quickjs-build/quickjs/libbf.c:2878
↓ 3 callersFunctionbf_cmp_lt
quickjs-build/quickjs/libbf.h:277
↓ 3 callersFunctionbf_const_pi_signed
return rounded pi * (1 - 2 * sign) */
quickjs-build/quickjs/libbf.c:4194
↓ 3 callersFunctionbf_convert_to_radix
a must be >= 0. 'P' is the wanted number of digits in radix 'radix'. 'r' is the mantissa represented as an integer. *pE contains the exponent. R
quickjs-build/quickjs/libbf.c:3487
↓ 3 callersFunctionbf_log
quickjs-build/quickjs/libbf.c:4530
↓ 3 callersFunctionbf_logic_op
quickjs-build/quickjs/libbf.c:2322
↓ 3 callersFunctionbf_move
equivalent to bf_set(r, a); bf_delete(a) */
quickjs-build/quickjs/libbf.c:300
↓ 3 callersFunctionbf_pow_ui
quickjs-build/quickjs/libbf.c:2261
↓ 3 callersFunctionbf_set_overflow
quickjs-build/quickjs/libbf.c:448
↓ 3 callersFunctionbf_set_si
return 0 or BF_ST_MEM_ERROR */
quickjs-build/quickjs/libbf.c:250
↓ 3 callersFunctionbf_sincos
quickjs-build/quickjs/libbf.c:4841
↓ 3 callersFunctionbfdec_cmp
quickjs-build/quickjs/libbf.h:483
↓ 3 callersFunctionbfdec_cmpu
quickjs-build/quickjs/libbf.h:475
↓ 3 callersMethodcancel
Cancel all asynchronous operations associated with the handle. * This function causes all outstanding asynchronous read or write operations * to fi
unreal/Puerts/ThirdParty/Include/asio/asio/windows/basic_handle.hpp:233
↓ 3 callersFunctionceil_div
b must be >= 1 */
quickjs-build/quickjs/libbf.c:129
↓ 3 callersMethodclose
Close the handle. * This function is used to close the handle. Any asynchronous read or write * operations will be cancelled immediately, and will
unreal/Puerts/ThirdParty/Include/asio/asio/windows/basic_handle.hpp:193
↓ 3 callersMethodcloseDebugger
(sender: WebContents, id: string, err?: string)
tools/v8HotloadToolProj/src/util/remoteUtil.ts:68
↓ 3 callersFunctionclz64
WARNING: undefined if a = 0 */
quickjs-build/quickjs/cutils.h:121
↓ 3 callersFunctioncr_union1
quickjs-build/quickjs/libunicode.c:407
↓ 3 callersFunctiondbuf_free
quickjs-build/quickjs/cutils.c:194
↓ 3 callersFunctiondbuf_put_u16
quickjs-build/quickjs/cutils.h:253
↓ 3 callersMethoddecode
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/utf8_validator.hpp:105
↓ 3 callersFunctiondefer
unreal/Puerts/ThirdParty/Include/asio/asio/impl/defer.hpp:47
↓ 3 callersFunctiondestroy
unreal/Puerts/ThirdParty/Include/asio/asio/detail/scheduler_operation.hpp:42
↓ 3 callersMethoddynamic_test
Test whether a channel is dynamically enabled * The stub logger has no channels so all arguments are ignored and * `dynamic_test` always returns
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/logger/stub.hpp:111
↓ 3 callersFunctionensureTrailingDirectorySeparator
(path)
unreal/Puerts/Content/JavaScript/PuertsEditor/CodeAnalyze.js:282
↓ 3 callersFunctionensureTrailingDirectorySeparator
(path: string)
unreal/Puerts/PuertsEditor/CodeAnalyze.ts:471
↓ 3 callersFunctionexchange_func
quickjs-build/quickjs/cutils.c:436
↓ 3 callersFunctionexit
(exitCode?: number)
unreal/Puerts/PuertsEditor/CodeAnalyze.ts:1319
↓ 3 callersMethodexpires_at
(Deprecated: Use expiry().) Get the timer's expiry time as an absolute time. * This function may be used to obtain the timer's current expiry time.
unreal/Puerts/ThirdParty/Include/asio/asio/basic_waitable_timer.hpp:433
↓ 3 callersFunctionextract_token
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/http/parser.hpp:73
↓ 3 callersMethodflush
unreal/Puerts/ThirdParty/Include/asio/asio/impl/buffered_write_stream.hpp:30
↓ 3 callersFunctionfrom_hex
quickjs-build/quickjs/cutils.h:281
↓ 3 callersFunctiongetProgramFromService
()
unreal/Puerts/Content/JavaScript/PuertsEditor/CodeAnalyze.js:1189
↓ 3 callersFunctiongetProgramFromService
()
unreal/Puerts/PuertsEditor/CodeAnalyze.ts:1573
↓ 3 callersFunctiongetRegexFromPattern
(pattern, useCaseSensitiveFileNames)
unreal/Puerts/Content/JavaScript/PuertsEditor/CodeAnalyze.js:782
↓ 3 callersFunctiongetRegexFromPattern
(pattern: string, useCaseSensitiveFileNames: boolean)
unreal/Puerts/PuertsEditor/CodeAnalyze.ts:1083
↓ 3 callersFunctiongetRegularExpressionForWildcard
(specs, basePath, usage)
unreal/Puerts/Content/JavaScript/PuertsEditor/CodeAnalyze.js:570
↓ 3 callersFunctiongetRegularExpressionForWildcard
(specs: ReadonlyArray<string> | undefined, basePath: string, usage: "files" | "directories" | "exclude")
unreal/Puerts/PuertsEditor/CodeAnalyze.ts:816
↓ 3 callersFunctiongetSymbolTypeNode
(symbol)
unreal/Puerts/Content/JavaScript/PuertsEditor/CodeAnalyze.js:1422
↓ 3 callersFunctiongetSymbolTypeNode
(symbol: ts.Symbol)
unreal/Puerts/PuertsEditor/CodeAnalyze.ts:1815
↓ 3 callersMethodgetTab
(id: string)
tools/v8HotloadToolProj/src/renderer-process/sections/window.ts:165
↓ 3 callersFunctionget_class_atom
return -1 if error otherwise the character or a class range (CLASS_RANGE_BASE). In case of class range, 'cr' is initialized. Otherwise, it is ig
quickjs-build/quickjs/libregexp.c:711
↓ 3 callersMethodget_compressed
Return whether or not the message is flagged as compressed * @return whether or not the message is/should be compressed */
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/message_buffer/message.hpp:143
↓ 3 callersMethodget_header_as_plist
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/http/impl/parser.hpp:55
↓ 3 callersFunctionget_masking_key
Extract the masking key from a frame header * Note that while read and written as an integer at times, this value is not * an integer and should neve
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/frame.hpp:516
↓ 3 callersFunctionget_opcode
Extract opcode from basic header * @param [in] h The basic header to extract from. * @return The opcode value of the header. */
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/frame.hpp:393
↓ 3 callersMethodget_strand
Get a pointer to this connection's strand
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/transport/asio/connection.hpp:365
↓ 3 callersFunctionget_websocket_version
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/processors/processor.hpp:107
↓ 3 callersFunctionhasTrailingDirectorySeparator
(path)
unreal/Puerts/Content/JavaScript/PuertsEditor/CodeAnalyze.js:276
↓ 3 callersFunctionhasTrailingDirectorySeparator
(path: string)
unreal/Puerts/PuertsEditor/CodeAnalyze.ts:461
↓ 3 callersFunctioninnerHash
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/sha1/sha1.hpp:59
↓ 3 callersFunctioninvalid
Test whether a close code is invalid on the wire * @param [in] code The code to test * @return Whether or not code is invalid on the wire */
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/close.hpp:199
↓ 3 callersMethodis_implemented
Test if this object implements the permessage-deflate specification * Because this object does implieent it, it will always return true. * *
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/extensions/permessage_deflate/enabled.hpp:326
↓ 3 callersFunctionis_line_terminator
quickjs-build/quickjs/libregexp.c:1911
↓ 3 callersFunctionis_open
Determine whether the socket is open.
unreal/Puerts/ThirdParty/Include/asio/asio/basic_socket.hpp:397
↓ 3 callersMethodis_open
Determine whether the handle is open.
unreal/Puerts/ThirdParty/Include/asio/asio/windows/basic_handle.hpp:180
↓ 3 callersMethodis_open
Determine whether the descriptor is open.
unreal/Puerts/ThirdParty/Include/asio/asio/posix/descriptor.hpp:238
↓ 3 callersFunctionlimb_to_ntt
quickjs-build/quickjs/libbf.c:7973
↓ 3 callersMethodmasked_copy
Copy and mask/unmask in one operation * Reads input from one string and writes unmasked output to another. * * @param [in] i The input strin
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/processors/hybi13.hpp:961
↓ 3 callersFunctionmd5_append
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/common/md5.hpp:357
↓ 3 callersMethodmessage
(type: MessageType, content: string)
tools/v8HotloadToolProj/src/renderer-process/command.ts:16
↓ 3 callersMethodmessage
unreal/Puerts/ThirdParty/Include/websocketpp/websocketpp/error.hpp:158
↓ 3 callersFunctionmod_fast
return (r0+r1*B) mod m precondition: 0 <= r0+r1*B < 2^(64+NTT_MOD_LOG2_MIN) */
quickjs-build/quickjs/libbf.c:7390
↓ 3 callersFunctionmp_add
quickjs-build/quickjs/libbf.c:1024
↓ 3 callersFunctionmp_add_dec
quickjs-build/quickjs/libbf.c:5565
↓ 3 callersFunctionmp_div1_dec
taba[] = (taba[] + r*base^na) / b. 0 <= b < base. 0 <= r < b. Return the remainder. */
quickjs-build/quickjs/libbf.c:5724
← previousnext →701–800 of 8,135, ranked by callers