MCPcopy Create free account

hub / github.com/callstackincubator/polygen / functions

Functions615 in github.com/callstackincubator/polygen

Methodconstructor
(isHeader: boolean, writer?: SourceWriter)
packages/codegen/src/source-builder/builder.file.ts:5
Methodconstructor
(indentLevel: number = 0, indentSize: number = 2)
packages/codegen/src/source-builder/source-writer.ts:17
Methodconstructor
(name: string)
packages/codegen/src/codegen/modules.ts:66
Methodconstructor
( context: CodegenContext, body: Module, checksum: Buffer, sourceModulePath: string, modul
packages/codegen/src/codegen/modules.ts:123
Methodconstructor
(public kind: string)
packages/codegen/src/codegen/utils.ts:65
MethodcontextClassName
* Name of the class that represents the module context.
packages/codegen/src/codegen/modules.ts:190
MethodcopyAssets
* Copies assets from the specified source locations to the corresponding target locations. * * @param assetMap A record where the key represents
packages/codegen/src/helpers/output-generator.ts:207
MethodcopyNativeHandle
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:28
MethodcreateGlobal
Globals
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:93
MethodcreateMemory
Memories
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:72
MethodcreateModuleInstance
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:60
MethodcreateTable
Tables
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:115
MethodcurrentOffset
* The current offset in the binary data.
packages/binary-utils/src/binary-writer.ts:57
MethodcurrentOffset
* The current offset in the binary data.
packages/binary-utils/src/binary-reader.ts:50
MethoddeclaredExternalModules
* Declared external modules
packages/polygen-project/src/project.modules.ts:58
MethoddeclaredLocalModules
* Declared Local modules
packages/polygen-project/src/project.modules.ts:41
FunctiondefinePlugin
( name: string, definition: PluginDefinition )
packages/polygen-cli/src/plugin.ts:22
MethoddestroyModuleInstance
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:66
MethoddestroyModuleInstance
(instance: OpaqueModuleInstanceNativeHandle)
packages/polygen/src/NativePolygen.ts:149
FunctiondumpMetadata
()
packages/codegen/src/pipeline/dump-metadata.ts:6
MethodexportedFunctions
* Retrieves an array of all exported functions.
packages/codegen/src/codegen/modules.ts:166
MethodexportedMemories
* Retrieves an array of all exported memories.
packages/codegen/src/codegen/modules.ts:157
MethodexportedTables
* Retrieves an array of all exported tables.
packages/codegen/src/codegen/modules.ts:175
MethodfromBuffer
packages/polygen/cpp/ReactNativePolygen/w2c.cpp:25
MethodfullOutputDirectory
* Full path to the output directory
packages/polygen-project/src/project.paths.ts:76
MethodfullSourceDir
* Full path to the source directory
packages/polygen-project/src/project.paths.ts:90
Functionfunction
(returnType: TypeBuilder, args: TypeBuilder[])
packages/codegen/src/source-builder/builder.types.ts:21
FunctiongenerateMetadata
(props: { params: Promise<{ slug?: string[] }>; })
docs/app/docs/[[...slug]]/page.tsx:63
FunctiongenerateStaticParams
()
docs/app/docs/[[...slug]]/page.tsx:59
FunctiongeneratedContextTypeName
* Gets the C typename that was generated by wasm2c for this imported module.
packages/codegen/src/codegen/modules.ts:45
MethodgeneratedRootContextFieldName
* Gets the name of the field in the root context struct. * * Each generated module that imports this module contains a field that holds * the
packages/codegen/src/codegen/modules.ts:77
Methodget
packages/polygen/cpp/ReactNativePolygen/SharedLibraryModule.h:44
Methodget
(index: number)
packages/polygen/src/api/Table.ts:76
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:314
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:415
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:912
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:989
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1082
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1175
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1286
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1397
MethodgetBytes
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:1508
MethodgetCapacity
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:49
MethodgetCapacity
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:48
MethodgetElement
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:56
MethodgetFileHash
function to return a resulting hash from selected ALGORITHM and passed file
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:3889
MethodgetFilesHashes
function to return a collection of resulting hashes from selected ALGORITHMS and passed file path container(s) (with recursive directory support)
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:3944
MethodgetGlobalValue
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:103
MethodgetHMAC
get hexadecimal HMAC from key-data pair
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:169
MethodgetHMACs
function to return a collection of resulting HMACs from selected ALGORITHMS and passed key-data container(s)
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:3541
MethodgetHash
get hexadecimal hash from data
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:145
MethodgetHashes
function to return a collection of resulting hashes from passed data container(s)
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:3193
MethodgetKind
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:41
MethodgetKind
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:40
MethodgetLocalModules
* Local modules
packages/polygen-project/src/project.modules.ts:48
MethodgetMemory
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Memory.h:29
MethodgetMemoryBuffer
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:79
MethodgetModule
packages/polygen/android/src/main/java/com/wasm/WasmPackage.kt:11
MethodgetModuleMetadata
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:55
MethodgetModuleMetadata
(module: OpaqueModuleNativeHandle)
packages/polygen/src/NativePolygen.ts:141
MethodgetName
packages/polygen/android/src/main/java/com/wasm/WasmModule.kt:10
MethodgetReactModuleInfoProvider
packages/polygen/android/src/main/java/com/wasm/WasmPackage.kt:19
MethodgetSection
(type: T['type'])
packages/wasm-parser/src/module.ts:78
MethodgetSize
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:44
MethodgetTableData
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:70
MethodgetTableData
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:69
MethodgetTableElement
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:142
MethodgetTableSize
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:155
MethodgetUnsafePayloadPtr
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Global.h:55
Functionget_alloc_size_for_mmap
packages/polygen/cpp/wasm-rt/wasm-rt-mem-impl.c:139
Functionget_alloc_size_for_mmap
packages/codegen/assets/wasm-rt/wasm-rt-mem-impl.c:139
Methodgrow
[MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/Memory/grow)
packages/polygen/types/WebAssembly-global.d.ts:51
Methodgrow
packages/polygen/cpp/ReactNativePolygen/WebAssembly/FuncRefTable.h:53
Methodgrow
packages/polygen/cpp/ReactNativePolygen/WebAssembly/ExternRefTable.h:52
Methodgrow
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Memory.h:41
Methodgrow
(delta: number)
packages/polygen/src/api/Memory.ts:50
Methodgrow
(delta: number)
packages/polygen/src/api/Table.ts:72
MethodgrowMemory
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:86
MethodgrowTable
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:137
Methodhash
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:2857
MethodhashCollection
packages/polygen/cpp/ReactNativePolygen/utils/hashpp.h:2915
MethodhostModuleOutput
* Returns the output generator for the host module.
packages/codegen/src/codegen.ts:231
FunctionhostProjectGenerated
({ projectOutput })
packages/codegen/src/pipeline/wasm2c-runtime.ts:11
FunctionhostProjectGenerated
({ projectOutput, generatedModules, })
packages/codegen/src/pipeline/react-native/turbomodule.ts:12
FunctionhostProjectGenerated
({ projectOutput })
packages/codegen/src/pipeline/react-native/cocoapods.ts:12
FunctionhostProjectGenerated
({ codegen, rootOutput })
packages/codegen/src/pipeline/react-native/metro.ts:46
Functionicon
(icon)
docs/lib/source.ts:9
MethodimportedModules
* Retrieves a reversed array of all imported modules. * * @return An array containing the imported modules in reverse order.
packages/codegen/src/codegen/modules.ts:148
Methodimports
(mod: Module)
packages/polygen/src/api/Module.ts:34
Functioninstall_polygen
()
packages/polygen/polygen.rb:1
FunctioninstantiateStreaming
( source: Response | PromiseLike<Response>, importObject?: ImportObject )
packages/polygen/src/api/WebAssembly.ts:74
MethodisEmpty
* A boolean value indicating whether the reader has reached the end of the binary data.
packages/binary-utils/src/binary-reader.ts:43
FunctionisErrnoError
(e: unknown)
packages/polygen-cli/src/helpers/errors.ts:26
MethodisFreshLine
()
packages/codegen/src/source-builder/source-writer.ts:130
MethodisFull
* A boolean value indicating whether the writer has reached the end of the binary data.
packages/binary-utils/src/binary-writer.ts:50
MethodisMetadata
packages/polygen/cpp/ReactNativePolygen/w2c.cpp:35
MethodisMutable
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Global.h:90
MethodisOwned
packages/polygen/cpp/ReactNativePolygen/WebAssembly/Global.h:94
MethodloadModule
packages/polygen/cpp/ReactNativePolygen/Loader.cpp:15
MethodloadModule
packages/polygen/cpp/ReactNativePolygen/ReactNativePolygen.cpp:39
← previousnext →401–500 of 615, ranked by callers