Home
last modified time | relevance | path

Searched defs:integer (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp66 auto integer = static_cast<uint32_t>(number); in HandleKey() local
Dobject_fast_operator-inl.h763 auto integer = static_cast<int32_t>(number); in TryToElementsIndex() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp284 int64_t integer = std::floor(fraction); in DecimalsToString() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h507 auto integer = static_cast<int32_t>(number); in TryToElementsIndex() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp915 JSHandle<JSTaggedValue> integer(thread, JSTaggedValue(input)); in New() local
922 JSHandle<JSTaggedValue> integer(thread, JSTaggedValue(input)); in NewFromUnsigned() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1252 GateRef integer = ChangeFloat64ToInt32(number); in TryToElementsIndex() local