Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h46 struct Node { struct
47 Node(GateRef gate, Node* next) : gate(gate), next(next) {} in Node() function
49 Node *next; argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.h48 struct Node { struct
49 Node(GateRef gate, Node* next) : gate(gate), next(next) {} in Node() argument
51 Node *next; argument
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinferenceDoesNotAddUndefinedOrNull.ts23 interface Node { interface
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.h53 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dsignature.h105 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h113 const ir::AstNode *Node() const in Node() function
DastDump.h35 const ir::AstNode *Node() const in Node() function
/arkcompiler/ets_runtime/test/aottest/classstatic/
Dclassstatic.ts291 class Node{ class
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h262 const ir::AstNode *Node() const in Node() function
267 ir::AstNode *Node() in Node() function
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h41 class Node; variable
/arkcompiler/toolchain/tooling/base/
Dpt_types.h392 static const std::string Node; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp35 const std::string ObjectSubType::Node = "node"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType