Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.h88 auto integer = static_cast<uint32_t>(number); in IsKeyInRange() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.cpp57 if (auto integer = std::get_if<int32_t>(number)) { in GeneratePreview() local
237 if (auto integer = std::get_if<int32_t>(number)) { in ToJson() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp26 int64_t integer = -1; in GetMethodIdFromAttr() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.js105 integer: 6, property
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp110 std::string integer(res, 0, 1); in Visit() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h247 int64_t integer = std::floor(fraction); in DecimalsToString() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp55 auto integer = static_cast<uint32_t>(number); in HandleKey() local
Dobject_fast_operator-inl.h1200 auto integer = static_cast<int32_t>(number); in TryToElementsIndex() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h629 auto integer = static_cast<int32_t>(number); in TryToElementsIndex() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp187 double integer = std::floor(number); in DoubleToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1216 Label integer(env_); in SetRawHashcode() local
Dstub_builder.cpp2308 GateRef integer = ChangeFloat64ToInt32(number); in TryToElementsIndex() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2366 JSHandle<JSTaggedValue> integer(thread, JSTaggedValue(input)); in New() local
2376 JSHandle<JSTaggedValue> integer(thread, JSTaggedValue(input)); in NewFromUnsigned() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp995 auto integer = builder_.getInt64(cval); in GetInputValueFromConstant() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js23295 integer: yh, property