Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dstring_completions_test.cpp37 auto cursor = ark::es2panda::lsp::GetTouchingToken(context, cursorPosition, false); in TEST_F() local
59 auto cursor = ark::es2panda::lsp::GetTouchingToken(context, cursorPosition, false); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dstring_completions.cpp102 std::optional<ark::es2panda::lsp::CompletionInfo> GetStringLiteralCompletions(ir::AstNode *cursor, in GetStringLiteralCompletions()
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp654 size_t cursor = indexCursor_.fetch_add(1, std::memory_order_relaxed); in GetNextIndex() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp1062 void DecodeBase64CharSlow(const uint8_t *data, string &ret, size_t len, uint32_t &cursor, uint32_t … in DecodeBase64CharSlow()
1100 unsigned int cursor = 0; in Base64Decode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp808 for (Insn *cursor = curInsn.GetNext(); cursor != nullptr; cursor = cursor->GetNext()) { in FindUseX16AfterInsn() local
1427 for (Insn *cursor = insn.GetNext(); cursor != nullptr; cursor = cursor->GetNext()) { in HasImplicitSizeUse() local
/arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/
Dindex-DAjlO3pK.js28 …f(e){if(typeof e=="string")return pw(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n… argument