/arkcompiler/ets_runtime/ecmascript/ |
D | weak_vector.h | 27 NORMAL = 0, enumerator 41 … const JSHandle<JSTaggedValue> &value, ElementType type = ElementType::NORMAL); 44 ElementType type = ElementType::NORMAL);
|
D | vtable.h | 52 NORMAL enumerator
|
D | accessor_data.h | 75 NORMAL = 0U, enumerator
|
D | weak_vector.cpp | 106 if (type == ElementType::NORMAL) { in GetStoreVal()
|
D | ecma_macros.h | 453 ObjectSlot(ToUintPtr(this) + endOffset), VisitObjectArea::NORMAL); \ 461 ObjectSlot(ToUintPtr(this) + (END_OFFSET)), VisitObjectArea::NORMAL); \ 491 ObjectSlot(ToUintPtr(this) + (END_OFFSET)), VisitObjectArea::NORMAL); \
|
D | js_async_generator_object.cpp | 152 if (thread->HasPendingException() || type != CompletionRecordType::NORMAL) { in AsyncGeneratorResumeNext() 235 if (completion->GetType() == CompletionRecordType::NORMAL) { in AsyncGeneratorResumeNext()
|
/arkcompiler/ets_frontend/ts2panda/src/function/ |
D | functionBuilder.ts | 27 NORMAL, enumerator 81 return FunctionBuilderType.NORMAL;
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
D | functionBuilder.h | 41 NORMAL, enumerator 70 return BuilderType::NORMAL; in BuilderKind()
|
D | functionBuilder.cpp | 122 if (BuilderKind() == BuilderType::NORMAL) { in Await()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | visitor.h | 34 NORMAL, enumerator
|
D | heap.h | 69 NORMAL, enumerator 658 HeapMode mode_ { HeapMode::NORMAL };
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_speculative_retype.h | 44 NORMAL, enumerator 103 OpType type = OpType::NORMAL);
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | debuginfo.ts | 45 this.nodeKind = NodeKind.NORMAL; 131 NORMAL, enumerator 144 extendedNode != NodeKind.NORMAL) {
|
D | lexenv.ts | 199 node != NodeKind.INVALID && node != NodeKind.NORMAL) {
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_async_generator.cpp | 45 factory->NewCompletionRecord(CompletionRecordType::NORMAL, value); in AsyncGeneratorPrototypeNext()
|
D | builtins_promise.cpp | 508 CompletionRecordType::NORMAL, JSHandle<JSTaggedValue>(thread, capa->GetPromise())); in PerformPromiseAll() 606 factory->NewCompletionRecord(CompletionRecordType::NORMAL, promise); in PerformPromiseRace() 775 CompletionRecordType::NORMAL, resultCapabilityHandle); in PerformPromiseAny() 959 CompletionRecordType::NORMAL, resultCapabilityHandle); in PerformPromiseAllSettled()
|
D | builtins.cpp | 1884 … factory_->NewCompletionRecord(CompletionRecordType::NORMAL, globalConst->GetHandledUndefined()); in InitializeIterator()
|
/arkcompiler/ets_frontend/ts2panda/templates/ |
D | irnodes.ts.erb | 291 private node: ts.Node | NodeKind = NodeKind.NORMAL; 321 this.node != NodeKind.NORMAL) {
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | accessor_data_test.cpp | 241 factory->NewCompletionRecord(CompletionRecordType::NORMAL, exceptionHandle); in HWTEST_F_L0()
|
D | dump_test.cpp | 975 … factory->NewCompletionRecord(CompletionRecordType::NORMAL, globalConst->GetHandledEmptyArray()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.h | 29 NORMAL = 0, enumerator
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 968 auto propType = isStatic ? PropertyType::STATIC : PropertyType::NORMAL; in GetSuperProp()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 228 …record = JSHandle<JSTaggedValue>(factory->NewCompletionRecord(CompletionRecordType::NORMAL, undefi… in RuntimeCloseIterator()
|