Searched refs:nodeName (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | compilerStatistics.ts | 70 updateNodeMap(nodeName: string): void { 71 if (!this.nodeMap.has(nodeName)) { 72 this.nodeMap.set(nodeName, 1); 74 let old = this.nodeMap.get(nodeName); 75 this.nodeMap.set(nodeName, old! + 1); 148 let nodeName = ins.getNodeName(); 154 item.updateNodeMap(nodeName); 158 old!.updateNodeMap(nodeName);
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | zip_file.cpp | 147 auto nodeName = fileName.substr(cur, next - cur); in AddEntryToTree() local 148 auto it = parent->children.find(nodeName); in AddEntryToTree() 153 parent->children.emplace(nodeName, node); in AddEntryToTree() 256 auto nodeName = dir.substr(cur, next - cur); in IsDirExist() local 257 auto it = parent->children.find(nodeName); in IsDirExist() 300 auto nodeName = rootName.substr(cur, next - cur); in GetAllFileList() local 301 auto it = parent->children.find(nodeName); in GetAllFileList() 328 auto nodeName = srcPath.substr(cur, next - cur); in GetChildNames() local 329 auto it = parent->children.find(nodeName); in GetChildNames()
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | ApiExtractor.ts | 419 let nodeName: string | undefined = astNode.name?.text; 432 nodeName = astNode.name?.getText(); 445 if (nodeName && mCurrentExportNameSet.has(nodeName)) {
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 924 const CString *nodeName = &EMPTY_STRING; in GenerateStringNode() local 926 nodeName = GetString(EntryVisitor::ConvertKey(entry)); in GenerateStringNode() 929 Node *node = Node::NewNode(chunk_, sequenceId, nodeCount_, nodeName, NodeType::STRING, selfsize, in GenerateStringNode()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 7248 if (i.nodeName == t) return i; 7254 var i = this.getNamedItem(t.nodeName); 7308 s.nodeName = t; 7448 nodeName: "#document", property 7486 e.nodeName = t; 7527 e.nodeName = t; 7535 e.nodeName = t; 7544 i.nodeName = e; 7558 i.nodeName = e; 7619 return this.attributes.removeNamedItem(t.nodeName); [all …]
|