| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/buffer/ |
| D | BlobTest.ets | 50 let blob = new buffer.Blob(src) 51 assertEQ(blob.type, "") 52 assertEQ(blob.size, 0) 57 let blob = new buffer.Blob(sources); 58 let size = blob.size; 59 assertEQ(blob.type, "") 61 let text = await blob.text() 67 let blob = new buffer.Blob(sources) 68 let size = blob.size; 69 assertEQ(blob.type, "") [all …]
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | Platform.ts | 41 abstract getArraySize(blob: KPointer): int32; 42 abstract disposeArray(blob: KPointer): void; 43 abstract getArrayElement(blob: KPointer, index: int32): T; 45 decode(blob: KPointer): Array<T> { 46 const size = this.getArraySize(blob); 49 result[index] = this.getArrayElement(blob, index); 51 this.disposeArray(blob); 96 getArraySize(blob: KPointer): KInt { 97 return global.interop._GetPtrVectorSize(blob); 99 disposeArray(blob: KPointer): void { [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/math/ |
| D | math.ets | 28 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 46 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 64 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 82 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 118 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 136 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 164 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 255 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 273 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 338 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… [all …]
|
| /arkcompiler/ets_runtime/ |
| D | README_zh.md | 16 更多信息请参考:[方舟运行时子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/ARK-Runtime-Subsyste… 83 NAPI接口说明参考[NAPI部件](https://gitee.com/openharmony/arkui_napi/blob/master/README_zh.md) 87 ArkTS生成字节码参考[方舟eTS编译器]( https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/README_z…
|
| D | README.md | 16 For more information, see [ArkCompiler JS Runtime](https://gitee.com/openharmony/docs/blob/master/e… 83 See [NAPI](https://gitee.com/openharmony/arkui_napi/blob/master/README.md). 95 …n, see [ARK Runtime Usage Guide](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/
|
| /arkcompiler/runtime_core/ |
| D | README_zh.md | 20 更多信息请参考:[方舟运行时子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/ARK-Runtime-Subsyste… 96 更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README…
|
| D | README.md | 20 For more information, see: [ARK Runtime Subsystem](https://gitee.com/openharmony/docs/blob/master/e… 99 …untime Usage Guide](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README.…
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2024-07-10-isa-changelog.md | 12 To support [lazy import](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/quick…
|
| D | 2024-05-26-file_format-changelog.md | 14 ](https://gitee.com/openharmony/docs/blob/dfc65afed16d888d2c816b31e3fcbe17e725c6a2/zh-cn/applicatio…
|
| D | 2023-12-31-isa-changelog.md | 12 …in ECMAScript2022 and [sendable class](https://gitee.com/openharmony/docs/blob/5bce26d25ceed2417ed…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/runtime/ |
| D | 02_bytecode.rst | 18 For details, see https://gitee.com/openharmony/arkcompiler_runtime_core/blob/master/static_core/isa…
|
| D | 03_file_format.rst | 18 For details, see https://gitee.com/openharmony/arkcompiler_runtime_core/blob/master/static_core/doc…
|
| /arkcompiler/ets_runtime/test/ffiworkloadtest/ |
| D | README.md | 50 …[ffi_workload.cpp位置](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/%6d%61%73%74%65%72…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/ |
| D | GenerateStdLib.cmake | 56 …"https://gitee.com/OpenHarmony/arkcompiler_runtime_core/blob/master/static_core/plugins/ets/stdlib…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | Double.ets | 642 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 665 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 688 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 720 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 762 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 794 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 830 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
|
| D | String.ets | 119 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 129 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 152 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 173 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 182 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/… 318 … [declaration](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/plugins/ets/…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/ |
| D | .gitignore | 160 # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/ |
| D | BUILDING.md | 14 …[bootstraping](https://gitee.com/openharmony-sig/arkcompiler_runtime_core/blob/master/README.md#bo…
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | README.md | 84 参考《[es2panda使用方式](https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/README_zh.md#%…
|
| /arkcompiler/ets_frontend/ |
| D | README_zh.md | 14 更多信息请参考:[方舟运行时子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/ARK-Runtime-Subsyste… 210 更多使用说明请参考:[方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README…
|
| D | README.md | 14 For more information, see: [ARK Runtime Subsystem](https://gitee.com/openharmony/docs/blob/master/e… 211 …untime-Usage-Guide](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/README.…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | gui.rst | 30 `Tutorial <https://gitee.com/openharmony/docs/blob/master/en/application-dev/quick-start/arkts-get-…
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | README-cn.md | 3 …es-V5/source-obfuscation-V5)以及[社区doc仓](https://gitee.com/openharmony/docs/blob/master/zh-cn/applic…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/ |
| D | README.md | 169 ERB templates guide https://github.com/ruby/erb/blob/master/README.md
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 139 IsolateData(v8::StartupData* blob) : blob(blob) {} in IsolateData() 143 delete blob; in ~IsolateData() 146 v8::StartupData* blob; member 151 static void CreateIsolateData(v8::Isolate* isolate, v8::StartupData* blob) in CreateIsolateData() argument 153 auto data = new IsolateData(blob); in CreateIsolateData() 156 if (blob) { in CreateIsolateData() 1630 auto blob = creator->CreateBlob(v8::SnapshotCreator::FunctionCodeHandling::kKeep); in OH_JSVM_CreateSnapshot() local 1631 *blobData = blob.data; in OH_JSVM_CreateSnapshot() 1632 *blobSize = blob.raw_size; in OH_JSVM_CreateSnapshot()
|