Home
last modified time | relevance | path

Searched refs:GetAsLong (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvalue-inl.h40 inline int64_t Value::GetAsLong() const in GetAsLong() function in ark::Value
H A Dvalue.h66 int64_t GetAsLong() const;
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dbytecodeopt_peepholes_runtime_test.cpp125 EXPECT_EQ(v.GetAsLong(), 0x2U); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Darg_convertors.h35 storeRes(Value(res.value()).GetAsLong()); in UnwrapVal()
H A Dcall_js.cpp151 return static_cast<uint64_t>(etsRes.value().GetAsLong()); in Handle()

Completed in 3 milliseconds