Home
last modified time | relevance | path

Searched refs:WithinInt32 (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefwithinint32_fuzzer/
H A Djsvaluerefwithinint32_fuzzer.cpp36 tag->WithinInt32(); in JSValueRefWithinInt32FuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
H A Djsvaluereffoundationvalue_fuzzer.cpp96 tag->WithinInt32(); in JSValueRefWithinInt32ValueFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value.h403 bool WithinInt32() const;
H A Djs_tagged_value.cpp391 bool JSTaggedValue::WithinInt32() const in WithinInt32() function in panda::ecmascript::JSTaggedValue
H A Djs_stable_array.cpp937 if (searchElement.WithinInt32()) {
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1311 * @tc.name: IsInt && WithinInt32
1322 EXPECT_TRUE(res->WithinInt32()); in HWTEST_F_L0()
H A Dffi_workload.cpp2375 bool b = tag->WithinInt32(); in HWTEST_F_L0()
2390 bool b = tag->WithinInt32(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h507 bool WithinInt32();
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp467 bool JSValueRef::WithinInt32() in WithinInt32() function in panda::JSValueRef
469 return JSNApiHelper::ToJSTaggedValue(this).WithinInt32(); in WithinInt32()

Completed in 48 milliseconds