Home
last modified time | relevance | path

Searched defs:integer (Results 1 – 18 of 18) 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/
Dobject_preview.cpp36 if (auto integer = std::get_if<int32_t>(number)) { in GetPropertyPreviewValue() local
Dremote_object.cpp128 if (auto integer = std::get_if<int32_t>(number)) { in Serialize() 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.js104 integer: 6, property
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp103 std::string integer(res, 0, 1); in Visit() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h251 int64_t integer = std::floor(fraction); in DecimalsToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dobject_operator_stub_builder.cpp136 GateRef integer = ChangeFloat64ToInt32(number); in HandleKey() local
Dmcr_circuit_builder.cpp1245 Label integer(env_); in SetRawHashcode() local
Dstub_builder.cpp2350 GateRef integer = ChangeFloat64ToInt32(number); in TryToElementsIndex() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp79 auto integer = static_cast<uint32_t>(number); in HandleKey() local
Dobject_fast_operator-inl.h1225 auto integer = static_cast<int32_t>(number); in TryToElementsIndex() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h684 auto integer = static_cast<int32_t>(number); in TryToElementsIndex() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp185 double integer = std::floor(number); in DoubleToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2930 GateRef integer = ChangeFloat64ToInt32(dVal); in SetValueToBuffer() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2508 JSHandle<JSTaggedValue> integer(thread, JSTaggedValue(input)); in New() local
2518 JSHandle<JSTaggedValue> integer(thread, JSTaggedValue(input)); in NewFromUnsigned() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1306 auto integer = builder_.getInt64(cval); in GetInputValueFromConstant() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js23295 integer: yh, property