Home
last modified time | relevance | path

Searched refs:offsetInt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp41 uint32_t offsetInt = phcPoint->GetInlinedPropertiesOffset(static_cast<uint32_t>(entry)); in CreateTuple() local
42 JSHandle<JSTaggedValue> offset(thread, JSTaggedValue(offsetInt)); in CreateTuple()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp55 int32_t offsetInt = base::NumberHelper::DoubleInRangeInt32(offsetNumber.GetNumber()); in DataViewConstructor() local
57 if (offsetInt < 0) { in DataViewConstructor()
60 uint32_t offset = static_cast<uint32_t>(offsetInt); in DataViewConstructor()