Home
last modified time | relevance | path

Searched refs:BufferToStringCallback (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1090 factory->NewJSFunction(env, reinterpret_cast<void *>(BufferRef::BufferToStringCallback)); in New()
1113 factory->NewJSFunction(env, reinterpret_cast<void *>(BufferRef::BufferToStringCallback)); in New()
1144 JSTaggedValue BufferRef::BufferToStringCallback(ecmascript::EcmaRuntimeCallInfo *ecmaRuntimeCallInf… in BufferToStringCallback() function in panda::BufferRef
DJSNapi接口说明.md283 ### BufferToStringCallback subsection
285 static ecmascript::JSTaggedValue BufferToStringCallback(ecmascript::EcmaRuntimeCallInfo *ecmaRuntim…
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1079 …static ecmascript::JSTaggedValue BufferToStringCallback(ecmascript::EcmaRuntimeCallInfo *ecmaRunti…
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1239 BufferRef::BufferToStringCallback(objCallInfo); in HWTEST_F_L0()
1242 TEST_TIME(BufferRef::BufferToStringCallback); in HWTEST_F_L0()