Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.h27 NORMAL = 0, enumerator
41 … const JSHandle<JSTaggedValue> &value, ElementType type = ElementType::NORMAL);
44 ElementType type = ElementType::NORMAL);
Dvtable.h52 NORMAL enumerator
Daccessor_data.h75 NORMAL = 0U, enumerator
Dweak_vector.cpp106 if (type == ElementType::NORMAL) { in GetStoreVal()
Decma_macros.h453 ObjectSlot(ToUintPtr(this) + endOffset), VisitObjectArea::NORMAL); \
461 ObjectSlot(ToUintPtr(this) + (END_OFFSET)), VisitObjectArea::NORMAL); \
491 ObjectSlot(ToUintPtr(this) + (END_OFFSET)), VisitObjectArea::NORMAL); \
Djs_async_generator_object.cpp152 if (thread->HasPendingException() || type != CompletionRecordType::NORMAL) { in AsyncGeneratorResumeNext()
235 if (completion->GetType() == CompletionRecordType::NORMAL) { in AsyncGeneratorResumeNext()
/arkcompiler/ets_frontend/ts2panda/src/function/
DfunctionBuilder.ts27 NORMAL, enumerator
81 return FunctionBuilderType.NORMAL;
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.h41 NORMAL, enumerator
70 return BuilderType::NORMAL; in BuilderKind()
DfunctionBuilder.cpp122 if (BuilderKind() == BuilderType::NORMAL) { in Await()
/arkcompiler/ets_runtime/ecmascript/mem/
Dvisitor.h34 NORMAL, enumerator
Dheap.h69 NORMAL, enumerator
658 HeapMode mode_ { HeapMode::NORMAL };
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.h44 NORMAL, enumerator
103 OpType type = OpType::NORMAL);
/arkcompiler/ets_frontend/ts2panda/src/
Ddebuginfo.ts45 this.nodeKind = NodeKind.NORMAL;
131 NORMAL, enumerator
144 extendedNode != NodeKind.NORMAL) {
Dlexenv.ts199 node != NodeKind.INVALID && node != NodeKind.NORMAL) {
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_generator.cpp45 factory->NewCompletionRecord(CompletionRecordType::NORMAL, value); in AsyncGeneratorPrototypeNext()
Dbuiltins_promise.cpp508 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()
Dbuiltins.cpp1884 … factory_->NewCompletionRecord(CompletionRecordType::NORMAL, globalConst->GetHandledUndefined()); in InitializeIterator()
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb291 private node: ts.Node | NodeKind = NodeKind.NORMAL;
321 this.node != NodeKind.NORMAL) {
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp241 factory->NewCompletionRecord(CompletionRecordType::NORMAL, exceptionHandle); in HWTEST_F_L0()
Ddump_test.cpp975 … factory->NewCompletionRecord(CompletionRecordType::NORMAL, globalConst->GetHandledEmptyArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h29 NORMAL = 0, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp968 auto propType = isStatic ? PropertyType::STATIC : PropertyType::NORMAL; in GetSuperProp()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h228 …record = JSHandle<JSTaggedValue>(factory->NewCompletionRecord(CompletionRecordType::NORMAL, undefi… in RuntimeCloseIterator()