| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | template_map_test.cpp | 29 …* @tc.desc: Create a TemplateMap through calling Create function with numberOfElements. Check whet… 30 …* returned through the TemplateMap's calling Get/GetKey/GetValue function is within expe… 31 …er the value returned through the TaggedArray's(transformed from the TemplateMap) calling GetLength 59 …* the value(entry) returned through the TemplateMap's calling FindEntry function with th… 60 …in expectations. Check whether the value returned through the TemplateMap's calling GetKey/GetValue 97 * calling EntriesCount function is within expectations. 115 … whether the value returned through calling EntriesCount function and the value returned thr… 136 …* @tc.desc: Check whether the value returned through a TemplateMap's calling ComputeHashTableSize … 159 …* @tc.desc: Create a source TemplateMap, change it through calling IncreaseEntries/IncreaseHoleEnt… 160 …* Check whether the bool returned through the source TemplateMap's calling IsNeedGrowHas… [all …]
|
| D | js_map_iterator_test.cpp | 71 …* @tc.desc: Create a JSMapIterator through calling "CreateMapIterator" function with the current t… 72 …* the returned value through calling "GetIteratedMap" function from the JSMapIterator is… 73 …* returned value through calling "GetLinkedMap" function. Call "SetIteratedMap" function… 74 …* Check whether the returned JSTaggedValue through calling "GetNextIndex" function from … 97 …* @tc.desc: Create a JSMapIterator through calling "CreateMapIterator" function with the current t… 98 …* whether the returned value through calling "GetNextIndex" function from the JSMapItera… 100 …* calling "GetNextIndex" function from the JSMapIterator is the same with the changed va… 119 …* @tc.desc: Create a JSMapIterator through calling CreateMapIterator function with the current thr… 120 …* the returned value through calling "GetIterationKind" function is the same with JSTagg… 121 … whether the returned value through calling "GetIterationKind" function is within expectations… [all …]
|
| D | ecma_string_accessor_test.cpp | 29 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf8 function is within ex… 44 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf16 function is within e… 62 …* @tc.desc: Check whether the EcmaString created through calling CreateLineString function is with… 87 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit… 101 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within… 138 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi… 165 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 195 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 227 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 240 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… [all …]
|
| D | base_string_test.cpp | 49 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp… 65 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit… 79 …* @tc.desc: Check whether the EcmaString created through calling CreateLineString function is with… 105 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within… 126 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi… 156 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta… 209 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 240 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 271 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m… 315 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … [all …]
|
| D | js_async_function_test.cpp | 31 …wJSAsyncAwaitStatusFunction" function to construct class JSAsyncAwaitStatusFunction object, calling 32 …cContext" function to set AsyncContext and check the AsyncContext is within expectations by calling 58 …@tc.desc: Call "NewJSAsyncFuncObject" function to construct class JSAsyncFuncObject object, calling
|
| D | global_dictionary_test.cpp | 29 …* @tc.desc: Check whether two JSTaggedValue is equal through calling IsMatch function is within ex… 46 * @tc.desc: Check whether the hash size through calling Hash function is within expectations. 70 …* @tc.desc: Check whether the Box and Value through calling SetEntry function is within expectatio… 104 …* @tc.desc: Check whether the Attributes Get through calling SetAttributes function is within expe… 123 * @tc.desc: Create dictionary and set entry calling SetEntry function,Check whether Attributes is 124 * the same as Attributes after calling the ClearEntry function. 149 * @tc.desc: Update value and Attributes through calling UpdateValueAndAttributes function. 314 // calling InvalidatePropertyBox function to Invalidate the PropertyBox in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/ |
| D | native_call_opt_doc.md | 5 …calling conventions of Managed and Native methods are not the same. "Traditional" approach is to c… 9 … Managed-to-Native calling convention transformations in calling Native methods from JIT/AOT code.…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/interop-tutorial/ |
| D | 01_introduction.rst | 25 - Example of calling TypeScript functions from |LANG| 26 - Example of calling |LANG| functions from |TS|
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_superclass_staticmethod/ |
| D | class_static03.ets | 28 return "Child static method calling " + Parent.staticMethod(); 33 assertEQ(Child.staticMethod(), "Child static method calling Parent static method");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/js_suites/ |
| D | test_function_arg_type_union_call.js | 24 // calling similar JS method also gets type string not string 28 // calling similar JS method also gets type string not string
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | static-analyzer-warnings-generation-activity.plantuml | 29 raw pointers of ObjectHeader after calling the function: 31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-warnings-generation.puactivity | 29 raw pointers of ObjectHeader after calling the function: 31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 27 …* save/restore registers before calling native functions. These intrinsics pushes caller saved reg… 33 * So, before calling the slow path we restore all modified callee registers. 36 * before calling slow path, since they are saved within irtoced entrypoint.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | runtime-compiled_code-interaction.md | 7 * Calling convention 10 * Calling the runtime 27 ## Calling convention 28 Panda runtime and managed code must call functions according to the target calling convention. 42 ### Dynamic calling convention 44 …2_t num_actual_args`) are passed in first two argument registers of the target calling convention. 46 The result of call is placed according to the target calling convention. 63 … entrypoints. A runtime entrypoint is a function which conforms to the target calling convention. 82 …ode which can execute the function. This code must conform to the target calling convention and mu… 83 one extra argument: a pointer to `ark::Method` ( See [Calling convention](#calling_convention)). [all …]
|
| /arkcompiler/toolchain/websocket/server/ |
| D | websocket_server.h | 66 * which must be accepted by calling `ConnectUnixWebSocketBySocketpair`. 67 …* @param socketfd connection socket file descriptor, must be correctly opened before calling the m… 80 * @brief Set callback for calling after received HTTP handshake request. 86 * @brief Set callback for calling after accepted new connection.
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 7 * Calling convention 10 * Calling the runtime 27 ## Calling convention 28 Panda runtime and managed code must call functions according to the target calling convention. 57 … entrypoints. A runtime entrypoint is a function which conforms to the target calling convention. 76 …ode which can execute the function. This code must conform to the target calling convention and mu… 77 one extra argument: a pointer to `panda::Method` ( See [Calling convention](#calling_convention)). 146 ## Calling a function from compiled code 149 Resolving of a function could be done by calling the corresponding runtime entrypoint. 152 Calling `int max(int a, int b)` function from compiled code on ARM architecture with arguments `2` … [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | BuiltinArrayAlgorithms.ets | 31 * The array has to be sorted before calling this function. 69 * The array has to be sorted before calling this function. 84 * The array has to be sorted before calling this function. 122 * The array has to be sorted before calling this function. 197 * The array has to be sorted before calling this function. 235 * The array has to be sorted before calling this function. 250 * The array has to be sorted before calling this function. 288 * The array has to be sorted before calling this function. 363 * The array has to be sorted before calling this function. 401 * The array has to be sorted before calling this function. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/ |
| D | Array_builtin_algorithms.ets.j2 | 35 * The array has to be sorted before calling this function. 73 * The array has to be sorted before calling this function. 88 * The array has to be sorted before calling this function. 126 * The array has to be sorted before calling this function. 141 * The array has to be sorted before calling this function. 179 * The array has to be sorted before calling this function. 194 * The array has to be sorted before calling this function. 232 * The array has to be sorted before calling this function.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arguments.cpp | 59 // a.Return the result of calling the default ordinary object [[Get]] internal method (9.1.8) in GetProperty() 67 // 5.Return the result of calling the default ordinary object [[Set]] internal method (9.1.9) in SetProperty() 75 …// 4.Let result be the result of calling the default [[Delete]] internal method for ordinary objec… in DeleteProperty()
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/interop/ |
| D | interop_not_have_property_arkts2.ets.arkts2.json | 204 …"rule": "Calling methods of JS Object directly in interop is not allowed (arkts-interop-js2s-call-… 244 …"rule": "Calling methods of JS Object directly in interop is not allowed (arkts-interop-js2s-call-… 284 …"rule": "Calling methods of JS Object directly in interop is not allowed (arkts-interop-js2s-call-… 344 …"rule": "Calling methods of JS Object directly in interop is not allowed (arkts-interop-js2s-call-… 384 …"rule": "Calling methods of JS Object directly in interop is not allowed (arkts-interop-js2s-call-… 424 …"rule": "Calling methods of JS Object directly in interop is not allowed (arkts-interop-js2s-call-… 474 …"rule": "Calling methods of JS Object directly in interop is not allowed (arkts-interop-js2s-call-…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/interop-cookbook/ |
| D | draft.txt | 8 Calling system dynamic API from static VM: 13 Calling JS-third parties:
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 72 * This handle must be released by calling CloseArchive with this handle. 86 * This handle must be released by calling CloseArchiveFile with this handle. 132 * This handle must be released by calling CloseCurrentFile with this handle.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/09.methods_returning_this/ |
| D | met_ret_this.params.yaml | 413 // calling method returning 'this' from throw statement 441 // calling extension function returning 'this' from throw statement 470 // calling method returning 'this' from throw statement 498 // calling extension function returning 'this' from throw statement 527 // calling method returning 'this' from coroutine 550 // calling extension function returning 'this' from coroutine 571 // calling async method returning 'this'
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.h | 77 * This handle must be released by calling CloseArchive with this handle. 91 * This handle must be released by calling CloseArchiveFile with this handle. 137 * This handle must be released by calling CloseCurrentFile with this handle.
|
| /arkcompiler/toolchain/test/autotest/aw/implement_api/ |
| D | protocol_api.py | 41 … raise AssertionError("{} send ProtocolType inconsistent: Protocol {}, calling {}, should be {}" 51 … raise AssertionError("{} recv ProtocolType inconsistent: Protocol {}, calling {}, should be {}"
|