Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectDestructuring26.ts17 var { a: { b: [{ r, k } = { er: 5 }] = ["foo", true] } = { z: 5, b: [2, "foo"] } } = { a: { k: 2, b… variable
DrecursiveTypeofWithProperty.ts24 k: { variable
DvarRedeclaration14.ts17 interface k { interface
DfunctionCall.ts79 var k: number = func9(1, "foo"); variable
DvarRedeclaration.ts82 var k = { d: "foo", e: "bar", ...obj }; variable
83 var k: { a: number, b: number, c: number, d: string, e: string }; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_import_type.ts20 k(): import("foo").b; method
24 function k(a: import("bar").r.t.e): import("foo")<<A>(a:number | string, b: typeof import("a")<[num… function
Dtest-class-definition.ts26 public static k = "bar" property in Foo
Dtest-type-annotation.ts28 var k: object; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp46 for (uint32_t k = 0; k < argc; k++) { in Push() local
106 uint32_t k = 0; in Splice() local
179 for (uint32_t k = 1; k < length; k++) { in Shift() local
236 for (uint32_t k = 0; k < len; k++) { in Join() local
261 for (uint32_t k = 0; k < len; k++) { in Join() local
284 … JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) in HandleFindIndexOfStable()
322 JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) in HandleEveryOfStable()
366 … JSHandle<JSTaggedValue> thisArgHandle, uint32_t &k) in HandleforEachOfStable()
439 EcmaRuntimeCallInfo *argv, uint32_t &k, uint32_t &toIndex) in Filter()
484 EcmaRuntimeCallInfo *argv, uint32_t &k, uint32_t len) in Map()
[all …]
Djs_typed_array.cpp293 for (uint32_t k = 0; k < bufferKeysLen; k++) { in OwnPropertyKeys() local
372 uint32_t k = static_cast<uint32_t>(JSTaggedValue::ToInteger(thread, indexHandle).ToInt32()); in IntegerIndexedElementGet() local
548 uint32_t k = JSTaggedValue::ToInteger(thread, indexHandle).ToUint32(); in IntegerIndexedElementSet() local
Djs_list_format.cpp231 uint32_t k = 0; in StringListFromIterable() local
259 for (uint32_t k = 0; k < length; k++) { in ToUnicodeStringArray() local
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-export-named-decl.js29 export const k = true; constant
/arkcompiler/ets_runtime/test/aottest/loops/
Dloops.ts57 var k:number = 0; variable
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp143 for (size_t k = 0; k < opt_ins.imms.size(); k++) { variable
148 for (size_t k = 0; k < opt_ins.ids.size(); k++) { variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp119 for (uint32_t k = 0; k < argc; k++) { in ArrayConstructor() local
193 int k = 0; in From() local
286 int64_t k = 0; in From() local
376 for (uint32_t k = 0; k < argc; k++) { in Of() local
433 int64_t k = 0; in Concat() local
480 int64_t k = 0; in Concat() local
717 uint32_t k = 0; in Every() local
840 int64_t k = start; in Fill() local
907 uint32_t k = 0; in Filter() local
979 int64_t k = 0; in Find() local
[all …]
Dbuiltins_typedarray.cpp213 uint32_t k = 0; in From() local
268 int64_t k = 0; in From() local
325 uint32_t k = 0; in Of() local
511 uint32_t k = 0; in Every() local
589 for (uint32_t k = 0; k < len; k++) { in Filter() local
696 uint32_t k = 0; in ForEach() local
772 for (uint32_t k = 0; k < length; k++) { in Join() local
795 for (uint32_t k = 0; k < length; k++) { in Join() local
922 for (uint32_t k = 0; k < len; k++) { in Map() local
1079 uint32_t k = 0; in Set() local
[all …]
Dbuiltins_global.cpp202 uint32_t k = 0; in Encode() local
301 int32_t k = 0; in Decode() local
/arkcompiler/runtime_core/verification/config/whitelist/
Dwhitelist.cpp44 auto k = static_cast<size_t>(kind); in InsertIntoWhitelist() local
/arkcompiler/runtime_core/verification/absint/
Dpanda_types.cpp177 auto k = TypeOfMethod_.find(id); in TypeOf() local
244 auto k = TypeOfClass_.find(id); in TypeOf() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_list.js300 let k = 0 variable
/arkcompiler/ets_frontend/ts2panda/src/base/
Dliteral.ts52 private k: string; property in LiteralBuffer
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp85 std::string k("testKey"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/tests/
Dbitmap_test_base.h94 for (object_pointer_type k = offset; k < end; k += kAlignment) { in RunTest() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp268 for (int32_t k = 0; k < length; k++) { in ToString() local
301 for (int32_t k = 0; k < length; k++) { in ForEach() local
329 for (int32_t k = 0; k < length; k++) { in ReplaceAllElements() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_queue.cpp157 uint32_t k = 0; in ForEach() local

123