Home
last modified time | relevance | path

Searched refs:IntegerValue (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefintegervalue_fuzzer/
Djsvaluerefintegervalue_fuzzer.cpp39 int64_t i64 = globalObject->IntegerValue(vm); in JSValueRefIntegerValueFuzzTest()
/arkcompiler/runtime_core/arkplatform/tests/
Djsnapi_test.cpp52 ASSERT_EQ(obj->IntegerValue(vm_), val); in TestNumberRef()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp112 ASSERT_EQ(obj->IntegerValue(vm_), val); in TestNumberRef()
453 ASSERT_EQ(toString->IntegerValue(vm_), -123); // -123 : test case of input in HWTEST_F_L0()
1785 EXPECT_TRUE(res->IntegerValue(vm_) == 1); in HWTEST_F_L0()
Djsnapi_third_tests.cpp112 ASSERT_EQ(obj->IntegerValue(vm_), val); in TestNumberRef()
Djsnapi_second_tests.cpp112 ASSERT_EQ(obj->IntegerValue(vm_), val); in TestNumberRef()
Dffi_workload.cpp2182 int64_t i64 = targetInt->IntegerValue(vm_); in HWTEST_F_L0()
2197 int64_t i64 = targetInt->IntegerValue(vm_); in HWTEST_F_L0()
2212 int64_t i64 = targetInt->IntegerValue(vm_); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md640 #### IntegerValue subsubsection
1020 | `Integer` | `0x00` | The corresponding argument has [IntegerValue](#integervalu…
/arkcompiler/runtime_core/docs/
Dfile_format.md639 #### IntegerValue subsubsection
1019 | `Integer` | `0x00` | The corresponding argument has [IntegerValue](#integervalu…
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h388 int64_t IntegerValue(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp266 int64_t JSValueRef::IntegerValue(const EcmaVM *vm) in IntegerValue() function in panda::JSValueRef