Home
last modified time | relevance | path

Searched refs:IsBuffer (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisbuffer_fuzzer/
H A Djsvaluerefisbuffer_fuzzer.cpp34 bufferRef->IsBuffer(vm); in JSValueRefIsBufferFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp270 ASSERT_TRUE(buffer->IsBuffer(vm_)); in HWTEST_F_L0()
289 ASSERT_TRUE(buffer->IsBuffer(vm_)); in HWTEST_F_L0()
321 ASSERT_TRUE(bufferRef->IsBuffer(vm_)); in HWTEST_F_L0()
322 ASSERT_TRUE(bufferRef->IsBuffer(vm_)); in HWTEST_F_L0()
H A Djsnapi_second_tests.cpp517 * @tc.name: IsBuffer
522 HWTEST_F_L0(JSNApiTests, IsBuffer) in HWTEST_F_L0()
527 ASSERT_TRUE(buffer->IsBuffer(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp598 (void)bufferRef->IsBuffer(vm_); in HWTEST_F_L0()
601 TEST_TIME(JSValueRef::IsBuffer); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h536 bool IsBuffer(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp637 bool JSValueRef::IsBuffer(const EcmaVM *vm) in IsBuffer() function in panda::JSValueRef

Completed in 33 milliseconds