Home
last modified time | relevance | path

Searched defs:currentNode (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hasharray_iterator.h82 JSHandle<LinkedNode> currentNode = JSHandle<LinkedNode>::Cast(currentNodeValue); in GetCurrentNode() local
Djs_api_hashset_iterator.cpp52 JSMutableHandle<TaggedNode> currentNode(thread, JSTaggedValue::Undefined()); in Next() local
Djs_api_hashmap_iterator.cpp52 JSMutableHandle<TaggedNode> currentNode(thread, JSTaggedValue::Undefined()); in Next() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclassifier.cpp142 ir::AstNode *currentNode = nullptr; in GetSyntacticClassifications() local
194 ir::AstNode *currentNode = nullptr; in GetSemanticClassifications() local
Dclass_hierarchy.cpp554 std::function<void(ir::AstNode *)> findSuperInterfaces = [&](ir::AstNode *currentNode) { in GetInterfaceSuperInterfaces()
/arkcompiler/runtime_core/static_core/runtime/
Dlock_order_graph.cpp107 ThreadId currentNode = *i; in CheckNodeForTerminationLoops() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp29 static void FindLastStatement(const ir::AstNode *&lastNode, const ir::AstNode *currentNode) in FindLastStatement()
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/component/sheet/
DTabPaneApSummary.js198 changeNode(currentNode) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_hash_array_test.cpp551 JSHandle<JSTaggedValue> currentNode = in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2914 let currentNode = typeNode; variable
7903 let currentNode = node; variable
10162 let currentNode: ts.Node | undefined = accessExpr; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp649 auto *const currentNode = variable->Declaration()->Node()->AsMethodDefinition(); in AddOverloadFlag() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp956 auto *currentNode = variable->Declaration()->Node(); in AddOverload() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument