Searched refs:undefinedVal (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_test.cpp | 66 JSHandle<JSTaggedValue> undefinedVal; in HWTEST_F_L0() local 70 undefinedVal = globalConst->GetHandledUndefinedString(); in HWTEST_F_L0() 72 undefinedVal = handleStoreArray; in HWTEST_F_L0() 76 undefinedVal = JSHandle<JSTaggedValue>(thread, JSTaggedValue::Hole()); in HWTEST_F_L0() 78 handleProfileTypeInfo->Set(thread, i, undefinedVal.GetTaggedValue()); in HWTEST_F_L0() 108 JSHandle<JSTaggedValue> undefinedVal; in HWTEST_F_L0() local 112 undefinedVal = globalConst->GetHandledUndefinedString(); in HWTEST_F_L0() 114 undefinedVal = JSHandle<JSTaggedValue>(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() 118 undefinedVal = handleStoreArray; in HWTEST_F_L0() 120 handleProfileTypeInfo->Set(thread, i, undefinedVal in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | class_info_extractor.cpp | 958 JSHandle<JSTaggedValue> undefinedVal(thread, globalConst->GetUndefined()); in AddFieldTypeToHClass() 988 thread, elementsDic, eleIndexKey, undefinedVal, attributes); in AddFieldTypeToHClass()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 238 JSHandle<JSTaggedValue> undefinedVal = globalConst->GetHandledUndefined(); in RuntimeCloseIterator() local 239 record = JSHandle<JSTaggedValue>(factory->NewCompletionRecord(CompletionRecordType::NORMAL, undefinedVal)); in RuntimeCloseIterator()
|
Completed in 10 milliseconds