/ark/ts2abc/ts2panda/src/ |
D | jshelpers.js | 18 function getSymbol(node) { argument 26 function getTextOfIdentifierOrLiteral(node) { argument 46 function createDiagnosticForNode(node, message, ...args) { argument 58 function isEffectiveStrictModeSourceFile(node, compilerOptions) { argument 62 function getErrorSpanForNode(sourceFile, node) { argument 70 function getContainingClass(node) { argument 74 function declarationNameToString(node) { argument 78 function getContainingFunction(node) { argument 82 function isPrologueDirective(node) { argument 86 function getSourceTextOfNodeFromSourceFile(sourceFile, node, includeTrivia) { argument [all …]
|
D | modules.ts | 24 private node: ts.Node property in ModuleStmt
|
/ark/ts2abc/ts2panda/tests/strictmode/ |
D | strictmode.test.ts | 46 let node = createSourceFile("tests/strictmode/global.js"); variable 53 let node = createSourceFile("tests/strictmode/function.js"); variable 72 let node = createSourceFile("tests/strictmode/function_nest1.js"); variable 85 let node = createSourceFile("tests/strictmode/function_nest2.js"); variable
|
/ark/js_runtime/ecmascript/mem/ |
D | ecma_list.h | 30 explicit EcmaList(T *node) : first_(node), last_(node) in EcmaList() 38 void AddNode(T *node) in AddNode() 59 void AddNodeToFront(T *node) in AddNodeToFront() 77 T *node = last_; in PopBack() local 82 void RemoveNode(T *node) in RemoveNode() 110 bool HasNode(T *node) in HasNode()
|
D | mark_stack-inl.h | 41 Area *node = unusedList_.PopBack(); in FinishMarking() local
|
D | parallel_work_helper.h | 87 void SetNext(WorkNode *node) in SetNext() 105 void Push(WorkNode *node) in Push() 115 bool Pop(WorkNode **node) in Pop()
|
D | chunk.cpp | 74 Area *node = areaList_.PopBack(); in ReleaseMemory() local
|
/ark/ts2abc/ts2panda/tests/expression/ |
D | numericLiteral.test.ts | 33 let node: ts.NumericLiteral = ts.createNumericLiteral("NaN"); variable 42 let node: ts.NumericLiteral = ts.createNumericLiteral("10e10000"); variable 50 let node: ts.NumericLiteral = ts.createNumericLiteral("1"); variable 58 let node: ts.NumericLiteral = ts.createNumericLiteral("2147483648"); variable 66 let node: ts.NumericLiteral = ts.createNumericLiteral("1.1"); variable
|
D | stringLiteral.test.ts | 28 let node: ts.StringLiteral = ts.createStringLiteral("i am a string"); variable
|
/ark/js_runtime/ecmascript/ |
D | ecma_global_storage-inl.h | 22 EcmaGlobalStorage::Node *node) in NodeToNodeList() 33 Node *node = &nodeList_[index_++]; in NewNode() local 46 void EcmaGlobalStorage::NodeList::FreeNode(EcmaGlobalStorage::Node *node) in FreeNode() 70 Node *node = freeList_; in GetFreeNode() local 121 Node *node = (*storage)->NewNode(value); in NewGlobalHandleImplement() local 148 Node *node = reinterpret_cast<Node *>(nodeAddr); in DisposeGlobalHandle() local 208 Node *node = reinterpret_cast<Node *>(addr); in IsWeak() local
|
D | js_thread.cpp | 121 auto node = handleStorageNodes_.at(i); in Iterate() local 127 globalStorage_->IterateUsageGlobal([v0](EcmaGlobalStorage::Node *node) { in Iterate() 137 globalStorage_->IterateWeakUsageGlobal([visitor](EcmaGlobalStorage::Node *node) { in IterateWeakEcmaGlobalStorage() 208 auto node = handleStorageNodes_.back(); in ShrinkHandleStorage() local
|
D | ecma_global_storage.h | 71 void SetNext(Node *node) in SetNext() 81 void SetPrev(Node *node) in SetPrev()
|
/ark/runtime_core/libpandabase/tests/ |
D | list_test.cpp | 84 TestNode *node = NewNode(1); in TEST_F() local 181 auto *node = reinterpret_cast<const DTestNode *>(&(*it1)); in IsEqual() local 189 auto *node = reinterpret_cast<const DTestNode *>(&(*it1)); in IsEqual() local 198 auto *node = reinterpret_cast<const DTestNode *>(&(*it3)); in IsEqual() local 206 auto *node = reinterpret_cast<const DTestNode *>(&(*it3)); in IsEqual() local 223 auto *node = NewNode(i); in TEST_F() local 247 auto *node = NewNode(i); in TEST_F() local 253 …list1.remove_if([](DListNode *node) { return reinterpret_cast<const DTestNode *>(node)->value < 41… in TEST_F() 254 list2.remove_if([](DTestNode &node) { return node.value < 41; }); in TEST_F()
|
/ark/runtime_core/runtime/ |
D | handle_storage-inl.h | 28 auto node = nodes_[id]; in GetNodeAddress() local 42 auto node = nodes_[nid]; in NewHandle() local 74 auto node = nodes_.at(i); in ZapFreedHandles() local 94 auto node = nodes_.at(i); in UpdateHeapObject() local 118 auto node = nodes_.at(i); in VisitGCRoots() local 142 auto node = nodes_.at(i); in UpdateHeapObject() local 162 auto node = nodes_.at(i); in VisitGCRoots() local
|
D | global_handle_storage-inl.h | 54 Node *node = freeList_; in NewGlobalHandle() local 64 Node *node = reinterpret_cast<Node *>(nodeAddr); in DisposeGlobalHandle() local 72 Node *node = reinterpret_cast<Node *>(nodeAddr); in DisposeGlobalHandle() local
|
D | global_handle_storage.h | 59 void SetNext(Node *node) in SetNext()
|
/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_json.cpp | 65 cJSON *node = cJSON_CreateBool(value); in Add() local 93 cJSON *node = cJSON_CreateNumber(value); in Add() local 111 cJSON *node = cJSON_CreateString(value); in Add() local 129 cJSON *node = value->GetJson(); in Add() local 144 cJSON *node = cJSON_CreateBool(value); in Push() local 170 cJSON *node = cJSON_CreateNumber(value); in Push() local 186 cJSON *node = cJSON_CreateString(value); in Push() local 206 cJSON *node = value->GetJson(); in Push() local 229 cJSON *node = cJSON_GetObjectItemCaseSensitive(object_, key); in Contains() local
|
/ark/js_runtime/ecmascript/hprof/ |
D | heap_snapshot.cpp | 46 auto node = const_cast<NativeAreaAllocator *>(heap->GetNativeAreaAllocator()) in NewNode() local 134 Node *node = entryMap_.FindAndEraseNode(address); in MoveNode() local 410 Node *node = nullptr; in GenerateNode() local 480 Node *node = nullptr; in GenerateStringNode() local 575 Node *HeapSnapShot::InsertNodeUnique(Node *node) in InsertNodeUnique() 583 void HeapSnapShot::EraseNodeUnique(Node *node) in EraseNodeUnique() 642 Node *HeapSnapShot::InsertNodeAt(size_t pos, Node *node) in InsertNodeAt() 687 Node *HeapEntryMap::FindOrInsertNode(Node *node) in FindOrInsertNode() 702 Node *node = it->second; in FindAndEraseNode() local 716 void HeapEntryMap::InsertEntry(Node *node) in InsertEntry()
|
D | heap_snapshot.h | 160 void UpdateFrom(Node *node) in UpdateFrom() 164 void UpdateTo(Node *node) in UpdateTo()
|
/ark/ts2abc/ts2panda/ |
D | package-lock.json | 53 "node": ">=6.9.0" string 62 "node": ">=6.9.0" string 88 "node": ">=6.9.0" string 106 "node": ">=6.9.0" string 118 "node": ">=6.9.0" string 131 "node": ">=6.9.0" string 146 "node": ">=6.9.0" string 166 "node": ">=6.9.0" string 182 "node": ">=6.9.0" string 216 "node": ">=6.9.0" string [all …]
|
/ark/runtime_core/libpandabase/utils/ |
D | list.h | 65 explicit ListIterator(const ListNode *node) : node_(node) {} in ListIterator() 386 explicit DListIterator(T *node) : node_(node) {} in DListIterator() 442 explicit DListReverseIterator(T *node) : node_(node) {} in DListReverseIterator() 588 Iterator erase(DListNode *node) in erase()
|
/ark/ts2abc/ts2panda/src/base/ |
D | iterator.ts | 27 private node: ts.Node; property in Iterator
|
D | lreference.ts | 31 private node: ts.Node; property in LReference
|
/ark/ts2abc/ts2panda/src/statement/ |
D | labelTarget.ts | 25 private node: ts.Node; property in LabelTarget
|
/ark/ts2abc/ts2panda/tools/ |
D | astPrinter.ts | 116 const kindNames: Array<string> = SyntaxKind[node.kind]; constant
|